|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteMBeanServer | |
org.jboss.jmx.connector | |
org.jboss.jmx.connector.ejb | |
org.jboss.jmx.connector.notification | |
org.jboss.jmx.connector.rmi | |
org.jboss.jmx.service |
Uses of RemoteMBeanServer in org.jboss.jmx.connector |
Methods in org.jboss.jmx.connector that return RemoteMBeanServer | |
RemoteMBeanServer |
ConnectorFactoryServiceMBean.createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
Initiate a connection to the given server with the given protocol |
RemoteMBeanServer |
ConnectorFactoryService.createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
Initiate a connection to the given server with the given protocol |
RemoteMBeanServer |
ConnectorFactoryImpl.createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
Initiate a connection to the given server with the given protocol |
Methods in org.jboss.jmx.connector with parameters of type RemoteMBeanServer | |
static void |
TestClient.listServices(RemoteMBeanServer pConnector)
|
static void |
TestClient.registerListeners(RemoteMBeanServer pConnector)
|
Uses of RemoteMBeanServer in org.jboss.jmx.connector.ejb |
Subinterfaces of RemoteMBeanServer in org.jboss.jmx.connector.ejb | |
interface |
EJBConnectorMBean
MBean interface. |
Classes in org.jboss.jmx.connector.ejb that implement RemoteMBeanServer | |
class |
EJBConnector
This is the equivalent to the RMI Connector but uses the EJB Adaptor. |
Uses of RemoteMBeanServer in org.jboss.jmx.connector.notification |
Methods in org.jboss.jmx.connector.notification with parameters of type RemoteMBeanServer | |
javax.management.ObjectName |
ClientNotificationListener.createListener(RemoteMBeanServer pConnector,
String mClass,
Object[] pParameters,
String[] pSignatures)
|
void |
ClientNotificationListener.addNotificationListener(RemoteMBeanServer pConnector,
javax.management.NotificationFilter pFilter)
|
void |
ClientNotificationListener.removeNotificationListener(RemoteMBeanServer pConnector)
|
Constructors in org.jboss.jmx.connector.notification with parameters of type RemoteMBeanServer | |
RMIClientNotificationListener(javax.management.ObjectName pSender,
javax.management.NotificationListener pClientListener,
Object pHandback,
javax.management.NotificationFilter pFilter,
RemoteMBeanServer pConnector)
|
|
PollingClientNotificationListener(javax.management.ObjectName pSender,
javax.management.NotificationListener pClientListener,
Object pHandback,
javax.management.NotificationFilter pFilter,
int pSleepingPeriod,
int pMaximumListSize,
RemoteMBeanServer pConnector)
|
|
JMSClientNotificationListener(javax.management.ObjectName pSender,
javax.management.NotificationListener pClientListener,
Object pHandback,
javax.management.NotificationFilter pFilter,
String pQueueJNDIName,
String pServerName,
RemoteMBeanServer pConnector)
|
Uses of RemoteMBeanServer in org.jboss.jmx.connector.rmi |
Subinterfaces of RemoteMBeanServer in org.jboss.jmx.connector.rmi | |
interface |
RMIConnectorImplMBean
MBean interface. |
Classes in org.jboss.jmx.connector.rmi that implement RemoteMBeanServer | |
class |
RMIConnectorImpl
Implementation of the JMX Connector over the RMI protocol |
Uses of RemoteMBeanServer in org.jboss.jmx.service |
Methods in org.jboss.jmx.service that return RemoteMBeanServer | |
protected RemoteMBeanServer |
RemoteDeployer.lookupRemoteMBeanServer(Hashtable env,
String adapterName)
Lookup the RemoteMBeanServer which will be used to invoke methods on. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |