public class RemotingConnectorService extends Object implements org.jboss.msc.service.Service<org.jboss.remotingjmx.RemotingConnectorServer>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
RemotingConnectorService() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceController<?> |
addService(org.jboss.msc.service.ServiceTarget target,
ServiceVerificationHandler verificationHandler,
boolean useManagementEndpoint) |
org.jboss.remotingjmx.RemotingConnectorServer |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<org.jboss.remotingjmx.RemotingConnectorServer>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<org.jboss.remotingjmx.RemotingConnectorServer>
public org.jboss.remotingjmx.RemotingConnectorServer getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<org.jboss.remotingjmx.RemotingConnectorServer>
IllegalStateException
IllegalArgumentException
public static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceTarget target, ServiceVerificationHandler verificationHandler, boolean useManagementEndpoint)
Copyright © 2014 JBoss by Red Hat. All rights reserved.