Package org.jboss.as.remoting
Class AbstractOutboundConnectionService
- java.lang.Object
-
- org.jboss.as.remoting.AbstractOutboundConnectionService
-
- All Implemented Interfaces:
OutboundConnection
public abstract class AbstractOutboundConnectionService extends Object implements OutboundConnection
- Author:
- Jaikiran Pai, Richard Opalka
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameOUTBOUND_CONNECTION_BASE_SERVICE_NAMEDeprecated.UseAbstractOutboundConnectionResourceDefinition.OUTBOUND_CONNECTION_CAPABILITYcapability to get the base service name for an OutboundConnection.
-
Constructor Summary
Constructors Constructor Description AbstractOutboundConnectionService()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.network.OutboundConnection
getAuthenticationConfiguration, getDestinationUri, getSSLContext
-
-
-
-
Field Detail
-
OUTBOUND_CONNECTION_BASE_SERVICE_NAME
@Deprecated public static final org.jboss.msc.service.ServiceName OUTBOUND_CONNECTION_BASE_SERVICE_NAME
Deprecated.UseAbstractOutboundConnectionResourceDefinition.OUTBOUND_CONNECTION_CAPABILITYcapability to get the base service name for an OutboundConnection.
-
-