A B C D E F G H I J L M N O P Q R S T U W

A

ADDCLIENTLISTENER - Static variable in class org.jboss.remoting.invocation.InternalInvocation
 
ADDLISTENER - Static variable in class org.jboss.remoting.invocation.InternalInvocation
 
AbstractDetector - class org.jboss.remoting.detection.AbstractDetector.
AbstractDetector
AbstractDetector() - Constructor for class org.jboss.remoting.detection.AbstractDetector
 
AbstractDetectorMBean - interface org.jboss.remoting.detection.AbstractDetectorMBean.
This provides a MBean accessible interface for setting domain configuration
AbstractInvoker - class org.jboss.remoting.AbstractInvoker.
AbstractInvoker is an abstract handler part that contains common methods between both client and server.
AbstractInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.AbstractInvoker
 
accept(File, String) - Method in class org.jboss.remoting.CallbackStore.StoreFileFilter
Tests if a specified file should be included in a file list.
acceptThreads - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
acknowledge() - Method in class org.jboss.remoting.transport.socket.ServerThread
 
add(Serializable) - Method in class org.jboss.remoting.CallbackStore
Persists the serializable object passed to the directory specified.
add(Serializable) - Method in class org.jboss.remoting.NullCallbackStore
Persists the serializable object passed to the directory specified.
add(Serializable) - Method in interface org.jboss.remoting.SerializableStore
Persists the serializable object passed to the directory specified.
addClass(ClassBytes) - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
addInvocationHandler(String, ServerInvocationHandler) - Method in class org.jboss.remoting.ServerInvoker
add a server invocation handler for a particular subsystem.
addInvocationHandler(String, ObjectName) - Method in class org.jboss.remoting.transport.Connector
Adds a handler to the connector via OjbectName.
addInvocationHandler(String, ServerInvocationHandler) - Method in class org.jboss.remoting.transport.Connector
Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler.
addInvocationHandler(String, ObjectName) - Method in interface org.jboss.remoting.transport.ConnectorMBean
Adds a handler to the connector via OjbectName.
addInvocationHandler(String, ServerInvocationHandler) - Method in interface org.jboss.remoting.transport.ConnectorMBean
Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler.
addListener(InvokerCallbackHandler) - Method in class org.jboss.remoting.Client
Adds the specified handler as a callback listener for pull (sync) callbacks.
addListener(InvokerCallbackHandler, InvokerLocator) - Method in class org.jboss.remoting.Client
Adds the specified handler as a callback listener for push (async) callbacks.
addListener(InvokerCallbackHandler, InvokerLocator, Object) - Method in class org.jboss.remoting.Client
Adds the specified handler as a callback listener for push (async) callbacks.
addListener(InvokerLocator, String, InvokerCallbackHandler) - Method in interface org.jboss.remoting.ClientInterceptor
If the client invoker has a client locator, call it to add the client's callback handler.
addListener(InvokerLocator, String, InvokerCallbackHandler) - Method in class org.jboss.remoting.ClientInvokerAdapter
The addListener method
addListener(InvokerCallbackHandler) - Method in class org.jboss.remoting.ServerInterceptorChain
The addListener method
addListener(InvokerCallbackHandler) - Method in interface org.jboss.remoting.ServerInvocationHandler
Adds a callback handler that will listen for callbacks from the server invoker handler.
addListener(InvokerCallbackHandler) - Method in class org.jboss.remoting.marshal.MarshallerLoaderHandler
Adds a callback handler that will listen for callbacks from the server invoker handler.
addMarshaller(Class, Marshaller, UnMarshaller) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Will add the marshaller and unmarshaller based on class type.
addMarshaller(String, Marshaller, UnMarshaller) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Adds the marshaller and unmarshaller based on data type.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.remoting.network.NetworkRegistry
 
addServer(Identity, InvokerLocator[]) - Method in class org.jboss.remoting.network.NetworkRegistry
add a server for a given identity that is available on the network
addServer(Identity, InvokerLocator[]) - Method in interface org.jboss.remoting.network.NetworkRegistryMBean
add a server for a given identity that is available on the network
address - Variable in class org.jboss.remoting.transport.socket.ServerAddress
Address of host ot connect to
address - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
connection information
apply(ObjectName) - Method in class org.jboss.remoting.network.NetworkRegistryQuery
 

B

BINARY - Static variable in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
BYVALUE - Static variable in class org.jboss.remoting.InvokerLocator
Constant to define the param name to be used when defining if marshalling should be by value, which means will be remote client invoker instead of using local client invoker.
backlog - Variable in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
backlog - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
bis - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
bos - Variable in class org.jboss.remoting.transport.socket.ServerThread
 

C

CALLBACK_HANDLE_OBJECT_KEY - Static variable in class org.jboss.remoting.Callback
 
CALLBACK_MEM_CEILING - Static variable in class org.jboss.remoting.ServerInvokerCallbackHandler
The map key to use when looking up the percentage of free memory available before tiggering persistence.
CALLBACK_STORE_KEY - Static variable in class org.jboss.remoting.ServerInvokerCallbackHandler
The map key to use when looking up any callback store that should be used.
CLASSNAME - Static variable in interface org.jboss.remoting.marshal.MarshallerLoaderConstants
 
Callback - class org.jboss.remoting.Callback.
 
Callback(Object) - Constructor for class org.jboss.remoting.Callback
 
CallbackStore - class org.jboss.remoting.CallbackStore.
Acts as a persistent list which writes Serializable objects to disk and will retrieve them in same order in which they were added (FIFO).
CallbackStore() - Constructor for class org.jboss.remoting.CallbackStore
Default store constructor.
CallbackStore(boolean) - Constructor for class org.jboss.remoting.CallbackStore
Store constructor.
CallbackStore.StoreFileFilter - class org.jboss.remoting.CallbackStore.StoreFileFilter.
 
CallbackStore.StoreFileFilter() - Constructor for class org.jboss.remoting.CallbackStore.StoreFileFilter
 
CallbackStoreMBean - interface org.jboss.remoting.CallbackStoreMBean.
 
CannotConnectException - exception org.jboss.remoting.CannotConnectException.
This exception is generated when the remoting layer cannot connect to the remote server It means that the client cannot send the request to the server.
CannotConnectException() - Constructor for class org.jboss.remoting.CannotConnectException
 
CannotConnectException(String) - Constructor for class org.jboss.remoting.CannotConnectException
 
CannotConnectException(String, Throwable) - Constructor for class org.jboss.remoting.CannotConnectException
 
CannotConnectException(Throwable) - Constructor for class org.jboss.remoting.CannotConnectException
 
ClassByteClassLoader - class org.jboss.remoting.loading.ClassByteClassLoader.
ClassByteClassLoader is a classloader that will allow dynamic adding of classes from a remote machine to be added and visible locally.
ClassByteClassLoader() - Constructor for class org.jboss.remoting.loading.ClassByteClassLoader
 
ClassByteClassLoader(ClassLoader) - Constructor for class org.jboss.remoting.loading.ClassByteClassLoader
 
ClassBytes - class org.jboss.remoting.loading.ClassBytes.
ClassBytes is a serialized object that represents a class name and the class bytes as a byte array.
ClassBytes(String, byte[]) - Constructor for class org.jboss.remoting.loading.ClassBytes
 
ClassUtil - class org.jboss.remoting.loading.ClassUtil.
ClassUtil is a set of generic class utlities.
ClassUtil() - Constructor for class org.jboss.remoting.loading.ClassUtil
 
Client - class org.jboss.remoting.Client.
Client is a convience method for invoking remote methods for a given subsystem
Client(InvokerLocator) - Constructor for class org.jboss.remoting.Client
 
Client(InvokerLocator, String) - Constructor for class org.jboss.remoting.Client
 
Client(ClassLoader, InvokerLocator, String) - Constructor for class org.jboss.remoting.Client
 
Client(ClassLoader, ClientInvoker, String) - Constructor for class org.jboss.remoting.Client
 
ClientInterceptor - interface org.jboss.remoting.ClientInterceptor.
Client is a convience method for invoking remote methods for a given subsystem
ClientInvoker - interface org.jboss.remoting.transport.ClientInvoker.
Interface to be used for calling on all the different invoker types (LocalClientInvoker and RemoteClientInvoker).
ClientInvokerAdapter - class org.jboss.remoting.ClientInvokerAdapter.
ClientInvokerAdapter.java is a ClientInterceptor for the end of the interceptor chain: it finds the right RemoteClientInvoker and calls it.
ClientInvokerAdapter() - Constructor for class org.jboss.remoting.ClientInvokerAdapter
 
ClientInvokerAdapter(ClassLoader) - Constructor for class org.jboss.remoting.ClientInvokerAdapter
 
ClientInvokerAdapterMBean - interface org.jboss.remoting.ClientInvokerAdapterMBean.
MBean interface.
CompressedClassBytes - class org.jboss.remoting.loading.CompressedClassBytes.
CompressedClassBytes is a ClassBytes subclass that compresses class data, if possible.
CompressedClassBytes() - Constructor for class org.jboss.remoting.loading.CompressedClassBytes
 
CompressedClassBytes(String, byte[], int) - Constructor for class org.jboss.remoting.loading.CompressedClassBytes
 
ConnectionFailedException - exception org.jboss.remoting.ConnectionFailedException.
ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.
ConnectionFailedException() - Constructor for class org.jboss.remoting.ConnectionFailedException
 
ConnectionFailedException(String) - Constructor for class org.jboss.remoting.ConnectionFailedException
 
ConnectionFailedException(String, Exception) - Constructor for class org.jboss.remoting.ConnectionFailedException
 
Connector - class org.jboss.remoting.transport.Connector.
Connector is an implementation of the ConnectorMBean interface.
Connector() - Constructor for class org.jboss.remoting.transport.Connector
 
Connector(boolean) - Constructor for class org.jboss.remoting.transport.Connector
 
ConnectorMBean - interface org.jboss.remoting.transport.ConnectorMBean.
MBean interface.
callbackHandlers - Variable in class org.jboss.remoting.ServerInvoker
 
changeDomain(String) - Method in class org.jboss.remoting.network.NetworkRegistry
change the main domain of the local server
changeDomain(String) - Method in interface org.jboss.remoting.network.NetworkRegistryMBean
change the main domain of the local server
checkInvokerServer(Detection, ClassLoader) - Method in class org.jboss.remoting.detection.AbstractDetector
 
classBytes - Variable in class org.jboss.remoting.loading.ClassBytes
 
className - Variable in class org.jboss.remoting.loading.ClassBytes
 
classbyteloader - Variable in class org.jboss.remoting.AbstractInvoker
 
clearPool(ServerAddress) - Static method in class org.jboss.remoting.transport.socket.SocketClientInvoker
Close all sockets in a specific pool.
clearPools() - Static method in class org.jboss.remoting.transport.socket.SocketClientInvoker
Close all sockets in all pools
clientConnectAddress - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
The internet address client will use to connect to the sever.
clientConnectPort - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
The port a client will use to connect to the sever.
clientpool - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
clientpool - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
compress(byte[]) - Method in class org.jboss.remoting.loading.CompressedClassBytes
Compresses the input data.
connect() - Method in class org.jboss.remoting.Client
 
connect(InvokerLocator) - Method in interface org.jboss.remoting.ClientInterceptor
 
connect(InvokerLocator) - Method in class org.jboss.remoting.ClientInvokerAdapter
The connect method
connect() - Method in class org.jboss.remoting.RemoteClientInvoker
connect to the remote invoker
connect() - Method in interface org.jboss.remoting.transport.ClientInvoker
connect to the remote invoker
connect() - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
connect to the remote invoker
connected - Variable in class org.jboss.remoting.RemoteClientInvoker
 
