当前页面:
在线文档首页 >
JBoss 3.2.7 server API Documentation 英文版文档
ConnectorFactoryImpl.ConnectorName (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档
org.jboss.jmx.connector
Class ConnectorFactoryImpl.ConnectorName
java.lang.Object
org.jboss.jmx.connector.ConnectorFactoryImpl.ConnectorName
- Enclosing class:
- ConnectorFactoryImpl
- public static class ConnectorFactoryImpl.ConnectorName
- extends Object
Container for a JMX Connector representation
- Author:
- Andreas Schaefer (andreas.schaefer@madplanet.com)
ConnectorFactoryImpl.ConnectorName
public ConnectorFactoryImpl.ConnectorName(String pServer,
String pProtocol,
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 String getServer()
- Returns:
- Name of the Server the JMX Connector is registered at
getProtocol
public String getProtocol()
- Returns:
- Name of the Protocol the JMX Connector supports
getJNDIName
public String getJNDIName()
- Returns:
- JNDI Name the JMX Connector can be found
toString
public String toString()
- Returns:
- Debug information about this instance
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.