Serialized Form
-
Package com.caplin.management.jmx.relations
-
Class com.caplin.management.jmx.relations.RelationSet
class RelationSet extends Object implements Serializable- serialVersionUID:
- -8954734783204893L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException Deserializes a RelationSet from an
ObjectInputStream
. This method invokesObjectInputStream.defaultReadObject()
to initialize all the serialized fields, then initializes the transient fields.- Parameters:
objectInputStream
- The serialized RelationSet object stream.- Throws:
IOException
- IO exceptionClassNotFoundException
- Class not found exception
-
-
Serialized Fields
-
attributeName
String attributeName
The name of the attribute the RelationSet was obtained from.
-
sourceObjectName
ObjectName sourceObjectName
The ObjectName of the MBean that the RelationSet belongs to.
-
wrappedSet
Set wrappedSet
The underlying Set that the RelationSet uses to store its elements in.
-
-
Class com.caplin.management.jmx.relations.RelationSetNotification
class RelationSetNotification extends Notification implements Serializable- serialVersionUID:
- 48903275666280432L
-
Serialized Fields
-
attributeName
String attributeName
The name of the attribute that this notification applies to.
-
elementType
String elementType
The fully qualified class name of the object
RelationSetNotification.elementValue
. -
elementValue
Object elementValue
An object that represents the element that was added to or removed from the RelationSet.
-
-
Class com.caplin.management.jmx.relations.RelationSetNotificationFilter
class RelationSetNotificationFilter extends Object implements Serializable- serialVersionUID:
- -15648456131681445L
-
Serialized Fields
-
attributeName
String attributeName
The name of the attribute that RelationSetNotifications should be enabled for.
-
notifyOfAddedElements
boolean notifyOfAddedElements
Whether
RelationSetNotification.ELEMENT_ADDED
notifications should be enabled or not. -
notifyOfRemovedElements
boolean notifyOfRemovedElements
Whether
RelationSetNotification.ELEMENT_REMOVED
notifications should be enabled or not. -
sourceObjectName
ObjectName sourceObjectName
The ObjectName of the MBean that RelationSetNotifications should be enabled for.
-
-
-
Package com.caplin.management.jmx.relations.links
-
Class com.caplin.management.jmx.relations.links.ObjectNameLinkImpl
class ObjectNameLinkImpl extends Object implements Serializable- serialVersionUID:
- 57375342757894237L
-
Serialized Fields
-
linkName
String linkName
The human readable name of the MBean this object links to.
-
objectName
ObjectName objectName
The ObjectName of the MBean this object links to.
-
-
Class com.caplin.management.jmx.relations.links.SubscriptionLink
class SubscriptionLink extends Object implements Serializable- serialVersionUID:
- 17539481451876L
-
Serialized Fields
-
cachedObject
String cachedObject
-
cachedObjectObjectName
ObjectName cachedObjectObjectName
-
helperObjectName
ObjectName helperObjectName
-
linkFromSession
boolean linkFromSession
-
sessionId
String sessionId
-
sessionObjectName
ObjectName sessionObjectName
-
subscriptionId
String subscriptionId
-
subscriptionName
String subscriptionName
-
-