connectionPools - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
convertLocator(InvokerLocator) - Static method in class org.jboss.remoting.marshal.MarshallLoaderFactory
Will take regular invoker locator with extra parameters indicating marshall loader configuration (such as port) and converts to the marshall loader locator.
create() - Method in class org.jboss.remoting.CallbackStore
This is a no op method, but needed in order to be used as a service within JBoss AS.
create() - Method in class org.jboss.remoting.NullCallbackStore
This is a no op method, but needed in order to be used as a service within JBoss AS.
create() - Method in interface org.jboss.remoting.SerializableStore
This is a no op method, but needed in order to be used as a service within JBoss AS.
create() - Method in class org.jboss.remoting.transport.Connector
Creates the connector.
create() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Creates the connector.
createClientInvoker(InvokerLocator) - Static method in class org.jboss.remoting.InvokerRegistry
create a ClientInvoker instance, using the specific InvokerLocator, which is just a client-side invoker to a remote server
createMarshallLoader(InvokerLocator) - Static method in class org.jboss.remoting.marshal.MarshallLoaderFactory
Create a remoting server connector for a marshaller loader based on the specified locator.
createServerInvoker(InvokerLocator) - Static method in class org.jboss.remoting.InvokerRegistry
create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface.
createServerInvoker(InvokerLocator, Map) - Static method in class org.jboss.remoting.InvokerRegistry
create a ServerInvoker instance, using the specific Invoker locator data and an implementation of the ServerInvocationHandler interface along with
createUniqueID() - Static method in class org.jboss.remoting.ident.Identity
 

D

DATATYPE - Static variable in class org.jboss.remoting.InvokerLocator
Constant to define the param name to be used when defining the data type.
DATATYPE - Static variable in class org.jboss.remoting.marshal.http.HTTPMarshaller
 
DATATYPE - Static variable in class org.jboss.remoting.marshal.http.HTTPUnMarshaller
 
DATATYPE - Static variable in class org.jboss.remoting.marshal.serializable.SerializableMarshaller
 
DATATYPE - Static variable in class org.jboss.remoting.marshal.serializable.SerializableUnMarshaller
 
DATATYPE_CASED - Static variable in class org.jboss.remoting.InvokerLocator
 
DEFAULT_DOMAIN - Static variable in class org.jboss.remoting.ident.Identity
 
DEFAULT_HOST - Static variable in class org.jboss.remoting.detection.util.DetectorUtil
localhost *
DEFAULT_PORT - Static variable in class org.jboss.remoting.detection.util.DetectorUtil
2410 *
DEFAULT_REGISTRY_PORT - Static variable in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
DETECTION_SUBCONTEXT_NAME - Static variable in class org.jboss.remoting.detection.jndi.JNDIDetector
 
DOMAIN_CHANGED - Static variable in class org.jboss.remoting.network.NetworkNotification
 
Detection - class org.jboss.remoting.detection.Detection.
Detection is an MBean Notification that is fired by Detectors when remote servers are found or lost on the Network.
Detection(Identity, InvokerLocator[]) - Constructor for class org.jboss.remoting.detection.Detection
 
Detector - interface org.jboss.remoting.detection.Detector.
Detector
DetectorUtil - class org.jboss.remoting.detection.util.DetectorUtil.
 
DetectorUtil() - Constructor for class org.jboss.remoting.detection.util.DetectorUtil
 
DetectorUtil(String) - Constructor for class org.jboss.remoting.detection.util.DetectorUtil
 
DetectorUtil(String, int) - Constructor for class org.jboss.remoting.detection.util.DetectorUtil
 
DetectorUtil(String, int, String) - Constructor for class org.jboss.remoting.detection.util.DetectorUtil
 
deserialize(ClassBytes, ClassLoader) - Static method in class org.jboss.remoting.loading.ClassUtil
 
deserialize(byte[]) - Static method in class org.jboss.remoting.loading.ClassUtil
 
deserialize(byte[], ClassLoader) - Static method in class org.jboss.remoting.loading.ClassUtil
 
deserializeTime - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
destroy() - Method in class org.jboss.remoting.CallbackStore
If purgeOnDestroy is true, will remove files upon shutdown.
destroy() - Method in class org.jboss.remoting.NullCallbackStore
This is a no op method, but needed in order to be used as a service within JBoss AS.
destroy() - Method in interface org.jboss.remoting.SerializableStore
This is a no op method, but needed in order to be used as a service within JBoss AS.
destroy() - Method in class org.jboss.remoting.ServerInvoker
destory the invoker permanently
destroy() - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
This method is required to be called upon removing a callback listener so can clean up resources used by the handler.
destroy() - Method in interface org.jboss.remoting.ServerInvokerMBean
destory the invoker permanently
destroy() - Method in class org.jboss.remoting.loading.ClassByteClassLoader
Will disconnect loader client if is present.
destroy() - Method in class org.jboss.remoting.transport.Connector
Destroys the connector.
destroy() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Destroys the connector.
destroy() - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
destroy the RMI Server Invoker, which will unexport the RMI server
destroyClientInvoker(InvokerLocator) - Static method in class org.jboss.remoting.InvokerRegistry
called to destroy any cached RemoteClientInvoker copies inside the registry.
detect(Detection) - Method in class org.jboss.remoting.detection.AbstractDetector
called when a remote detection from a peer is received by a detector
disconnect() - Method in class org.jboss.remoting.Client
 
disconnect(InvokerLocator) - Method in interface org.jboss.remoting.ClientInterceptor
 
disconnect(InvokerLocator) - Method in class org.jboss.remoting.ClientInvokerAdapter
The disconnect method
disconnect() - Method in class org.jboss.remoting.RemoteClientInvoker
disconnect from the remote invokere
disconnect() - Method in interface org.jboss.remoting.transport.ClientInvoker
disconnect from the remote invokere
disconnect() - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
disconnect from the remote invoker.
dorun() - Method in class org.jboss.remoting.transport.socket.ServerThread
This is needed because Object*Streams leak

E

EJB - Static variable in interface org.jboss.remoting.Subsystem
 
enableTcpNoDelay - Variable in class org.jboss.remoting.transport.socket.ServerAddress
If the TcpNoDelay option should be used on the socket.
enableTcpNoDelay - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
If the TcpNoDelay option should be used on the socket.
entryRemoved(LRUCachePolicy.LRUCacheEntry) - Method in class org.jboss.remoting.transport.socket.LRUPool
 
equals(Object) - Method in class org.jboss.remoting.InvokerLocator
 
equals(Object) - Method in class org.jboss.remoting.detection.Detection
 
equals(Object) - Method in class org.jboss.remoting.ident.Identity
 
equals(Object) - Method in class org.jboss.remoting.network.NetworkInstance
 
equals(Object) - Method in class org.jboss.remoting.transport.socket.ServerAddress
 
evict() - Method in class org.jboss.remoting.transport.socket.LRUPool
 
evict() - Method in class org.jboss.remoting.transport.socket.ServerThread
 

F

FILE_PATH_KEY - Static variable in class org.jboss.remoting.CallbackStore
 
FILE_SUFFIX_KEY - Static variable in class org.jboss.remoting.CallbackStore
 
filter(Identity, InvokerLocator[]) - Method in interface org.jboss.remoting.network.NetworkFilter
called to apply a filter when selecting 0..* servers on the network
filter(Identity, InvokerLocator[]) - Method in class org.jboss.remoting.network.filter.IdentityFilter
called to apply a filter when selecting 0..* servers on the network
filter(Identity, InvokerLocator[]) - Method in class org.jboss.remoting.network.filter.InvokerProtocolFilter
called to apply a filter when selecting 0..* servers on the network
finalize() - Method in class org.jboss.remoting.RemoteClientInvoker
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize() - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
finalize() - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
finalize() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 
finalize() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
finalize() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
find(MBeanServer) - Static method in class org.jboss.remoting.network.NetworkRegistryFinder
find the ObjectName to the NetworkRegistryMBean instance on the MBeanServer
findClass(String) - Method in class org.jboss.remoting.loading.ClassByteClassLoader
Finds the specified class.
findFreePort() - Static method in class org.jboss.remoting.transport.PortUtil
 

G

GETCALLBACKS - Static variable in class org.jboss.remoting.invocation.InternalInvocation
 
GET_MARSHALLER_METHOD - Static variable in interface org.jboss.remoting.marshal.MarshallerLoaderConstants
 
GET_UNMARSHALLER_METHOD - Static variable in interface org.jboss.remoting.marshal.MarshallerLoaderConstants
 
get(MBeanServer) - Static method in class org.jboss.remoting.ident.Identity
 
getAddress() - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
return the multicast address of the detector
getAddress() - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
return the multicast address of the detector
getAddress() - Method in class org.jboss.remoting.ident.Identity
return the JBOSS IP Address of the instance
getAddress() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getArrayClassPart(String) - Static method in class org.jboss.remoting.loading.ClassUtil
 
getBacklog() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getBacklog() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
 
getBindAddress() - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
return the bind address of the detector
getBindAddress() - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
return the bind address of the detector
getCallbackClient() - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
 
getCallbackHandleObject() - Method in class org.jboss.remoting.Callback
 
getCallbackObject() - Method in class org.jboss.remoting.Callback
 
getCallbackObject() - Method in class org.jboss.remoting.NullCallbackStore.FailedCallback
 
getCallbacks() - Method in class org.jboss.remoting.Client
 
getCallbacks(InvokerLocator, String) - Method in interface org.jboss.remoting.ClientInterceptor
 
getCallbacks(InvokerLocator, String) - Method in class org.jboss.remoting.ClientInvokerAdapter
The getCallbacks method
getCallbacks() - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
 
getClassBytes() - Method in class org.jboss.remoting.loading.ClassBytes
 
getClassBytes(String, ClassLoader) - Static method in class org.jboss.remoting.loading.ClassUtil
method is called to retrieve a byte array of a Class for a given class name
getClassLoader() - Method in class org.jboss.remoting.AbstractInvoker
 
getClassLoader() - Method in class org.jboss.remoting.loading.ObjectInputStreamWithClassLoader
Gets the pluggable classloader that will be used for classloading when deserializing objects.
getClassName() - Method in class org.jboss.remoting.loading.ClassBytes
 
getCleanDetectionNumber() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Gets the number of detection iterations before manually pinging remote server to make sure still alive.
getCleanDetectionNumber() - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
getClientConnectAddress() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getClientConnectAddress() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
 
getClientInvoker(InvokerLocator) - Method in class org.jboss.remoting.ClientInvokerAdapter
 
getClientInvokers() - Static method in class org.jboss.remoting.InvokerRegistry
return an array of ClientInvokers that are connected
getClientLocator() - Method in class org.jboss.remoting.AbstractInvoker
Gets the client locator.
getClientLocator() - Method in interface org.jboss.remoting.transport.ClientInvoker
Gets the client locator.
getConfiguration() - Method in class org.jboss.remoting.ServerInvoker
Gets teh server invoker's transport specific configuration.
getConfiguration() - Method in interface org.jboss.remoting.ServerInvokerMBean
Gets teh server invoker's transport specific configuration.
getConfiguration() - Method in class org.jboss.remoting.detection.AbstractDetector
The getConfiguration method
getConfiguration() - Method in interface org.jboss.remoting.detection.AbstractDetectorMBean
The getDomains method
getConfiguration() - Method in class org.jboss.remoting.transport.Connector
Configuration is an xml element indicating subsystems to be registered with the ServerInvoker we wrap.
getConfiguration() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Configuration is an xml element indicating subsystems to be registered with the ServerInvoker we wrap.
getConnection() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
getConnector() - Method in class org.jboss.remoting.ServerInterceptorChain
Get the Connector value.
getConnectorName() - Method in class org.jboss.remoting.ServerInterceptorChain
Get the ConnectorName value.
getConnectorName() - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
Get the ConnectorName value.
getContextFactory() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
The context factory string used when connecting to the JNDI server
getContextFactory() - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
getCurrentClientPoolSize() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getCurrentClientPoolSize() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
 
