public class LocalOutboundConnectionService extends AbstractOutboundConnectionService<LocalOutboundConnectionService>
LocalOutboundConnectionService manages a local remoting connection (i.e. a connection created with local:// URI scheme).| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
LOCAL_OUTBOUND_CONNECTION_BASE_SERVICE_NAME |
connectionCreationOptions, connectionName, endpointInjectedValue, OUTBOUND_CONNECTION_BASE_SERVICE_NAME| Constructor and Description |
|---|
LocalOutboundConnectionService(String connectionName,
org.xnio.OptionMap connectionCreationOptions) |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.IoFuture<org.jboss.remoting3.Connection> |
connect() |
String |
getProtocol() |
LocalOutboundConnectionService |
getValue() |
getConnectionName, start, stoppublic static final org.jboss.msc.service.ServiceName LOCAL_OUTBOUND_CONNECTION_BASE_SERVICE_NAME
public LocalOutboundConnectionService(String connectionName, org.xnio.OptionMap connectionCreationOptions)
public org.xnio.IoFuture<org.jboss.remoting3.Connection> connect()
throws IOException
connect in class AbstractOutboundConnectionService<LocalOutboundConnectionService>IOExceptionpublic String getProtocol()
getProtocol in class AbstractOutboundConnectionService<LocalOutboundConnectionService>public LocalOutboundConnectionService getValue() throws IllegalStateException, IllegalArgumentException
Copyright © 2017 JBoss by Red Hat. All rights reserved.