org.jboss.remoting
Class Remoting

java.lang.Object
  extended by org.jboss.remoting.Remoting

public class Remoting
extends java.lang.Object


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 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 PASS_CONFIG_MAP_TO_MARSHAL_FACTORY
          A flag for indicating that the Client configuration map should be used to configure marshallers and unmarshallers.
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.
static java.lang.String USE_ALL_SOCKET_FACTORY_PARAMS
          A flag indicating that RemoteClientInvoker should use parameters in the InvokerLocator as well as the configuration map when creating a SocketFactory.
static java.lang.String USE_CLIENT_CONNECTION_IDENTITY
          Flags indicating that connection monitoring should treat a connection as being defined by one or two of its endpoints.
static java.lang.String USE_CURRENT_THREAD_CLASS_LOADER
          A flag for indicating that when a client side Remoting unmarshaller uses the Thread contect classloader, it should use the context classloader for the currently executing thread, rather than the context classloader for the thread in which the unmarshaller was created.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_SERVER_SOCKET_FACTORY

public static final 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. This will override the creation of any other socket factory.

See Also:
Constant Field Values

CUSTOM_SOCKET_FACTORY

public static final java.lang.String CUSTOM_SOCKET_FACTORY
Key for the configuration map passed to a Client to indicate the socket factory to be used. This will override the creation of any other socket factory.

See Also:
Constant Field Values

SOCKET_FACTORY_NAME

public static final 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.

See Also:
Constant Field Values

SOCKET_FACTORY_CLASS_NAME

public static final 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. This one is distinct from the bean property "socketFactory".

See Also:
Constant Field Values

SOCKET_CREATION_CLIENT_LISTENER

public static final 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.

See Also:
Constant Field Values

SOCKET_CREATION_SERVER_LISTENER

public static final 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.

See Also:
Constant Field Values

CLASSLOADING_PARENT_FIRST_DELEGATION

public static final java.lang.String CLASSLOADING_PARENT_FIRST_DELEGATION
A flag indicating whether the RemotingClassLoader uses parent first (=true) or user class loader first delegation.

See Also:
Constant Field Values

CLASSLOADING_PARENT_FIRST_DELEGATION_PROP

public static final java.lang.String CLASSLOADING_PARENT_FIRST_DELEGATION_PROP
See Also:
Constant Field Values

CHANGE_INVALID_STATE_TO_CANNOT_CONNECT

public static final 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.

See Also:
Constant Field Values

USE_ALL_SOCKET_FACTORY_PARAMS

public static final java.lang.String USE_ALL_SOCKET_FACTORY_PARAMS
A flag indicating that RemoteClientInvoker should use parameters in the InvokerLocator as well as the configuration map when creating a SocketFactory.

See Also:
Constant Field Values

USE_CLIENT_CONNECTION_IDENTITY

public static final java.lang.String USE_CLIENT_CONNECTION_IDENTITY
Flags indicating that connection monitoring should treat a connection as being defined by one or two of its endpoints. I.e., if a [client invoker or] server invoker stops and restarts, then all connections it participated in are now gone.

See Also:
Constant Field Values

USE_CURRENT_THREAD_CLASS_LOADER

public static final java.lang.String USE_CURRENT_THREAD_CLASS_LOADER
A flag for indicating that when a client side Remoting unmarshaller uses the Thread contect classloader, it should use the context classloader for the currently executing thread, rather than the context classloader for the thread in which the unmarshaller was created. Note that this behavior is generally desirable and was introduced to fix a source of ClassCastExceptions.

See Also:
Constant Field Values

PASS_CONFIG_MAP_TO_MARSHAL_FACTORY

public static final java.lang.String PASS_CONFIG_MAP_TO_MARSHAL_FACTORY
A flag for indicating that the Client configuration map should be used to configure marshallers and unmarshallers. If set to false (the default value), then parameters will be taken only from the InvokerLocator.

See Also:
Constant Field Values


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.