org.jboss.jmx.client
Class ConnectorFactoryImpl.ConnectorName
java.lang.Object
|
+--org.jboss.jmx.client.ConnectorFactoryImpl.ConnectorName
- Enclosing class:
- ConnectorFactoryImpl
- public static class ConnectorFactoryImpl.ConnectorName
- extends java.lang.Object
Container for a JMX Connector representation
- Author:
- Andreas "Mad" Schaefer (andreas.schaefer@madplanet.com)
Constructor Summary |
ConnectorFactoryImpl.ConnectorName(java.lang.String pServer,
java.lang.String pProtocol,
java.lang.String pJNDIName)
Creates a Connector Name instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConnectorFactoryImpl.ConnectorName
public ConnectorFactoryImpl.ConnectorName(java.lang.String pServer,
java.lang.String pProtocol,
java.lang.String pJNDIName)
- Creates a Connector Name instance
- Parameters:
pServer
- Name of the Server the JMX Connector is registered atpProtocol
- Name of the Protocol the JMX Connector supportspJNDIName
- JNDI Name the JMX Connector can be found
getServer
public java.lang.String getServer()
- Returns:
- Name of the Server the JMX Connector is registered at
getProtocol
public java.lang.String getProtocol()
- Returns:
- Name of the Protocol the JMX Connector supports
getJNDIName
public java.lang.String getJNDIName()
- Returns:
- JNDI Name the JMX Connector can be found
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- Debug information about this instance
Copyright © 2000 The JBoss Organization. All Rights Reserved.