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() |
getCallbackHandler, getConnectionName, start, stop
public 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>
IOException
public String getProtocol()
getProtocol
in class AbstractOutboundConnectionService<LocalOutboundConnectionService>
public LocalOutboundConnectionService getValue() throws IllegalStateException, IllegalArgumentException
Copyright © 2023 JBoss by Red Hat. All rights reserved.