public class RemoteOutboundConnectionService extends AbstractOutboundConnectionService<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 |
connectionCreationOptions, connectionName, endpointInjectedValue, OUTBOUND_CONNECTION_BASE_SERVICE_NAME
Constructor and Description |
---|
RemoteOutboundConnectionService(String connectionName,
org.xnio.OptionMap connectionCreationOptions,
String username,
String protocol) |
Modifier and Type | Method and Description |
---|---|
org.xnio.IoFuture<org.jboss.remoting3.Connection> |
connect() |
String |
getProtocol() |
RemoteOutboundConnectionService |
getValue() |
getCallbackHandler, getConnectionName, start, stop
public static final org.jboss.msc.service.ServiceName REMOTE_OUTBOUND_CONNECTION_BASE_SERVICE_NAME
public org.xnio.IoFuture<org.jboss.remoting3.Connection> connect() throws IOException
connect
in class AbstractOutboundConnectionService<RemoteOutboundConnectionService>
IOException
public String getProtocol()
getProtocol
in class AbstractOutboundConnectionService<RemoteOutboundConnectionService>
public RemoteOutboundConnectionService getValue() throws IllegalStateException, IllegalArgumentException
Copyright © 2023 JBoss by Red Hat. All rights reserved.