Package org.jboss.as.remoting
Class RemotingConnectorBindingInfoService
- java.lang.Object
-
- org.jboss.as.remoting.RemotingConnectorBindingInfoService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public final class RemotingConnectorBindingInfoService extends Object implements org.jboss.msc.Service
Service that publishes socket binding information for remoting connectors- Author:
- Stuart Douglas, Richard Opalka
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemotingConnectorBindingInfoService.RemotingConnectorInfoDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidinstall(org.jboss.msc.service.ServiceTarget target, String connectorName, SocketBinding binding, Protocol protocol)static org.jboss.msc.service.ServiceNameserviceName(String connectorName)Deprecated.voidstart(org.jboss.msc.service.StartContext startContext)voidstop(org.jboss.msc.service.StopContext stopContext)
-
-
-
Method Detail
-
serviceName
@Deprecated public static org.jboss.msc.service.ServiceName serviceName(String connectorName)
Deprecated.Deprecated. Use aProtocolSocketBindingprovided by theorg.wildfly.remoting.connectorcapability
-
install
public static void install(org.jboss.msc.service.ServiceTarget target, String connectorName, SocketBinding binding, Protocol protocol)
-
start
public void start(org.jboss.msc.service.StartContext startContext)
- Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
-