org.eclipse.jetty.jmx
public class ConnectorServer extends AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener
LifeCycle.Listener
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
Constructor and Description |
---|
ConnectorServer(javax.management.remote.JMXServiceURL svcUrl,
java.util.Map<java.lang.String,?> environment,
java.lang.String name)
Constructs connector server
|
ConnectorServer(javax.management.remote.JMXServiceURL serviceURL,
java.lang.String name)
Constructs connector server
|
Modifier and Type | Method and Description |
---|---|
void |
doStart() |
void |
doStop() |
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
public ConnectorServer(javax.management.remote.JMXServiceURL serviceURL, java.lang.String name) throws java.lang.Exception
serviceURL
- the address of the new connector server.
The actual address of the new connector server, as returned
by its getAddress method, will not necessarily be exactly the same.name
- object name string to be assigned to connector server beanjava.lang.Exception
public ConnectorServer(javax.management.remote.JMXServiceURL svcUrl, java.util.Map<java.lang.String,?> environment, java.lang.String name) throws java.lang.Exception
svcUrl
- the address of the new connector server.
The actual address of the new connector server, as returned
by its getAddress method, will not necessarily be exactly the same.environment
- a set of attributes to control the new connector
server's behavior. This parameter can be null. Keys in this map must
be Strings. The appropriate type of each associated value depends on
the attribute. The contents of environment are not changed by this call.name
- object name string to be assigned to connector server beanjava.lang.Exception
public void doStart() throws java.lang.Exception
doStart
in class AbstractLifeCycle
java.lang.Exception
AbstractLifeCycle.doStart()
public void doStop() throws java.lang.Exception
doStop
in class AbstractLifeCycle
java.lang.Exception
AbstractLifeCycle.doStop()
Copyright © 2017. All Rights Reserved.