com.gigaspaces.management.entry
Class JMXConnection

java.lang.Object
  extended by net.jini.entry.AbstractEntry
      extended by com.gigaspaces.management.entry.JMXConnection
All Implemented Interfaces:
java.io.Serializable, net.jini.core.entry.Entry

public class JMXConnection
extends net.jini.entry.AbstractEntry

Used as a means for a service to publish information about a JMX Connector.

See Also:
Serialized Form

Field Summary
 java.lang.String jmxServiceURL
          The name of the property.
 java.lang.String name
          Human readable name for the connector
 
Constructor Summary
JMXConnection()
          Construct an empty instance of this class.
JMXConnection(java.lang.String jmxServiceURL)
          Construct an instance of the JMXConnection
JMXConnection(java.lang.String jmxServiceURL, java.lang.String name)
          Construct an instance of the JMXConnection, with all fields initialized
 
Method Summary
 
Methods inherited from class net.jini.entry.AbstractEntry
equals, equals, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

jmxServiceURL

public java.lang.String jmxServiceURL
The name of the property.


name

public java.lang.String name
Human readable name for the connector

Constructor Detail

JMXConnection

public JMXConnection()
Construct an empty instance of this class.


JMXConnection

public JMXConnection(java.lang.String jmxServiceURL)
Construct an instance of the JMXConnection

Parameters:
jmxServiceURL - String value of the JMXServiceURL

JMXConnection

public JMXConnection(java.lang.String jmxServiceURL,
                     java.lang.String name)
Construct an instance of the JMXConnection, with all fields initialized

Parameters:
jmxServiceURL - String value of the JMXServiceURL
name - A Human readable name for the connector


Copyright (c) 2007 GigaSpaces Technologies, Inc.
All Rights Reserved.