public class RemoteOutboundConnectionService extends AbstractOutboundConnectionService implements org.jboss.msc.service.Service<RemoteOutboundConnectionService>
RemoteOutboundConnectionService manages a remoting connection created out of a remote:// URI scheme.| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
REMOTE_OUTBOUND_CONNECTION_BASE_SERVICE_NAME |
endpointInjectedValue, OUTBOUND_CONNECTION_BASE_SERVICE_NAME| Constructor and Description |
|---|
RemoteOutboundConnectionService(org.xnio.OptionMap connectionCreationOptions,
String username,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.security.auth.client.AuthenticationConfiguration |
getAuthenticationConfiguration()
Get the connection authentication configuration.
|
URI |
getDestinationUri()
Get the destination URI for the connection.
|
SSLContext |
getSSLContext()
Get the connection SSL Context.
|
RemoteOutboundConnectionService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName REMOTE_OUTBOUND_CONNECTION_BASE_SERVICE_NAME
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<RemoteOutboundConnectionService>start in class AbstractOutboundConnectionServiceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<RemoteOutboundConnectionService>stop in class AbstractOutboundConnectionServicepublic org.wildfly.security.auth.client.AuthenticationConfiguration getAuthenticationConfiguration()
AbstractOutboundConnectionServicegetAuthenticationConfiguration in class AbstractOutboundConnectionServicepublic SSLContext getSSLContext()
AbstractOutboundConnectionServicegetSSLContext in class AbstractOutboundConnectionServicepublic URI getDestinationUri()
AbstractOutboundConnectionServicegetDestinationUri in class AbstractOutboundConnectionServicepublic RemoteOutboundConnectionService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<RemoteOutboundConnectionService>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.