Class JMXConnection
java.lang.Object
net.jini.entry.AbstractEntry
com.gigaspaces.management.entry.JMXConnection
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, Entry
Used as a means for a service to publish information about a JMX Connector.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the property.Human readable name for the connector -
Constructor Summary
ConstructorsConstructorDescriptionConstruct an empty instance of this class.JMXConnection(String jmxServiceURL, String name) Construct an instance of the JMXConnection, with all fields initialized -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
jmxServiceURL
The name of the property. -
name
Human readable name for the connector
-
-
Constructor Details
-
JMXConnection
public JMXConnection()Construct an empty instance of this class. -
JMXConnection
Construct an instance of the JMXConnection, with all fields initialized- Parameters:
jmxServiceURL- String value of theJMXServiceURLname- A Human readable name for the connector
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-