|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
RemoteMBeanServer |
createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
Initiate a connection to the given server with the given protocol |
Iterator |
getConnectors(Hashtable pProperties,
ConnectorFactoryImpl.IConnectorTester pTester)
Look up for all registered JMX Connector at a given JNDI server |
String |
getEJBAdaptorName()
|
String |
getJMSName()
|
int |
getNotificationType()
|
void |
removeConnection(ConnectorFactoryImpl.ConnectorName pConnector)
Removes the given connection and frees the resources |
void |
setEJBAdaptorName(String pName)
Sets the JNDI Name of the EJB-Adaptor |
void |
setJMSName(String pName)
Sets the JMS Queue Factory Name which allows the server to send the notifications asynchronous to the client |
void |
setNotificationType(int pNotificationType)
|
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public int getNotificationType()
public void setNotificationType(int pNotificationType)
public String getJMSName()
public void setJMSName(String pName)
pName
- If null the notification will be transferred by using RMI Callback objects otherwise it will use JMSpublic String getEJBAdaptorName()
public void setEJBAdaptorName(String pName)
pName
- If null the default JNDI name (ejb/jmx/ejb/adaptor) will be used for EJB-Connectors otherwise it will use this onepublic Iterator getConnectors(Hashtable pProperties, ConnectorFactoryImpl.IConnectorTester pTester)
pProperties
- List of properties defining the JNDI serverpTester
- Connector Tester implementation to be used
public RemoteMBeanServer createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
pConnector
- Connector Name used to identify the remote JMX Connector
public void removeConnection(ConnectorFactoryImpl.ConnectorName pConnector)
pConnector
- Connector Name used to identify the remote JMX Connector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |