public class JMXConnection extends AbstractEntry implements Externalizable
| 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)  | 
public String jmxServiceURL
public String name
public JMXConnection()
public JMXConnection(String jmxServiceURL, String name)
jmxServiceURL - String value of the JMXServiceURLname - A Human readable name for the connectorpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.