public abstract class ManagementAttachment extends Object
Object to a part of a ManagementGraph. However, the
attachment is not included in a possible serialization/deserialization of the graph or its components.
This class is not thread-safe.
| Constructor and Description |
|---|
ManagementAttachment() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttachment()
Returns the attachment for this part of the
ManagementGraph. |
void |
setAttachment(Object attachment)
Sets an attachment for this part of the
ManagementGraph. |
public final void setAttachment(Object attachment)
ManagementGraph.attachment - the attachment for this part of the ManagementGraphpublic final Object getAttachment()
ManagementGraph.ManagementGraph or null if no attachment is setCopyright © 2014 The Apache Software Foundation. All rights reserved.