getCurrentThreadPoolSize() - Method in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
getCurrentThreadPoolSize() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getCurrentThreadPoolSize() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
 
getDataType() - Method in class org.jboss.remoting.ServerInvoker
Will get the data type for the marshaller factory so know which marshaller to get to marshal the data.
getDataType() - Method in interface org.jboss.remoting.ServerInvokerMBean
Will get the data type for the marshaller factory so know which marshaller to get to marshal the data.
getDefaultDataType() - Method in class org.jboss.remoting.RemoteClientInvoker
Each implementation of the remote client invoker should have a default data type that is uses in the case it is not specified in the invoker locator uri.
getDefaultDataType() - Method in class org.jboss.remoting.ServerInvoker
 
getDefaultDataType() - Method in class org.jboss.remoting.transport.http.HTTPClientInvoker
Each implementation of the remote client invoker should have a default data type that is uses in the case it is not specified in the invoker locator uri.
getDefaultDataType() - Method in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
getDefaultDataType() - Method in class org.jboss.remoting.transport.rmi.RMIClientInvoker
 
getDefaultDataType() - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
getDefaultDataType() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
Each implementation of the remote client invoker should have a default data type that is uses in the case it is not specified in the invoker locator uri.
getDefaultDataType() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Each implementation of the remote client invoker should have a default data type that is uses in the case it is not specified in the invoker locator uri.
getDefaultIP() - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
 
getDefaultIP() - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
 
getDefaultTimeDelay() - Method in class org.jboss.remoting.detection.AbstractDetector
 
getDefaultTimeDelay() - Method in interface org.jboss.remoting.detection.AbstractDetectorMBean
 
getDomain() - Method in class org.jboss.remoting.ident.Identity
return the domain for the server
getHeartbeatDelay() - Method in class org.jboss.remoting.detection.AbstractDetector
return the initial delay in milliseconds before the initial heartbeat is fired.
getHeartbeatPeriod() - Method in class org.jboss.remoting.detection.AbstractDetector
return the period in milliseconds between subsequent heartbeats.
getHeartbeatTimeDelay() - Method in class org.jboss.remoting.detection.AbstractDetector
The amount of time to wait between sending (and sometimes receiving) detection messages.
getHeartbeatTimeDelay() - Method in interface org.jboss.remoting.detection.AbstractDetectorMBean
The amount of time to wait between sending (and sometimes receiving) detection messages.
getHost() - Method in class org.jboss.remoting.InvokerLocator
 
getHost() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Gets the host to use when connecting to JNDI server
getHost() - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
getId(InvocationRequest) - Static method in class org.jboss.remoting.ServerInvokerCallbackHandler
Returns an id that can be used to identify this particular callback handler, which should be representative of the client invoker it will make callbacks to.
getId() - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
Returns an id that can be used to identify this particular callback handler, which should be representative of the client invoker it will make callbacks to.
getIdentity() - Method in class org.jboss.remoting.detection.Detection
return the jboss identity
getIdentity() - Method in class org.jboss.remoting.network.NetworkInstance
 
getIdentity() - Method in class org.jboss.remoting.network.NetworkNotification
return the identity of the notification
getInstance() - Method in interface org.jboss.remoting.ServerInterceptor
 
getInstance() - Static method in class org.jboss.remoting.network.NetworkRegistry
return the singleton instance
getInstanceId() - Method in class org.jboss.remoting.ident.Identity
return the JBOSS Instance ID, which is the same between reboots of the same JBOSS server instance.
getInterceptorNames() - Method in class org.jboss.remoting.ServerInterceptorChain
Get the InterceptorName value.
getInterceptorNames() - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
Get the InterceptorName value.
getInterceptors() - Method in class org.jboss.remoting.ServerInterceptorChain
Get the Interceptors value.
getInterfacesFor(Class) - Static method in class org.jboss.remoting.loading.ClassUtil
given a class, recurse its dependency graph and find all its implemented interfaces
getInvocationHandler(String) - Method in class org.jboss.remoting.ServerInvoker
get a ServerInvocationHandler for a given subsystem type
getInvocationHandlers() - Method in class org.jboss.remoting.ServerInvoker
return an array of the server invocation handlers
getInvocationHandlers() - Method in class org.jboss.remoting.transport.Connector
Will get array of all the handlers registered with the connector's server invoker.
getInvoker() - Method in class org.jboss.remoting.Client
 
getInvokerLocator() - Method in class org.jboss.remoting.transport.Connector
Returns the invoker locator.
getInvokerLocator() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Returns the invoker locator.
getJMXId() - Method in class org.jboss.remoting.ident.Identity
return the JMX server ID for the JBoss instance, which is different between reboots of the same JBOSS server instance.
getLocator() - Method in class org.jboss.remoting.AbstractInvoker
return the locator this Invoker represents
getLocator() - Method in class org.jboss.remoting.InvocationRequest
 
getLocator() - Method in interface org.jboss.remoting.Invoker
return the locator this Invoker represents
getLocator() - Method in class org.jboss.remoting.SubsystemNotSupported
 
getLocator() - Method in class org.jboss.remoting.network.NetworkNotification
return the locators affected by the notification
getLocator() - Method in class org.jboss.remoting.transport.Connector
Returns the locator to the connector.
getLocator() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Returns the locator to the connector.
getLocatorURI() - Method in class org.jboss.remoting.InvokerLocator
return the locator URI, in the format:
getLocators() - Method in class org.jboss.remoting.detection.Detection
return the locators for the server
getLocators() - Method in class org.jboss.remoting.network.NetworkInstance
 
getMBeanObjectName() - Method in class org.jboss.remoting.ServerInvoker
Returns the String for the object name to be used for the invoker.
getMBeanServer() - Method in class org.jboss.remoting.ServerInvoker
 
getMarshaller() - Method in class org.jboss.remoting.RemoteClientInvoker
 
