public abstract class AbstractStreamServerService extends Object implements org.jboss.msc.service.Service<org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel>>
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> |
getEndpointInjector() |
org.jboss.msc.value.InjectedValue<org.jboss.as.remoting.RemotingSecurityProvider> |
getSecurityProviderInjector() |
org.jboss.msc.value.InjectedValue<SocketBindingManager> |
getSocketBindingManagerInjector() |
org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel>>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<org.jboss.as.remoting.RemotingSecurityProvider> getSecurityProviderInjector()
public org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> getEndpointInjector()
public org.jboss.msc.value.InjectedValue<SocketBindingManager> getSocketBindingManagerInjector()
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel>>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel>>Copyright © 2016 JBoss by Red Hat. All rights reserved.