public class JMXConnection extends AbstractEntry implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
String |
jmxServiceURL
The name of the property.
|
String |
name
Human readable name for the connector
|
Constructor and Description |
---|
JMXConnection()
Construct an empty instance of this class.
|
JMXConnection(String jmxServiceURL,
String name)
Construct an instance of the JMXConnection, with all fields initialized
|
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
equals, equals, hashCode, hashCode, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public String jmxServiceURL
public String name
public JMXConnection()
public JMXConnection(String jmxServiceURL, String name)
jmxServiceURL
- String value of the JMXServiceURL
name
- A Human readable name for the connectorpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.