getMarshaller(Class) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Looks up marshaller by class type.
getMarshaller(String) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Gets marshaller based on data type (i.e.
getMarshaller(InvokerLocator, ClassLoader) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Will try to look up marshaller by first looking for data type parameter within locator and then using that to look up marhsaller locally.
getMarshaller(InvokerLocator, String, ClassLoader) - Static method in class org.jboss.remoting.marshal.MarshallerLoaderClient
Will call on marshall loader server to load marshaller for given data type.
getMarshaller() - Method in interface org.jboss.remoting.transport.ClientInvoker
 
getMarshaller() - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
 
getMaxPoolSize() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Setter for max pool size.
getMaxPoolSize() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Setter for max pool size.
getMemPercentCeiling() - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
 
getMethodName() - Method in class org.jboss.remoting.invocation.RemoteInvocation
 
getName() - Method in class org.jboss.aspects.remoting.interceptors.invoker.InvokerInterceptor
 
getName() - Method in class org.jboss.aspects.remoting.interceptors.marshall.MarshallInterceptor
 
getName() - Method in class org.jboss.aspects.remoting.interceptors.transport.TransportInterceptor
 
getNext() - Method in class org.jboss.remoting.CallbackStore
Will look through the files in the store directory for the oldest object serialized to disk, load it, delete the file, and return the deserialized object.
getNext() - Method in class org.jboss.remoting.NullCallbackStore
Will look through the files in the store directory for the oldest object serialized to disk, load it, delete the file, and return the deserialized object.
getNext() - Method in interface org.jboss.remoting.SerializableStore
Will look through the files in the store directory for the oldest object serialized to disk, load it, delete the file, and return the deserialized object.
getNotificationInfo() - Method in class org.jboss.remoting.network.NetworkRegistry
 
getNumAcceptThreads() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Getter for property numAcceptThreads
getNumAcceptThreads() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Getter for property numAcceptThreads
getNumberOfRetries() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
getOriginalURI() - Method in class org.jboss.remoting.InvokerLocator
 
getPackageName(Class) - Static method in class org.jboss.remoting.loading.ClassUtil
 
getParameter() - Method in class org.jboss.remoting.InvocationRequest
 
getParameters() - Method in class org.jboss.remoting.InvokerLocator
 
getParameters() - Method in class org.jboss.remoting.invocation.RemoteInvocation
 
getPath() - Method in class org.jboss.remoting.InvokerLocator
 
getPayload() - Method in class org.jboss.remoting.InvocationResponse
 
getPingerDelay() - Method in class org.jboss.remoting.detection.AbstractDetector
return the delay in milliseconds between when the timer is created to when the first pinger thread runs.
getPingerPeriod() - Method in class org.jboss.remoting.detection.AbstractDetector
return the period in milliseconds between checking lost servers against the last detection timestamp.
getPooledConnection() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
getPort() - Method in class org.jboss.remoting.InvokerLocator
 
getPort() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Gets the port used to connect to the JNDI Server.
getPort() - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
getPort() - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
get the port that the detector is multicasting to
getPort() - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
get the port that the detector is multicasting to
getPort() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getProtocol() - Method in class org.jboss.remoting.InvokerLocator
 
getPurgeOnShutdown() - Method in class org.jboss.remoting.CallbackStore
Returns if store will clean up persisted files when shutdown (destroy()).
getPurgeOnShutdown() - Method in class org.jboss.remoting.NullCallbackStore
Returns if store will clean up persisted files when shutdown (destroy()).
getPurgeOnShutdown() - Method in interface org.jboss.remoting.SerializableStore
Returns if store will clean up persisted files when shutdown (destroy()).
getRegisteredInvokerTransports() - Static method in class org.jboss.remoting.InvokerRegistry
return an array of String of the registered transports
getRegisteredServerLocators() - Static method in class org.jboss.remoting.InvokerRegistry
return an array of InvokerLocators that are local to this VM (server invokers)
getRequestPayload() - Method in class org.jboss.remoting.InvocationRequest
 
getResourceAsStream(String) - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
getResult() - Method in class org.jboss.remoting.InvocationResponse
 
getReturnPayload() - Method in class org.jboss.remoting.InvocationRequest
 
getServerBindAddress() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getServerBindAddress() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
 
getServerBindPort() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Getter for property serverBindPort.
getServerBindPort() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Getter for property serverBindPort.
getServerHostName() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
The name of of the server.
getServerInvokers() - Static method in class org.jboss.remoting.InvokerRegistry
return an array of ServerInvokers that are connected
getServerLocator() - Method in class org.jboss.remoting.Callback
 
getServerStub() - Method in class org.jboss.remoting.transport.rmi.RMIClientInvoker
return the RMI server stub
getServers() - Method in class org.jboss.remoting.network.NetworkRegistry
return the servers on the network
getServers() - Method in interface org.jboss.remoting.network.NetworkRegistryMBean
return the servers on the network
getSessionId() - Method in class org.jboss.remoting.Client
 
getSessionId() - Method in class org.jboss.remoting.InvocationRequest
 
getSessionId() - Method in class org.jboss.remoting.InvocationResponse
 
getShortClassName(Class) - Static method in class org.jboss.remoting.loading.ClassUtil
 
getSignature() - Method in class org.jboss.remoting.invocation.NameBasedInvocation
 
getSocketTime - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
getSocketTimeout() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Getter for property timeout
getSocketTimeout() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Getter for property timeout
getStoreFilePath() - Method in class org.jboss.remoting.CallbackStore
Gets the file path for the directory where the objects will be stored.
getStoreFilePath() - Method in interface org.jboss.remoting.CallbackStoreMBean
Gets the file path for the directory where the objects will be stored.
getStoreFileSuffix() - Method in class org.jboss.remoting.CallbackStore
Gets the file suffix for each of the files that objects will be persisted to.
getStoreFileSuffix() - Method in interface org.jboss.remoting.CallbackStoreMBean
Gets the file suffix for each of the files that objects will be persisted to.
getStub() - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
getSubsystem() - Method in class org.jboss.remoting.Client
 
getSubsystem() - Method in class org.jboss.remoting.InvocationRequest
 
getSubsystem() - Method in class org.jboss.remoting.ServerInterceptorChain
Get the Subsystem value.
getSubsystem() - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
Get the Subsystem value.
getSubsystem() - Method in class org.jboss.remoting.SubsystemNotSupported
 
getSuitableServerLocatorForRemote(InvokerLocator) - Static method in class org.jboss.remoting.InvokerRegistry
return a suitable local server invoker that can service the remote invoker locator based on a compatible transport
getSupportedSubsystems() - Method in class org.jboss.remoting.ServerInvoker
return array of keys for each subsystem this invoker can handle
getURLPackage() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
The url package string used when connecting to JNDI server
getURLPackage() - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
getUnMarshaller() - Method in class org.jboss.remoting.RemoteClientInvoker
 
getUnMarshaller(Class) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Returns unmarshaller by class type.
getUnMarshaller(String) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Gets the marshaller based on data type (i.e.
getUnMarshaller(InvokerLocator, ClassLoader) - Static method in class org.jboss.remoting.marshal.MarshalFactory
Will try to look up unmarshaller by first looking for data type parameter within locator and then using that to look up unmarshaller locally.
getUnMarshaller(InvokerLocator, String, ClassLoader) - Static method in class org.jboss.remoting.marshal.MarshallerLoaderClient
Will call on marshall loader server to load unmarshaller for given data type.
getUnMarshaller() - Method in interface org.jboss.remoting.transport.ClientInvoker
 
getUnMarshaller() - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
 

H

HANDLECALLBACK - Static variable in class org.jboss.remoting.invocation.InternalInvocation
 
HEADER_SESSION_ID - Static variable in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
HEADER_SUBSYSTEM - Static variable in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
HTML - Static variable in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
HTTPClientInvoker - class org.jboss.remoting.transport.http.HTTPClientInvoker.
 
HTTPClientInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.http.HTTPClientInvoker
 
HTTPMarshaller - class org.jboss.remoting.marshal.http.HTTPMarshaller.
 
HTTPMarshaller() - Constructor for class org.jboss.remoting.marshal.http.HTTPMarshaller
 
HTTPServerInvoker - class org.jboss.remoting.transport.http.HTTPServerInvoker.
Server invoker implementation based on http protocol.
HTTPServerInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.http.HTTPServerInvoker
 
HTTPServerInvoker(InvokerLocator, Map) - Constructor for class org.jboss.remoting.transport.http.HTTPServerInvoker
 
HTTPUnMarshaller - class org.jboss.remoting.marshal.http.HTTPUnMarshaller.
 
HTTPUnMarshaller() - Constructor for class org.jboss.remoting.marshal.http.HTTPUnMarshaller
 
HandleCallbackException - exception org.jboss.remoting.HandleCallbackException.
This exception may be thrown if there is an error in dispatching the callback to the intended handler.
HandleCallbackException(String) - Constructor for class org.jboss.remoting.HandleCallbackException
 
HandleCallbackException(String, Throwable) - Constructor for class org.jboss.remoting.HandleCallbackException
 
handleCallback(InvocationRequest) - Method in interface org.jboss.remoting.InvokerCallbackHandler
Will take the callback message and send back to client.
handleCallback(InvocationRequest) - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
Will take the callback message and send back to client.
handleConnect() - Method in class org.jboss.remoting.RemoteClientInvoker
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport.
handleConnect() - Method in class org.jboss.remoting.transport.http.HTTPClientInvoker
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport.
handleConnect() - Method in class org.jboss.remoting.transport.rmi.RMIClientInvoker
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport.
handleConnect() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
handleDisconnect() - Method in class org.jboss.remoting.RemoteClientInvoker
subclasses must implement this method to provide a hook to disconnect from the remote server, if this applies to the specific transport.
handleDisconnect() - Method in class org.jboss.remoting.transport.http.HTTPClientInvoker
subclasses must implement this method to provide a hook to disconnect from the remote server, if this applies to the specific transport.
handleDisconnect() - Method in class org.jboss.remoting.transport.rmi.RMIClientInvoker
subclasses must implement this method to provide a hook to disconnect from the remote server, if this applies to the specific transport.
handleDisconnect() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
handlers - Variable in class org.jboss.remoting.ServerInvoker
 
handlingResponse - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
hasInvocationHandler(String) - Method in class org.jboss.remoting.ServerInvoker
return true if a server invocation handler has been registered for this subsystem
hasServer(Identity) - Method in class org.jboss.remoting.network.NetworkRegistry
returns true if the server with the identity is available
hasServer(Identity) - Method in interface org.jboss.remoting.network.NetworkRegistryMBean
returns true if the server with the identity is available
hashCode() - Method in class org.jboss.remoting.InvokerLocator
 
hashCode() - Method in class org.jboss.remoting.detection.Detection
 
hashCode() - Method in class org.jboss.remoting.ident.Identity
 
hashCode() - Method in class org.jboss.remoting.network.NetworkInstance
 
hashCode() - Method in class org.jboss.remoting.transport.socket.ServerAddress
 
heartbeat() - Method in class org.jboss.remoting.detection.AbstractDetector
subclasses must implement to provide the specific heartbeat protocol for this server to send out to other servers on the network
heartbeat() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Creates connection to JNDI server (which should have already happened in start() method) and will begin checking for remote servers as well as registering itself so will be visible by remote detectors.
heartbeat() - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
subclasses must implement to provide the specific heartbeat protocol for this server to send out to other servers on the network
host - Variable in class org.jboss.remoting.InvokerLocator
 

I

INVOKER_LOCATOR - Static variable in class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory
 
Identity - class org.jboss.remoting.ident.Identity.
Identity is used to uniquely identify a JBoss server instance on the network.
IdentityFilter - class org.jboss.remoting.network.filter.IdentityFilter.
IdentityFilter
IdentityFilter(Identity) - Constructor for class org.jboss.remoting.network.filter.IdentityFilter
 
InternalInvocation - class org.jboss.remoting.invocation.InternalInvocation.
InternalInvocation.java is an invocation object for use in the remoting layer for callbacks etc.
InternalInvocation(String, Object[]) - Constructor for class org.jboss.remoting.invocation.InternalInvocation
 
InvalidMarshallingResource - exception org.jboss.remoting.marshal.InvalidMarshallingResource.
 
InvalidMarshallingResource(String) - Constructor for class org.jboss.remoting.marshal.InvalidMarshallingResource
 
InvocationRequest - class org.jboss.remoting.InvocationRequest.
InvocationRequest is passed to ServerInvocationHandler which encapsulates the unmarshalled method invocation parameters from the ServerInvoker.
InvocationRequest(String, String, Object, Map, Map, InvokerLocator) - Constructor for class org.jboss.remoting.InvocationRequest
 
InvocationRequest(Object) - Constructor for class org.jboss.remoting.InvocationRequest
 
InvocationResponse - class org.jboss.remoting.InvocationResponse.
InvocationResponse is a return object from a call to a remote Server Invoker.
InvocationResponse(String, Object, boolean, Map) - Constructor for class org.jboss.remoting.InvocationResponse
 
Invoker - interface org.jboss.remoting.Invoker.
 
InvokerCallbackHandler - interface org.jboss.remoting.InvokerCallbackHandler.
Should be used a receiver of asynchronous callbacks for registered listeners.
InvokerInterceptor - class org.jboss.aspects.remoting.interceptors.invoker.InvokerInterceptor.
 
InvokerInterceptor() - Constructor for class org.jboss.aspects.remoting.interceptors.invoker.InvokerInterceptor
 
InvokerLocator - class org.jboss.remoting.InvokerLocator.
InvokerLocator is an object that indentifies a specific Invoker on the network, via a unique locator URI.
InvokerLocator(String) - Constructor for class org.jboss.remoting.InvokerLocator
 
InvokerLocator(String, String, int, String, Map) - Constructor for class org.jboss.remoting.InvokerLocator
 
InvokerProtocolFilter - class org.jboss.remoting.network.filter.InvokerProtocolFilter.
InvokerProtocolFilter will examine the protocol of the InvokerLocators on the server and return true for the filter if the protocol matches our spec.
InvokerProtocolFilter(String) - Constructor for class org.jboss.remoting.network.filter.InvokerProtocolFilter
 
InvokerRegistry - class org.jboss.remoting.InvokerRegistry.
InvokerRegistry is a simple registery for creating client and server side Invoker implementations, getting information about the invokers and register as a invoker creator for one or more specific transports.
InvokerRegistry() - Constructor for class org.jboss.remoting.InvokerRegistry
 
id - Static variable in class org.jboss.remoting.transport.socket.ServerThread
 
in - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
in - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 
initPool() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
injectRemotingInterceptors(Invocation) - Static method in class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory
 
invoke(Invocation) - Method in class org.jboss.aspects.remoting.interceptors.invoker.InvokerInterceptor
 
invoke(Invocation) - Method in class org.jboss.aspects.remoting.interceptors.marshall.MarshallInterceptor
By default, this will only add the marshaller to be used to the invocation meta data, which will later be used by the transport.
invoke(Invocation) - Method in class org.jboss.aspects.remoting.interceptors.transport.TransportInterceptor
 
invoke(Object) - Method in class org.jboss.remoting.Client
Invokes the server invoker handler with the payload parameter passed.
invoke(Object, Map) - Method in class org.jboss.remoting.Client
invoke the method remotely
invoke(InvocationRequest) - Method in interface org.jboss.remoting.ClientInterceptor
invoke the method remotely
invoke(InvocationRequest) - Method in class org.jboss.remoting.ClientInvokerAdapter
The invoke method
invoke(InvocationRequest) - Method in class org.jboss.remoting.RemoteClientInvoker
transport a request against a remote ServerInvoker
invoke(ServerInterceptorChain.InterceptorIterator, InvocationRequest) - Method in interface org.jboss.remoting.ServerInterceptor
 
invoke(InvocationRequest) - Method in class org.jboss.remoting.ServerInterceptorChain
The invoke method
invoke(InvocationRequest) - Method in interface org.jboss.remoting.ServerInvocationHandler
called to handle a specific invocation.
invoke(Object) - Method in class org.jboss.remoting.ServerInvoker
 
invoke(InvocationRequest) - Method in class org.jboss.remoting.ServerInvoker
Processes invocation request depending on the invocation type (internal, name based, oneway, etc).
invoke(InvocationRequest) - Method in class org.jboss.remoting.marshal.MarshallerLoaderHandler
called to handle a specific invocation.
invoke(InvocationRequest) - Method in interface org.jboss.remoting.transport.ClientInvoker
transport a request against a remote ServerInvoker
invoke(InvocationRequest) - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
transport a request against a remote ServerInvoker
invokeNext() - Method in class org.jboss.remoting.ServerInterceptorChain.InterceptorIterator
 
invokeOneway(Object, Map, boolean) - Method in class org.jboss.remoting.Client
Will invoke a oneway call to server without a return object.
invokeOneway(Object, Map) - Method in class org.jboss.remoting.Client
Same as calling invokeOneway(Object param, Map sendPayload, boolean clientSide) with clientSide param being false.
invoker - Variable in class org.jboss.remoting.transport.Connector
 
invoker - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
isArrayClass(String) - Static method in class org.jboss.remoting.loading.ClassUtil
 
isClientInvokerRegistered(InvokerLocator) - Static method in class org.jboss.remoting.InvokerRegistry
returns true if the client invoker is registered in the local JVM for a given locator
isConnected() - Method in class org.jboss.remoting.Client
 
isConnected(InvokerLocator) - Method in interface org.jboss.remoting.ClientInterceptor
 
isConnected(InvokerLocator) - Method in class org.jboss.remoting.ClientInvokerAdapter
The isConnected method
isConnected() - Method in class org.jboss.remoting.RemoteClientInvoker
subclasses must provide this method to return true if their remote connection is connected and false if disconnected.
isConnected() - Method in interface org.jboss.remoting.transport.ClientInvoker
subclasses must provide this method to return true if their remote connection is connected and false if disconnected.
isConnected() - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
subclasses must provide this method to return true if their remote connection is connected and false if disconnected.
isException() - Method in class org.jboss.remoting.InvocationResponse
 
isPullCallbackHandler() - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
 
isRemoteDetection(Detection) - Method in class org.jboss.remoting.detection.AbstractDetector
 
isSameInstance(Identity) - Method in class org.jboss.remoting.ident.Identity
returns true if the identity represents the same JBOSS Instance, although may not be the exact same process space since the JVM process space might be different (such as a reboot).
isSameJVM(Identity) - Method in class org.jboss.remoting.ident.Identity
returns true if the identity represents the same JVM
isSameMachine(Identity) - Method in class org.jboss.remoting.ident.Identity
returns true if the identity is on the same JBOSS machine, represented by the same IP address (this may not work in the case several physically different machines have the same IP Address).
isServerInvokerRegistered(InvokerLocator) - Static method in class org.jboss.remoting.InvokerRegistry
returns true if the server invoker is registered in the local JVM for a given locator/handler pair
isStarted() - Method in class org.jboss.remoting.ServerInvoker
return true if the server invoker is started, false if not
isStarted() - Method in interface org.jboss.remoting.ServerInvokerMBean
return true if the server invoker is started, false if not
isStarted() - Method in class org.jboss.remoting.transport.Connector
 
isTransportBiDirectional() - Method in interface org.jboss.remoting.ServerInvokerMBean
returns true if the transport is bi-directional in nature, for example, SOAP in unidirectional and SOCKETs are bi-directional (unless behind a firewall for example).
isTransportBiDirectional() - Method in class org.jboss.remoting.transport.http.HTTPServerInvoker
returns true if the transport is bi-directional in nature, for example, HTTP in unidirectional and SOCKETs are bi-directional (unless behind a firewall for example).
isTransportBiDirectional() - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
returns true if the transport is bi-directional in nature, for example, SOAP in unidirectional and SOCKETs are bi-directional (unless behind a firewall for example).
isTransportBiDirectional() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
returns true if the transport is bi-directional in nature, for example, SOAP in unidirectional and SOCKETs are bi-directional (unless behind a firewall for example).

J

JMS - Static variable in interface org.jboss.remoting.Subsystem
 
JMX - Static variable in interface org.jboss.remoting.Subsystem
 
JNDIDetector - class org.jboss.remoting.detection.jndi.JNDIDetector.
This is a remoting detector for the remoting package which uses a JNDI server to maintain the registeries for remote invoker servers (stored as Detection messages).
JNDIDetector() - Constructor for class org.jboss.remoting.detection.jndi.JNDIDetector
 
JNDIDetectorMBean - interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean.
JNDIDetectorMBean

L

LOADER - Static variable in class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory
 
LOADER_PORT - Static variable in class org.jboss.remoting.InvokerLocator
Constant to define what port the marshalling loader port resides on.
LOAD_CLASS_METHOD - Static variable in interface org.jboss.remoting.marshal.MarshallerLoaderConstants
 
LOAD_MARSHALLER_METHOD - Static variable in interface org.jboss.remoting.marshal.MarshallerLoaderConstants
 
LOAD_UNMARSHALLER_METHOD - Static variable in interface org.jboss.remoting.marshal.MarshallerLoaderConstants
 
LRUPool - class org.jboss.remoting.transport.socket.LRUPool.
This class is an extention of LRUCachePolicy.
LRUPool(int, int) - Constructor for class org.jboss.remoting.transport.socket.LRUPool
 
LocalClientInvoker - class org.jboss.remoting.transport.local.LocalClientInvoker.
LocalClientInvoker does not use any transport protocol for invoking the ServerInvoker, instead will make call directly on it locally.
LocalClientInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.local.LocalClientInvoker
 
loadClass(String, ClassBytes[]) - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
localServerLocator - Variable in class org.jboss.remoting.AbstractInvoker
 
locator - Variable in class org.jboss.remoting.AbstractInvoker
 
log - Variable in class org.jboss.remoting.AbstractInvoker
 
log - Variable in class org.jboss.remoting.detection.AbstractDetector
 
log - Variable in class org.jboss.remoting.detection.jndi.JNDIDetector
 
log - Static variable in class org.jboss.remoting.loading.ClassUtil
 
log - Static variable in class org.jboss.remoting.marshal.MarshalFactory
 
log - Static variable in class org.jboss.remoting.marshal.MarshallLoaderFactory
 
log - Static variable in class org.jboss.remoting.marshal.MarshallerLoaderClient
 
log - Static variable in class org.jboss.remoting.marshal.MarshallerLoaderHandler
 
log - Variable in class org.jboss.remoting.marshal.http.HTTPUnMarshaller
 
log - Variable in class org.jboss.remoting.transport.Connector
 
log - Variable in class org.jboss.remoting.transport.http.HTTPClientInvoker
 

M

MARSHALLER - Static variable in class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory
 
MARSHALLER - Static variable in class org.jboss.remoting.InvokerLocator
Constant to define the param name to be used when defining the marshaller fully qualified classname
MAX_NUM_ONEWAY_THREADS - Static variable in class org.jboss.remoting.Client
Specifies the number of work threads in the pool for executing one way invocations on the client.
MAX_NUM_ONEWAY_THREADS - Static variable in class org.jboss.remoting.ServerInvoker
The max number of worker threads to be used in the pool for processing one way calls on the server side.
MAX_POOL_SIZE_FLAG - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
MAX_RETRIES - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
Set number of retries in getSocket method
MarshalFactory - class org.jboss.remoting.marshal.MarshalFactory.
This class will provide marshallers and unmarshallers for data based on the data type want to marshal to.
MarshalFactory() - Constructor for class org.jboss.remoting.marshal.MarshalFactory
 
MarshallInterceptor - class org.jboss.aspects.remoting.interceptors.marshall.MarshallInterceptor.
 
MarshallInterceptor(Marshaller) - Constructor for class org.jboss.aspects.remoting.interceptors.marshall.MarshallInterceptor
 
MarshallLoaderConnector - class org.jboss.remoting.marshal.MarshallLoaderConnector.
 
MarshallLoaderConnector() - Constructor for class org.jboss.remoting.marshal.MarshallLoaderConnector
 
MarshallLoaderFactory - class org.jboss.remoting.marshal.MarshallLoaderFactory.
Creates the marshall loader server to process requests from remoting clients to load marshaller/unmarshallers.
MarshallLoaderFactory() - Constructor for class org.jboss.remoting.marshal.MarshallLoaderFactory
 
Marshaller - interface org.jboss.remoting.marshal.Marshaller.
Interface that all data marshallers must implements.
MarshallerLoaderClient - class org.jboss.remoting.marshal.MarshallerLoaderClient.
This class is used to load marshaller and unmarshallers from remote server.
MarshallerLoaderClient() - Constructor for class org.jboss.remoting.marshal.MarshallerLoaderClient
 
MarshallerLoaderConstants - interface org.jboss.remoting.marshal.MarshallerLoaderConstants.
 
MarshallerLoaderHandler - class org.jboss.remoting.marshal.MarshallerLoaderHandler.
The invocation handler that receives requests for getting marshallers/unmarshallers and loading of these and any related classes to remoting client.
MarshallerLoaderHandler() - Constructor for class org.jboss.remoting.marshal.MarshallerLoaderHandler
 
MulticastDetector - class org.jboss.remoting.detection.multicast.MulticastDetector.
MulticastDetector
MulticastDetector() - Constructor for class org.jboss.remoting.detection.multicast.MulticastDetector
 
MulticastDetectorMBean - interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean.
MulticastDetectorMBean
main(String[]) - Static method in class org.jboss.remoting.detection.util.DetectorUtil
 
main(String[]) - Static method in class org.jboss.remoting.loading.CompressedClassBytes
 
main(String[]) - Static method in class org.jboss.remoting.transport.PortUtil
 
main(String[]) - Static method in class org.jboss.remoting.transport.http.test.RawHTTPServer
 
main(String[]) - Static method in class org.jboss.remoting.transport.http.test.SimpleHTTPServer
 
maxPoolSize - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
maxPoolSize - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
mbeanserver - Variable in class org.jboss.remoting.detection.AbstractDetector
 
methodName - Variable in class org.jboss.remoting.invocation.RemoteInvocation
 

N

NameBasedInvocation - class org.jboss.remoting.invocation.NameBasedInvocation.
NameBasedInvocation.java is an invocation object in jmx style.
NameBasedInvocation(Method, Object[]) - Constructor for class org.jboss.remoting.invocation.NameBasedInvocation
 
NameBasedInvocation(String, Object[], String[]) - Constructor for class org.jboss.remoting.invocation.NameBasedInvocation
 
NetworkFilter - interface org.jboss.remoting.network.NetworkFilter.
NetworkFilter can be used when selecting 0..* servers on the network from the NetworkRegistry
NetworkInstance - class org.jboss.remoting.network.NetworkInstance.
NetworkInstance is an object that represents an Identity and its InvokerLocators.
NetworkInstance(Identity, InvokerLocator[]) - Constructor for class org.jboss.remoting.network.NetworkInstance
 
NetworkNotification - class org.jboss.remoting.network.NetworkNotification.
NetworkNotification is a JMX Notification that is sent when changes occur to the network layout as tracked by a NetworkRegistryMBean.
NetworkNotification(ObjectName, String, Identity, InvokerLocator[]) - Constructor for class org.jboss.remoting.network.NetworkNotification
 
NetworkRegistry - class org.jboss.remoting.network.NetworkRegistry.
NetworkRegistry is a concrete implemenation of the NetworkRegistryMBean interface.
NetworkRegistry() - Constructor for class org.jboss.remoting.network.NetworkRegistry
 
NetworkRegistryFinder - class org.jboss.remoting.network.NetworkRegistryFinder.
NetworkRegistryFinder is a utility class for finding the ObjectName to the NetworkRegistryMBean
NetworkRegistryFinder() - Constructor for class org.jboss.remoting.network.NetworkRegistryFinder
 
NetworkRegistryMBean - interface org.jboss.remoting.network.NetworkRegistryMBean.
NetworkRegistryMBean is a managed bean that keeps track of all the servers on a JBOSS network, and associates all the valid invokers on each server that are available.
NetworkRegistryQuery - class org.jboss.remoting.network.NetworkRegistryQuery.
NetworkRegistryQuery is a QueryExp that will filter on NetworkRegistryMBean mbeans.
NetworkRegistryQuery() - Constructor for class org.jboss.remoting.network.NetworkRegistryQuery
 
NullCallbackStore - class org.jboss.remoting.NullCallbackStore.
This implementation does nothing other than throw away persisted objects and throw exceptions.
NullCallbackStore() - Constructor for class org.jboss.remoting.NullCallbackStore
 
NullCallbackStore.FailedCallback - class org.jboss.remoting.NullCallbackStore.FailedCallback.
 
NullCallbackStore.FailedCallback(Object) - Constructor for class org.jboss.remoting.NullCallbackStore.FailedCallback
 
narrow() - Method in class org.jboss.remoting.InvokerLocator
narrow this invoker to a specific RemoteClientInvoker instance
nextID() - Static method in class org.jboss.remoting.transport.socket.ServerThread
 
numAcceptThreads - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
numberOfRetries - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 

O

OBJECT_NAME - Static variable in interface org.jboss.remoting.ClientInvokerAdapterMBean
 
ObjectInputStreamWithClassLoader - class org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.
ObjectInputStreamWithClassLoader
ObjectInputStreamWithClassLoader(InputStream, ClassLoader) - Constructor for class org.jboss.remoting.loading.ObjectInputStreamWithClassLoader
Create an ObjectInputStream that reads from the specified InputStream.
OnewayInvocation - class org.jboss.remoting.invocation.OnewayInvocation.
 
OnewayInvocation(Object) - Constructor for class org.jboss.remoting.invocation.OnewayInvocation
 
objectName - Variable in class org.jboss.remoting.detection.AbstractDetector
 
oin - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 
oout - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 
org.jboss.aspects.remoting.interceptors.invoker - package org.jboss.aspects.remoting.interceptors.invoker
 
org.jboss.aspects.remoting.interceptors.marshall - package org.jboss.aspects.remoting.interceptors.marshall
 
org.jboss.aspects.remoting.interceptors.transport - package org.jboss.aspects.remoting.interceptors.transport
 
org.jboss.remoting - package org.jboss.remoting
 
org.jboss.remoting.detection - package org.jboss.remoting.detection
 
org.jboss.remoting.detection.jndi - package org.jboss.remoting.detection.jndi
 
org.jboss.remoting.detection.multicast - package org.jboss.remoting.detection.multicast
 
org.jboss.remoting.detection.util - package org.jboss.remoting.detection.util
 
org.jboss.remoting.ident - package org.jboss.remoting.ident
 
org.jboss.remoting.invocation - package org.jboss.remoting.invocation
 
org.jboss.remoting.loading - package org.jboss.remoting.loading
 
org.jboss.remoting.marshal - package org.jboss.remoting.marshal
 
org.jboss.remoting.marshal.http - package org.jboss.remoting.marshal.http
 
org.jboss.remoting.marshal.serializable - package org.jboss.remoting.marshal.serializable
 
org.jboss.remoting.network - package org.jboss.remoting.network
 
org.jboss.remoting.network.filter - package org.jboss.remoting.network.filter
 
org.jboss.remoting.transport - package org.jboss.remoting.transport
 
org.jboss.remoting.transport.http - package org.jboss.remoting.transport.http
 
org.jboss.remoting.transport.http.test - package org.jboss.remoting.transport.http.test
 
org.jboss.remoting.transport.local - package org.jboss.remoting.transport.local
 
org.jboss.remoting.transport.rmi - package org.jboss.remoting.transport.rmi
 
org.jboss.remoting.transport.socket - package org.jboss.remoting.transport.socket
 
out - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
out - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 

P

PLAIN - Static variable in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
PortUtil - class org.jboss.remoting.transport.PortUtil.
PortUtil is a set of utilities for dealing with TCP/IP ports
PortUtil() - Constructor for class org.jboss.remoting.transport.PortUtil
 
parameters - Variable in class org.jboss.remoting.InvokerLocator
 
params - Variable in class org.jboss.remoting.invocation.RemoteInvocation
 
path - Variable in class org.jboss.remoting.InvokerLocator
 
pool - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
Pool for this invoker.
port - Variable in class org.jboss.remoting.InvokerLocator
 
port - Variable in class org.jboss.remoting.transport.socket.ServerAddress
Port the service is listening on
postDeregister() - Method in class org.jboss.remoting.ServerInterceptorChain
The postDeregister method
postDeregister() - Method in class org.jboss.remoting.detection.AbstractDetector
 
postDeregister() - Method in class org.jboss.remoting.network.NetworkRegistry
 
postDeregister() - Method in class org.jboss.remoting.transport.Connector
This method is called by the MBeanServer after deregistration takes place.
postProcess(String, Object, Map, Map) - Method in class org.jboss.remoting.RemoteClientInvoker
this method is called prior to returning the result for the invocation to allow the subclass the ability to modify the result result
postProcess(String, Object, Map, InvokerLocator) - Method in class org.jboss.remoting.ServerInvoker
called after an invocation
postRegister(Boolean) - Method in class org.jboss.remoting.ServerInterceptorChain
The postRegister method
postRegister(Boolean) - Method in class org.jboss.remoting.detection.AbstractDetector
 
postRegister(Boolean) - Method in class org.jboss.remoting.network.NetworkRegistry
 
postRegister(Boolean) - Method in class org.jboss.remoting.transport.Connector
This method is called by the MBeanServer after registration takes place or when registration fails.
preDeregister() - Method in class org.jboss.remoting.ServerInterceptorChain
The preDeregister method
preDeregister() - Method in class org.jboss.remoting.detection.AbstractDetector
 
preDeregister() - Method in class org.jboss.remoting.network.NetworkRegistry
 
preDeregister() - Method in class org.jboss.remoting.transport.Connector
This method is called by the MBeanServer before deregistration takes place.
preProcess(String, Object, Map, Map) - Method in class org.jboss.remoting.RemoteClientInvoker
this method is called prior to making the remote invocation to allow the subclass the ability to provide additional data or modify the invocation
preProcess(String, ClassBytes, Map, InvokerLocator) - Method in class org.jboss.remoting.ServerInvoker
called prior to an invocation
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.remoting.ServerInterceptorChain
The preRegister method
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.remoting.detection.AbstractDetector
 
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.remoting.network.NetworkRegistry
 
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.remoting.transport.Connector
This method is called by the MBeanServer before registration takes place.
processInvocation() - Method in class org.jboss.remoting.transport.socket.ServerThread
 
protocol - Variable in class org.jboss.remoting.InvokerLocator
 
purgeFiles() - Method in class org.jboss.remoting.CallbackStore
 
purgeFiles() - Method in class org.jboss.remoting.NullCallbackStore
 
purgeFiles() - Method in interface org.jboss.remoting.SerializableStore
 

Q

queryServers(NetworkFilter) - Method in class org.jboss.remoting.network.NetworkRegistry
query the network registry for 0..* of servers based on a filter.
queryServers(NetworkFilter) - Method in interface org.jboss.remoting.network.NetworkRegistryMBean
query the network registry for 0..* of servers based on a filter

R

RAW - Static variable in class org.jboss.remoting.Client
 
REGISTRY_PORT_KEY - Static variable in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
REMOTING - Static variable in class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory
 
REMOVECLIENTLISTENER - Static variable in class org.jboss.remoting.invocation.InternalInvocation
 
REMOVELISTENER - Static variable in class org.jboss.remoting.invocation.InternalInvocation
 
RMI - Static variable in interface org.jboss.remoting.Subsystem
 
RMIClientInvoker - class org.jboss.remoting.transport.rmi.RMIClientInvoker.
RMIClientInvoker
RMIClientInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.rmi.RMIClientInvoker
 
RMIServerInvoker - class org.jboss.remoting.transport.rmi.RMIServerInvoker.
RMIServerInvoker
RMIServerInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
RMIServerInvoker(InvokerLocator, Map) - Constructor for class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
RMIServerInvokerInf - interface org.jboss.remoting.transport.rmi.RMIServerInvokerInf.
RMIServerInvokerInf
RawHTTPServer - class org.jboss.remoting.transport.http.test.RawHTTPServer.
 
RawHTTPServer() - Constructor for class org.jboss.remoting.transport.http.test.RawHTTPServer
 
RawHTTPServer(int) - Constructor for class org.jboss.remoting.transport.http.test.RawHTTPServer
 
RemoteClientInvoker - class org.jboss.remoting.RemoteClientInvoker.
RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
RemoteClientInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.RemoteClientInvoker
 
RemoteInvocation - class org.jboss.remoting.invocation.RemoteInvocation.
Serves as the base invocation object for the different types of remoting invocations.
RemoteInvocation(String, Object[]) - Constructor for class org.jboss.remoting.invocation.RemoteInvocation
 
RemotingInterceptorFactory - class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory.
 
RemotingInterceptorFactory() - Constructor for class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory
 
read(InputStream) - Static method in class org.jboss.remoting.loading.ClassUtil
simple utility method for reading bytes from an input stream
read(InputStream, Map) - Method in interface org.jboss.remoting.marshal.UnMarshaller
Will read from the inputstream and converty contents to java Object.
read(InputStream, Map) - Method in class org.jboss.remoting.marshal.http.HTTPUnMarshaller
Will try to unmarshall data from inputstream.
read(InputStream, Map) - Method in class org.jboss.remoting.marshal.serializable.SerializableUnMarshaller
Reads the data from the input stream and converts to an Object.
readExternal(ObjectInput) - Method in class org.jboss.remoting.loading.CompressedClassBytes
 
readTime - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
registerInvoker(String, Class, Class) - Static method in class org.jboss.remoting.InvokerRegistry
register a client/server invoker Class pair for a given transport
registryObjectName - Variable in class org.jboss.remoting.detection.AbstractDetector
 
removeInvocationHandler(String) - Method in class org.jboss.remoting.ServerInvoker
remove a subsystem invocation handler
removeInvocationHandler(String) - Method in class org.jboss.remoting.transport.Connector
Removes an invocation handler for the supplied subsystem from the invoker we manage, and unsets the MBeanServer on the handler.
removeInvocationHandler(String) - Method in interface org.jboss.remoting.transport.ConnectorMBean
Removes an invocation handler for the supplied subsystem from the invoker we manage, and unsets the MBeanServer on the handler.
removeListener(InvokerCallbackHandler) - Method in class org.jboss.remoting.Client
Removes callback handler as a callback listener from the server (and client in the case that it was setup to receive async callbacks).
removeListener(InvokerLocator, String, InvokerCallbackHandler) - Method in interface org.jboss.remoting.ClientInterceptor
Removes callback handler as a callback listener from the server (and client in the case that it was setup to receive async callbacks).
removeListener(InvokerLocator, String, InvokerCallbackHandler) - Method in class org.jboss.remoting.ClientInvokerAdapter
The removeListener method
removeListener(InvokerCallbackHandler) - Method in class org.jboss.remoting.ServerInterceptorChain
The removeListener method
removeListener(InvokerCallbackHandler) - Method in interface org.jboss.remoting.ServerInvocationHandler
Removes the callback handler that was listening for callbacks from the server invoker handler.
removeListener(InvokerCallbackHandler) - Method in class org.jboss.remoting.marshal.MarshallerLoaderHandler
Removes the callback handler that was listening for callbacks from the server invoker handler.
removeNotificationListener(NotificationListener) - Method in class org.jboss.remoting.network.NetworkRegistry
 
removeServer(Identity) - Method in class org.jboss.remoting.network.NetworkRegistry
remove a server no longer available on the network
removeServer(Identity) - Method in interface org.jboss.remoting.network.NetworkRegistryMBean
remove a server no longer available on the network
resolveClass(ObjectStreamClass) - Method in class org.jboss.remoting.loading.ObjectInputStreamWithClassLoader
Load the local class equivalent of the specified stream class description.
resolveProxyClass(String[]) - Method in class org.jboss.remoting.loading.ObjectInputStreamWithClassLoader
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.
run() - Method in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
run() - Method in class org.jboss.remoting.transport.http.test.SimpleHTTPServer.TimeoutTimerTask
 
run() - Method in class org.jboss.remoting.transport.http.test.SimpleHTTPServer
 
run() - Method in class org.jboss.remoting.transport.socket.ServerThread
 
run() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
running - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
running - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 

S

SELF - Static variable in interface org.jboss.remoting.Subsystem
 
SERVER_ADDED - Static variable in class org.jboss.remoting.network.NetworkNotification
 
SERVER_LOCATOR_KEY - Static variable in class org.jboss.remoting.Callback
 
SERVER_REMOVED - Static variable in class org.jboss.remoting.network.NetworkNotification
 
SERVER_UPDATED - Static variable in class org.jboss.remoting.network.NetworkNotification
 
SOAP - Static variable in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
SO_TIMEOUT_DEFAULT - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
SO_TIMEOUT_FLAG - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
SUBSYSTEM - Static variable in class org.jboss.aspects.remoting.interceptors.invoker.RemotingInterceptorFactory
 
SerializableMarshaller - class org.jboss.remoting.marshal.serializable.SerializableMarshaller.
Simple marshaller that simply serializes java objects using standard output stream.
SerializableMarshaller() - Constructor for class org.jboss.remoting.marshal.serializable.SerializableMarshaller
 
SerializableStore - interface org.jboss.remoting.SerializableStore.
 
SerializableUnMarshaller - class org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.
Will perform the deserialization of objects off the wire.
SerializableUnMarshaller() - Constructor for class org.jboss.remoting.marshal.serializable.SerializableUnMarshaller
 
ServerAddress - class org.jboss.remoting.transport.socket.ServerAddress.
This class encapsulates all the required information for a client to establish a connection with the server.
ServerAddress(String, int, boolean, int) - Constructor for class org.jboss.remoting.transport.socket.ServerAddress
 
ServerInterceptor - interface org.jboss.remoting.ServerInterceptor.
ServerInterceptor.java Created: Fri May 2 11:10:59 2003
ServerInterceptorChain - class org.jboss.remoting.ServerInterceptorChain.
ServerInterceptorChain.java Created: Fri May 2 10:36:51 2003
ServerInterceptorChain() - Constructor for class org.jboss.remoting.ServerInterceptorChain
 
ServerInterceptorChain.InterceptorIterator - class org.jboss.remoting.ServerInterceptorChain.InterceptorIterator.
 
ServerInterceptorChain.InterceptorIterator(Iterator, InvocationRequest) - Constructor for class org.jboss.remoting.ServerInterceptorChain.InterceptorIterator
 
ServerInterceptorChainMBean - interface org.jboss.remoting.ServerInterceptorChainMBean.
MBean interface.
ServerInvocationHandler - interface org.jboss.remoting.ServerInvocationHandler.
ServerInvocationHandler is the server side (remote) end handler which is registered for a given ServerInvoker implementation.
ServerInvoker - class org.jboss.remoting.ServerInvoker.
ServerInvoker is the server-side part of a remote Invoker.
ServerInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.ServerInvoker
 
ServerInvoker(InvokerLocator, Map) - Constructor for class org.jboss.remoting.ServerInvoker
 
ServerInvokerCallbackHandler - class org.jboss.remoting.ServerInvokerCallbackHandler.
Responsible for all callbacks in remoting at invoker level (on the server side).
ServerInvokerCallbackHandler(InvocationRequest, InvokerLocator, ServerInvoker) - Constructor for class org.jboss.remoting.ServerInvokerCallbackHandler
 
ServerInvokerMBean - interface org.jboss.remoting.ServerInvokerMBean.
 
ServerThread - class org.jboss.remoting.transport.socket.ServerThread.
This Thread object hold a single Socket connection to a client and is kept alive until a timeout happens, or it is aged out of the SocketServerInvoker's LRU cache.
ServerThread(Socket, SocketServerInvoker, LRUPool, LinkedList, int) - Constructor for class org.jboss.remoting.transport.socket.ServerThread
 
SimpleHTTPServer - class org.jboss.remoting.transport.http.test.SimpleHTTPServer.
 
SimpleHTTPServer(String, String, String, int) - Constructor for class org.jboss.remoting.transport.http.test.SimpleHTTPServer
 
SimpleHTTPServer(byte[], String, String, int) - Constructor for class org.jboss.remoting.transport.http.test.SimpleHTTPServer
 
SimpleHTTPServer.TimeoutTimerTask - class org.jboss.remoting.transport.http.test.SimpleHTTPServer.TimeoutTimerTask.
 
SimpleHTTPServer.TimeoutTimerTask(Thread) - Constructor for class org.jboss.remoting.transport.http.test.SimpleHTTPServer.TimeoutTimerTask
 
SocketClientInvoker - class org.jboss.remoting.transport.socket.SocketClientInvoker.
SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which must be a SocketServerInvoker.
SocketClientInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.socket.SocketClientInvoker
 
SocketClientInvoker.ClientSocket - class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket.
 
SocketClientInvoker.ClientSocket(Socket, int) - Constructor for class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 
SocketServerInvoker - class org.jboss.remoting.transport.socket.SocketServerInvoker.
SocketServerInvoker is the server-side of a SOCKET based transport
SocketServerInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.socket.SocketServerInvoker
 
SocketServerInvoker(InvokerLocator, Map) - Constructor for class org.jboss.remoting.transport.socket.SocketServerInvoker
 
SocketServerInvokerMBean - interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean.
MBean interface.
Subsystem - interface org.jboss.remoting.Subsystem.
Predefined subsystem types.
SubsystemNotSupported - exception org.jboss.remoting.SubsystemNotSupported.
SubsystemNotSupported is raised by a ServerInvoker when the target subsystem is not supported on the target VM.
SubsystemNotSupported(String, InvokerLocator) - Constructor for class org.jboss.remoting.SubsystemNotSupported
 
serialize(Object) - Static method in class org.jboss.remoting.loading.ClassUtil
 
serializeTime - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
serverBindAddress - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
The internet address to bind to by default.
serverBindPort - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
The server port to bind to.
serverSocket - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
setAddress(InetAddress) - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
set the interface address of the multicast
setAddress(InetAddress) - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
set the interface address of the multicast
setBacklog(int) - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
setBacklog(int) - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
 
setBindAddress(InetAddress) - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
set the bind address of the multicast
setBindAddress(InetAddress) - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
set the bind address
setClassLoader(ClassLoader) - Method in class org.jboss.remoting.AbstractInvoker
set the classloader to use internally
setClassLoader(ClassLoader) - Method in class org.jboss.remoting.loading.ObjectInputStreamWithClassLoader
Set the classloader that the stream will used when deserializing class.
setClassLoader(ClassLoader) - Method in interface org.jboss.remoting.marshal.UnMarshaller
Set the class loader to use for unmarhsalling.
setClassLoader(ClassLoader) - Method in class org.jboss.remoting.marshal.serializable.SerializableUnMarshaller
Sets the classloader to be used when deserializing objects off the wire.
setCleanDetectionNumber(int) - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Sets the number of detection iterations before manually pinging remote server to make sure still alive.
setCleanDetectionNumber(int) - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
setClientConnectAddress(String) - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
This method should only be called by the service controller when this invoker is specified within the Connector configuration of a service xml.
setClientConnectAddress(String) - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
This method should only be called by the service controller when this invoker is specified within the Connector configuration of a service xml.
setClientInvoker(Client) - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
setClientLocator(InvokerLocator) - Method in class org.jboss.remoting.AbstractInvoker
This should be set when want to override the default behavior of automatically getting s suitable locator.
setClientLocator(InvokerLocator) - Method in interface org.jboss.remoting.transport.ClientInvoker
This should be set when want to override the default behavior of automatically getting s suitable locator.
setConfig(Map) - Method in class org.jboss.remoting.CallbackStore
Will use the values in the map to set configuration.
setConfig(Map) - Method in class org.jboss.remoting.NullCallbackStore
No op
setConfig(Map) - Method in interface org.jboss.remoting.SerializableStore
Will use the values in the map to set configuration.
setConfigration(Map) - Method in class org.jboss.remoting.ServerInvoker
Sets the server invoker's transport specific configuration.
setConfigration(Map) - Method in interface org.jboss.remoting.ServerInvokerMBean
Sets the server invoker's transport specific configuration.
setConfiguration(Element) - Method in class org.jboss.remoting.detection.AbstractDetector
set the configuration for the domains to be recognized by detector
setConfiguration(Element) - Method in interface org.jboss.remoting.detection.AbstractDetectorMBean
set the configuration for the domains to be recognized by detector
setConfiguration(Element) - Method in class org.jboss.remoting.transport.Connector
Configuration is an xml element indicating subsystems to be registered with the ServerInvoker we wrap.
setConfiguration(Element) - Method in interface org.jboss.remoting.transport.ConnectorMBean
Configuration is an xml element indicating subsystems to be registered with the ServerInvoker we wrap.
setConnector(Connector) - Method in class org.jboss.remoting.ServerInterceptorChain
Set the Connector value.
setConnectorName(ObjectName) - Method in class org.jboss.remoting.ServerInterceptorChain
Set the ConnectorName value.
setConnectorName(ObjectName) - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
Set the ConnectorName value.
setContextFactory(String) - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
The context factory string to use when connecting to the JNDI server.
setContextFactory(String) - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
setDefaultIP(String) - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
 
setDefaultIP(String) - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
 
setDefaultTimeDelay(long) - Method in class org.jboss.remoting.detection.AbstractDetector
The amount of time which can elapse without receiving a detection event before a server will be suspected as being dead and peroforming an explicit invocation on it to verify it is alive.
setDefaultTimeDelay(long) - Method in interface org.jboss.remoting.detection.AbstractDetectorMBean
The amount of time which can elapse without receiving a detection event before a server will be suspected as being dead and peroforming an explicit invocation on it to verify it is alive.
setDomain(String) - Static method in class org.jboss.remoting.ident.Identity
set the domain for all active mbean servers
setHeartbeatTimeDelay(long) - Method in class org.jboss.remoting.detection.AbstractDetector
The amount of time to wait between sending (and sometimes receiving) detection messages.
setHeartbeatTimeDelay(long) - Method in interface org.jboss.remoting.detection.AbstractDetectorMBean
The amount of time to wait between sending (and sometimes receiving) detection messages.
setHost(String) - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Sets the host to use when connecting to JNDI server
setHost(String) - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
setInterceptorNames(List) - Method in class org.jboss.remoting.ServerInterceptorChain
Set the InterceptorName value.
setInterceptorNames(List) - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
Set the InterceptorName value.
setInterceptors(List) - Method in class org.jboss.remoting.ServerInterceptorChain
Set the Interceptors value.
setInvoker(ClientInvoker) - Method in class org.jboss.remoting.Client
 
setInvoker(ServerInvoker) - Method in class org.jboss.remoting.ServerInterceptorChain
The setInvoker method
setInvoker(ServerInvoker) - Method in interface org.jboss.remoting.ServerInvocationHandler
set the invoker that owns this handler
setInvoker(ServerInvoker) - Method in class org.jboss.remoting.marshal.MarshallerLoaderHandler
set the invoker that owns this handler
setInvokerLocator(String) - Method in class org.jboss.remoting.transport.Connector
Sets the invoker locator.
setInvokerLocator(String) - Method in interface org.jboss.remoting.transport.ConnectorMBean
Sets the invoker locator.
setLocator(InvokerLocator) - Method in class org.jboss.remoting.InvocationRequest
 
setMBeanServer(MBeanServer) - Method in class org.jboss.remoting.ServerInterceptorChain
The setMBeanServer method
setMBeanServer(MBeanServer) - Method in interface org.jboss.remoting.ServerInvocationHandler
set the mbean server that the handler can reference
setMBeanServer(MBeanServer) - Method in class org.jboss.remoting.ServerInvoker
 
setMBeanServer(MBeanServer) - Method in class org.jboss.remoting.marshal.MarshallerLoaderHandler
set the mbean server that the handler can reference
setMBeanServer(MBeanServer) - Method in class org.jboss.remoting.network.NetworkRegistryQuery
 
setMarshaller(Marshaller) - Method in class org.jboss.remoting.Client
 
setMarshaller(Marshaller) - Method in class org.jboss.remoting.RemoteClientInvoker
 
setMarshaller(Marshaller) - Method in interface org.jboss.remoting.transport.ClientInvoker
 
setMarshaller(Marshaller) - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
 
setMaxPoolSize(int) - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
The number of server threads for processing client.
setMaxPoolSize(int) - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
The number of server threads for processing client.
setMemPercentCeiling(Double) - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
 
setNumAcceptThreads(int) - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Setter for property numAcceptThreads
setNumAcceptThreads(int) - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Setter for property numAcceptThreads
setNumberOfRetries(int) - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
Sets the number of retries to get a socket connection.
setParameter(Object) - Method in class org.jboss.remoting.InvocationRequest
 
setPort(int) - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Sets the port to use when connecting to JNDI server
setPort(int) - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
setPort(int) - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
set the port for detections to be multicast to
setPort(int) - Method in interface org.jboss.remoting.detection.multicast.MulticastDetectorMBean
set the port for detections to be multicast to
setPurgeOnShutdown(boolean) - Method in class org.jboss.remoting.CallbackStore
Sets if store should clean up persisted files when shutdown (destroy()).
setPurgeOnShutdown(boolean) - Method in class org.jboss.remoting.NullCallbackStore
Sets if store should clean up persisted files when shutdown (destroy()).
setPurgeOnShutdown(boolean) - Method in interface org.jboss.remoting.SerializableStore
Sets if store should clean up persisted files when shutdown (destroy()).
setRequestPayload(Map) - Method in class org.jboss.remoting.InvocationRequest
 
setReturnPayload(Map) - Method in class org.jboss.remoting.InvocationRequest
 
setServerBindAddress(String) - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
setServerBindAddress(String) - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
 
setServerBindPort(int) - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Setter for property serverBindPort.
setServerBindPort(int) - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Setter for property serverBindPort.
setServerInvoker(ServerInvoker) - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
This will set the local reference to the server invoker.
setServerStub(RMIServerInvokerInf) - Method in class org.jboss.remoting.transport.rmi.RMIClientInvoker
get the server stub
setSessionId(String) - Method in class org.jboss.remoting.Client
This will set the session id used when making invocations on server invokers.
setSessionId(String) - Method in class org.jboss.remoting.InvocationRequest
 
setSocketTimeout(int) - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Setter for property timeout
setSocketTimeout(int) - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Setter for property timeout
setStoreFilePath(String) - Method in class org.jboss.remoting.CallbackStore
Sets teh file path for the directory where the objects will be stored.
setStoreFilePath(String) - Method in interface org.jboss.remoting.CallbackStoreMBean
Sets teh file path for the directory where the objects will be stored.
setStoreFileSuffix(String) - Method in class org.jboss.remoting.CallbackStore
Sets the file suffix for each of the files that objects will be persisted to.
setStoreFileSuffix(String) - Method in interface org.jboss.remoting.CallbackStoreMBean
Sets the file suffix for each of the files that objects will be persisted to.
setSubsystem(String) - Method in class org.jboss.remoting.Client
 
setSubsystem(String) - Method in class org.jboss.remoting.InvocationRequest
 
setSubsystem(String) - Method in class org.jboss.remoting.ServerInterceptorChain
Set the Subsystem value.
setSubsystem(String) - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
Set the Subsystem value.
setURLPackage(String) - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
The url package string to use when connecting to the JNDI server.
setURLPackage(String) - Method in interface org.jboss.remoting.detection.jndi.JNDIDetectorMBean
 
setUnMarshaller(UnMarshaller) - Method in class org.jboss.remoting.Client
 
setUnMarshaller(UnMarshaller) - Method in class org.jboss.remoting.RemoteClientInvoker
 
setUnMarshaller(UnMarshaller) - Method in interface org.jboss.remoting.transport.ClientInvoker
 
setUnMarshaller(UnMarshaller) - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
 
setup() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
setup() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
shutdown - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
shutdown() - Method in class org.jboss.remoting.transport.socket.ServerThread
 
size() - Method in class org.jboss.remoting.CallbackStore
Getst the number of objects stored and available.
size() - Method in class org.jboss.remoting.NullCallbackStore
Getst the number of objects stored and available.
size() - Method in interface org.jboss.remoting.SerializableStore
Getst the number of objects stored and available.
socket - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
socket - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 
start() - Method in class org.jboss.remoting.CallbackStore
Will get the file path value (if not already set will just use the default setting) and will create the directory specified by the file path if it does not already exist.
start() - Method in class org.jboss.remoting.NullCallbackStore
No op
start() - Method in interface org.jboss.remoting.SerializableStore
Will get the file path value (if not already set will just use the default setting) and will create the directory specified by the file path if it does not already exist.
start() - Method in class org.jboss.remoting.ServerInterceptorChain
The start method
start() - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
The start method
start() - Method in class org.jboss.remoting.ServerInvoker
subclasses should override to provide any specific start logic
start() - Method in interface org.jboss.remoting.ServerInvokerMBean
subclasses should override to provide any specific start logic
start() - Method in class org.jboss.remoting.detection.AbstractDetector
called by MBeanServer to start the mbean lifecycle
start() - Method in interface org.jboss.remoting.detection.Detector
called by MBeanServer to start the mbean lifecycle
start() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
Will establish the connection to the JNDI server and start detection of other servers.
start() - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
called by MBeanServer to start the mbean lifecycle
start() - Method in class org.jboss.remoting.detection.util.DetectorUtil
 
start() - Method in class org.jboss.remoting.transport.Connector
Starts the connector.
start() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Starts the connector.
start() - Method in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
start() - Method in class org.jboss.remoting.transport.http.test.RawHTTPServer
 
start() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Starts the invoker.
start() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Starts the invoker.
startHeartbeat(long, long) - Method in class org.jboss.remoting.detection.AbstractDetector
start heartbeating
startPinger(long, long) - Method in class org.jboss.remoting.detection.AbstractDetector
start the pinger timer thread
startTimer(Thread) - Method in class org.jboss.remoting.transport.http.test.SimpleHTTPServer
 
stop() - Method in class org.jboss.remoting.CallbackStore
This will allow for change of file suffix and file path and then may start again using these new values.
stop() - Method in class org.jboss.remoting.NullCallbackStore
No op
stop() - Method in interface org.jboss.remoting.SerializableStore
This will allow for change of file suffix and file path and then may start again using these new values.
stop() - Method in class org.jboss.remoting.ServerInterceptorChain
The stop method
stop() - Method in interface org.jboss.remoting.ServerInterceptorChainMBean
The stop method
stop() - Method in class org.jboss.remoting.ServerInvoker
subclasses should override to provide any specific stop logic
stop() - Method in interface org.jboss.remoting.ServerInvokerMBean
subclasses should override to provide any specific stop logic
stop() - Method in class org.jboss.remoting.detection.AbstractDetector
called by the MBeanServer to stop the mbean lifecycle
stop() - Method in interface org.jboss.remoting.detection.Detector
called by the MBeanServer to stop the mbean lifecycle
stop() - Method in class org.jboss.remoting.detection.jndi.JNDIDetector
 
stop() - Method in class org.jboss.remoting.detection.multicast.MulticastDetector
called by the MBeanServer to stop the mbean lifecycle
stop() - Method in class org.jboss.remoting.transport.Connector
Stops the connector.
stop() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Stops the connector.
stop() - Method in class org.jboss.remoting.transport.http.HTTPServerInvoker
 
stop() - Method in class org.jboss.remoting.transport.http.test.RawHTTPServer
 
stop() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
Stops the invoker.
stop() - Method in interface org.jboss.remoting.transport.socket.SocketServerInvokerMBean
Stops the invoker.
stopHeartbeat() - Method in class org.jboss.remoting.detection.AbstractDetector
stop heartbeating
stopPinger() - Method in class org.jboss.remoting.detection.AbstractDetector
stop the pinger timer thread

T

TCP_NODELAY_DEFAULT - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
TCP_NODELAY_FLAG - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
TYPE_JNDI - Static variable in class org.jboss.remoting.detection.util.DetectorUtil
jndi *
TYPE_MULTICAST - Static variable in class org.jboss.remoting.detection.util.DetectorUtil
multicast *
TransportInterceptor - class org.jboss.aspects.remoting.interceptors.transport.TransportInterceptor.
 
TransportInterceptor(Client) - Constructor for class org.jboss.aspects.remoting.interceptors.transport.TransportInterceptor
 
threadpool - Variable in class org.jboss.remoting.transport.socket.ServerThread
 
threadpool - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
timeout - Variable in class org.jboss.remoting.transport.socket.ServerAddress
Timeout of setSoTimeout
timeout - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
 
timeout - Variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
timeout - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
toString() - Method in class org.jboss.remoting.InvokerLocator
 
toString() - Method in class org.jboss.remoting.ServerInvokerCallbackHandler
Returns the id for this handler
toString() - Method in class org.jboss.remoting.detection.Detection
 
toString() - Method in class org.jboss.remoting.ident.Identity
 
toString() - Method in class org.jboss.remoting.invocation.NameBasedInvocation
 
toString() - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
toString() - Method in class org.jboss.remoting.loading.ClassBytes
 
toString() - Method in class org.jboss.remoting.network.NetworkInstance
 
toString() - Method in class org.jboss.remoting.transport.socket.ServerAddress
 
trace - Variable in class org.jboss.remoting.transport.socket.SocketServerInvoker
The logging trace level flag
transport(String, Object, Map, Marshaller, UnMarshaller) - Method in class org.jboss.remoting.RemoteClientInvoker
 
transport(String, Object, Map, Marshaller, UnMarshaller) - Method in class org.jboss.remoting.transport.http.HTTPClientInvoker
 
transport(String, Object, Map, Marshaller, UnMarshaller) - Method in class org.jboss.remoting.transport.rmi.RMIClientInvoker
 
transport(Object) - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
transport(Object) - Method in interface org.jboss.remoting.transport.rmi.RMIServerInvokerInf
transport a buffer via RMI
transport(String, Object, Map, Marshaller, UnMarshaller) - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 

U

UNMARSHALLER - Static variable in class org.jboss.remoting.InvokerLocator
Constant to define the param name to be used when defining the unmarshaller fully qualified classname
UnMarshaller - interface org.jboss.remoting.marshal.UnMarshaller.
Takes a marshalled byte array and converts to a Java data object.
uncompress(byte[]) - Method in class org.jboss.remoting.loading.CompressedClassBytes
Un-compresses the input data.
unregisterInvoker(String) - Static method in class org.jboss.remoting.InvokerRegistry
unregister a client/server invoker pair for the given transport
unregisterLocator(InvokerLocator) - Static method in class org.jboss.remoting.InvokerRegistry
 
updateServer(Identity, InvokerLocator[]) - Method in class org.jboss.remoting.network.NetworkRegistry
update the invokers for a given server
updateServer(Identity, InvokerLocator[]) - Method in interface org.jboss.remoting.network.NetworkRegistryMBean
update the invokers for a given server
usedPooled - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 

W

wakeup(Socket, int) - Method in class org.jboss.remoting.transport.socket.ServerThread
 
write(Object, OutputStream) - Method in interface org.jboss.remoting.marshal.Marshaller
Marshaller will need to take the dataObject and convert into primitive java data types and write to the given output.
write(Object, OutputStream) - Method in class org.jboss.remoting.marshal.http.HTTPMarshaller
Take the data object and write to the output.
write(Object, OutputStream) - Method in class org.jboss.remoting.marshal.serializable.SerializableMarshaller
Take the data object and write to the output.
writeExternal(ObjectOutput) - Method in class org.jboss.remoting.loading.CompressedClassBytes
 
writeTime - Static variable in class org.jboss.remoting.transport.socket.SocketClientInvoker
 

A B C D E F G H I J L M N O P Q R S T U W

Copyright © 2004 JBoss Inc. All Rights Reserved.