站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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)

Constructor Summary
ConnectorFactoryImpl.ConnectorName(String pServer, String pProtocol, String pJNDIName)
          Creates a Connector Name instance
 
Method Summary
 String getJNDIName()
           
 String getProtocol()
           
 String getServer()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 at
pProtocol - Name of the Protocol the JMX Connector supports
pJNDIName - JNDI Name the JMX Connector can be found
Method Detail

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.