|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.NotificationBroadcasterSupport
javax.management.remote.JMXConnectorServer
org.objectweb.proactive.jmx.server.ProActiveConnectorServer
public class ProActiveConnectorServer
This connector server is attached to an MBean server. It listens for client connection requests and creates a connection for each one.
| Field Summary |
|---|
| Fields inherited from class javax.management.remote.JMXConnectorServer |
|---|
AUTHENTICATOR |
| Constructor Summary | |
|---|---|
ProActiveConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map<java.lang.String,?> environment)
Creates a ProActiveConnectorServer |
|
ProActiveConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map<java.lang.String,?> environment,
javax.management.MBeanServer mbeanServer)
Creates a ProActiveConnectorServer |
|
ProActiveConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map<java.lang.String,?> environment,
ProActiveServerImpl paServer,
javax.management.MBeanServer mbeanServer)
Creates a ProActiveConnectorServer |
|
| Method Summary | |
|---|---|
javax.management.remote.JMXServiceURL |
getAddress()
The address of this connector server. |
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns the attributes of this connector |
boolean |
isActive()
Determines whether the connector server is active. |
void |
start()
Activates the connector server, that is starts listening for client connections. |
void |
stop()
Deactivates the connector server, that is, stops listening for client connections. |
| Methods inherited from class javax.management.remote.JMXConnectorServer |
|---|
connectionClosed, connectionFailed, connectionOpened, getConnectionIds, getMBeanServer, getNotificationInfo, postDeregister, postRegister, preDeregister, preRegister, setMBeanServerForwarder, toJMXConnector |
| Methods inherited from class javax.management.NotificationBroadcasterSupport |
|---|
addNotificationListener, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProActiveConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map<java.lang.String,?> environment)
throws java.io.IOException
url - The connector urlenvironment - the connector environnement, i.e., the package location of the ServerProvider
java.io.IOException
public ProActiveConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map<java.lang.String,?> environment,
javax.management.MBeanServer mbeanServer)
throws java.io.IOException
url - The connector urlenvironment - the connector environnement, i.e., the package location of the ServerProvidermbeanServer - the MBean server bound with the connector
java.io.IOException
public ProActiveConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map<java.lang.String,?> environment,
ProActiveServerImpl paServer,
javax.management.MBeanServer mbeanServer)
throws java.io.IOException
url - The connector urlenvironment - the connector environnement, i.e., the package location of the ServerProviderpaServer - the proActive JMX Server thatmbeanServer - the MBean server bound with the connector
java.io.IOException| Method Detail |
|---|
public void start()
throws java.io.IOException
java.io.IOExceptionpublic void stop()
public boolean isActive()
public javax.management.remote.JMXServiceURL getAddress()
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||