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 ClassesModifier and TypeClassDescriptionstatic final classDeprecated. -
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
serviceName
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
-
ProtocolSocketBinding