|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.Remoting
public class Remoting
Field Summary | |
---|---|
static java.lang.String |
CHANGE_INVALID_STATE_TO_CANNOT_CONNECT
A flag indicating whether org.jboss.remoting.MicroRemoteClientInvoker should translate an org.jboss.remoting.ServerInvoker.InvalidStateException to an org.jboss.remoting.CannotConnectException. |
static java.lang.String |
CLASSLOADING_PARENT_FIRST_DELEGATION
A flag indicating whether the RemotingClassLoader uses parent first (=true) or user class loader first delegation. |
static java.lang.String |
CLASSLOADING_PARENT_FIRST_DELEGATION_PROP
|
static java.lang.String |
CLIENT_ADDRESS
Key with which host address of client will be associated in InvocationRequest request payload. |
static java.lang.String |
CUSTOM_SERVER_SOCKET_FACTORY
Key for the configuration map passed to a Connector to indicate the server socket factory to be used. |
static java.lang.String |
CUSTOM_SOCKET_FACTORY
Key for the configuration map passed to a Client to indicate the socket factory to be used. |
static java.lang.String |
REMOTE_CLASS_LOADERS
Key for injecting into Connector a list of classloaders for remote classloading facility. |
static java.lang.String |
REMOTING_VERSION
Key for configuring Remoting wire version. |
static java.lang.String |
SKIP_ACCESS_CONTROL
Key for telling Remoting to execute security sensitive code outside of java.security.AccessController.doPrivileged() calls. |
static java.lang.String |
SOCKET_CREATION_CLIENT_LISTENER
Key for the configuration map passed to a Client or Connector to indicate a socket creation listener for sockets created by a SocketFactory. |
static java.lang.String |
SOCKET_CREATION_SERVER_LISTENER
Key for the configuration map passed to a Client or Connector to indicate a socket creation listener for sockets created by a ServerSocket. |
static java.lang.String |
SOCKET_FACTORY_CLASS_NAME
Key for the configuration map passed to a Client to indicate the classname of the socket factory to be used. |
static java.lang.String |
SOCKET_FACTORY_NAME
Key for the configuration map passed to a Client to indicate the classname of the socket factory to be used. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CUSTOM_SERVER_SOCKET_FACTORY
public static final java.lang.String CUSTOM_SOCKET_FACTORY
public static final java.lang.String SOCKET_FACTORY_NAME
public static final java.lang.String SOCKET_FACTORY_CLASS_NAME
public static final java.lang.String SOCKET_CREATION_CLIENT_LISTENER
public static final java.lang.String SOCKET_CREATION_SERVER_LISTENER
public static final java.lang.String CLIENT_ADDRESS
public static final java.lang.String REMOTING_VERSION
public static final java.lang.String SKIP_ACCESS_CONTROL
public static final java.lang.String CLASSLOADING_PARENT_FIRST_DELEGATION
public static final java.lang.String CLASSLOADING_PARENT_FIRST_DELEGATION_PROP
public static final java.lang.String REMOTE_CLASS_LOADERS
public static final java.lang.String CHANGE_INVALID_STATE_TO_CANNOT_CONNECT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |