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
 
AsyncClientInvoker - class org.jboss.remoting.transport.async.AsyncClientInvoker.
AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker.
AsyncClientInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.async.AsyncClientInvoker
 
AsyncServerInvoker - class org.jboss.remoting.transport.async.AsyncServerInvoker.
AsyncServerInvoker allows the remoting system to start up the server side of the 'async' protocol.
AsyncServerInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.async.AsyncServerInvoker
 
AxisSOAPConnector - interface org.jboss.remoting.transport.soap.axis.AxisSOAPConnector.
SOAP version of the transport connector
AxisSOAPConnectorService - interface org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorService.
SOAP version of the transport service - called on the client side
AxisSOAPConnectorServiceLocator - class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator.
SOAP transport locator
AxisSOAPConnectorServiceLocator() - Constructor for class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
AxisSOAPConnectorSoapBindingImpl - class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingImpl.
SOAP binding
AxisSOAPConnectorSoapBindingImpl() - Constructor for class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingImpl
 
AxisSOAPConnectorSoapBindingSkeleton - class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingSkeleton.
SOAP skeleton
AxisSOAPConnectorSoapBindingSkeleton() - Constructor for class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingSkeleton
 
AxisSOAPConnectorSoapBindingSkeleton(AxisSOAPConnector) - Constructor for class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingSkeleton
 
AxisSOAPConnectorSoapBindingStub - class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingStub.
SOAP stub
AxisSOAPConnectorSoapBindingStub() - Constructor for class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingStub
 
AxisSOAPConnectorSoapBindingStub(URL, Service) - Constructor for class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingStub
 
AxisSOAPConnectorSoapBindingStub(Service) - Constructor for class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingStub
 
addClass(ClassBytes) - Method in class org.jboss.remoting.AbstractInvoker
add a remote class to the local loader to make the class visible to the handler
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, 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, 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(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.transport.mock.MockServerInvocationHandler
 
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
apply(ObjectName) - Method in class org.jboss.remoting.network.NetworkRegistryQuery
 
associate(Channel) - Method in class org.jboss.remoting.transport.async.ChannelPool
Associate a channel to the pool.

B

BlockingChannel - class org.jboss.remoting.transport.async.bio.BlockingChannel.
The Blocking implementation of the AsynchChannel interface.
BlockingChannel() - Constructor for class org.jboss.remoting.transport.async.bio.BlockingChannel
 
BlockingServer - class org.jboss.remoting.transport.async.bio.BlockingServer.
Provides a Blocking implemenation of the AsynchChannelServer interface.
BlockingServer() - Constructor for class org.jboss.remoting.transport.async.bio.BlockingServer
 
bind(InvokerLocator) - Method in interface org.jboss.remoting.transport.async.ChannelServer
Binds the server to network resource.
bind(InvokerLocator) - Method in class org.jboss.remoting.transport.async.bio.BlockingServer
 

C

Channel - interface org.jboss.remoting.transport.async.Channel.
An AsynchChannel allows you to transport bytes of data back and forth between a client and a server in a async manner.
ChannelListner - interface org.jboss.remoting.transport.async.ChannelListner.
This interface should be implemented by objects that wants to receive Channel events.
ChannelPool - class org.jboss.remoting.transport.async.ChannelPool.
a ChannelPool represents a logical connection to a remote uri.
ChannelPool(InvokerLocator) - Constructor for class org.jboss.remoting.transport.async.ChannelPool
 
ChannelServer - interface org.jboss.remoting.transport.async.ChannelServer.
An ChannelServer allows you accept incomming Channel connections.
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
 
ClassRequestedMethodInvocationResult - class org.jboss.remoting.loading.ClassRequestedMethodInvocationResult.
ClassRequestedMethodInvocationResult is sent back with a class bytes that was required and the original invocation to be re-invoked with the new class bytes.
ClassRequestedMethodInvocationResult(String, ClassBytes, RemoteMethodInvocation) - Constructor for class org.jboss.remoting.loading.ClassRequestedMethodInvocationResult
 
ClassRequiredMethodInvocation - class org.jboss.remoting.loading.ClassRequiredMethodInvocation.
ClassRequiredMethodInvocation is sent when a class is required for invocation.
ClassRequiredMethodInvocation(String, String, InvokerLocator) - Constructor for class org.jboss.remoting.loading.ClassRequiredMethodInvocation
 
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, 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 - class org.jboss.remoting.ClientInvoker.
ClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting to process a remote method and dispatch it to a remote ServerInvoker and handle the result.
ClientInvoker(ClassLoader, InvokerLocator) - Constructor for class org.jboss.remoting.ClientInvoker
 
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
 
Compression - class org.jboss.remoting.transport.async.Compression.
Used to add compression at the transport level.
Compression() - Constructor for class org.jboss.remoting.transport.async.Compression
 
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
 
Connector - class org.jboss.remoting.transport.Connector.
Connector is an implementation of the ConnectorMBean interface.
Connector() - Constructor for class org.jboss.remoting.transport.Connector
 
ConnectorMBean - interface org.jboss.remoting.transport.ConnectorMBean.
MBean interface.
Correlator - class org.jboss.remoting.transport.async.Correlator.
Allows you to create a request to which you can at a later time wait for the response to arrive asynchrously.
Correlator() - Constructor for class org.jboss.remoting.transport.async.Correlator
 
Correlator.FutureResult - class org.jboss.remoting.transport.async.Correlator.FutureResult.
 
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
 
close() - Method in interface org.jboss.remoting.transport.async.Channel
 
close() - Method in interface org.jboss.remoting.transport.async.ChannelServer
releases all network resources.
close() - Method in class org.jboss.remoting.transport.async.bio.BlockingChannel
Starts to terminate the connection.
close() - Method in class org.jboss.remoting.transport.async.bio.BlockingServer
 
closeEvent() - Method in interface org.jboss.remoting.transport.async.ChannelListner
The remote end closed the connection.
compress(byte[]) - Method in class org.jboss.remoting.loading.CompressedClassBytes
Compresses the input data.
compress(byte[], int) - Static method in class org.jboss.remoting.transport.async.Compression
Compresses the input data.
connect() - Method in class org.jboss.remoting.Client
 
connect(InvokerLocator) - Method in interface org.jboss.remoting.ClientInterceptor
 
connect() - Method in class org.jboss.remoting.ClientInvoker
connect to the remote invoker
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.async.ChannelPool
Used to validate that a connection can be established.
connect() - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
connect to the remote invoker
connect() - Method in class org.jboss.remoting.transport.mock.MockClientInvoker
 
connect() - Method in class org.jboss.remoting.transport.socket.SocketClientPool
 
connected - Variable in class org.jboss.remoting.ClientInvoker
 
connected - Variable in class org.jboss.remoting.RemoteClientInvoker
 
create() - Method in class org.jboss.remoting.transport.Connector
Creates the connector.
create() - Method in interface org.jboss.remoting.transport.ConnectorMBean
Creates the connector.
createAsynchChannel() - Static method in class org.jboss.remoting.transport.async.Registry
Factory method to create AsynchChannel instances.
createAsynchChannelServer() - Static method in class org.jboss.remoting.transport.async.Registry
Factory method to create AsynchChannelServer instances.
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
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
createUniqueID() - Static method in class org.jboss.remoting.ident.Identity
 

D

DEFAULT_DOMAIN - Static variable in class org.jboss.remoting.ident.Identity
 
DEFAULT_IP - Static variable in class org.jboss.remoting.detection.multicast.MulticastDetector
 
DEFAULT_PORT - Static variable in class org.jboss.remoting.detection.multicast.MulticastDetector
 
DETECTION_SUBCONTEXT_NAME - Static variable in class org.jboss.remoting.detection.jndi.JNDIDetector
 
DETECTOR_DEBUG - Static variable in class org.jboss.remoting.detection.AbstractDetector
 
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
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
 
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 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() - Method in class org.jboss.remoting.ClientInvoker
disconnect from the remote invokere
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.async.ChannelPool
Closes all the pooled channels.
disconnect() - Method in class org.jboss.remoting.transport.local.LocalClientInvoker
disconnect from the remote invoker.
disconnect() - Method in class org.jboss.remoting.transport.mock.MockClientInvoker
 
disconnect() - Method in class org.jboss.remoting.transport.socket.SocketClientPool
 
dispatchDatagram(byte[], ChannelPool) - Method in class org.jboss.remoting.transport.async.AsyncServerInvoker
A ChannelPool will receive data from a Channel and if it is new request, it will forward it to the AsynchChannelServer for it to dispatch the work the appropriate subsystem.
dispatchRequest(byte[], ChannelPool, int) - Method in class org.jboss.remoting.transport.async.AsyncServerInvoker
A ChannelPool will receive data from a Channel and if it is new request, it will forward it to the AsynchChannelServer for it to dispatch the work the appropriate subsystem.
dispatchResponse(int, Object) - Method in class org.jboss.remoting.transport.async.Correlator
 

E

EJB - Static variable in interface org.jboss.remoting.Subsystem
 
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
 

F

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.ClientInvoker
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.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.async.AsyncClientInvoker
 
finalize() - Method in class org.jboss.remoting.transport.async.AsyncServerInvoker
 
finalize() - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
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(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
 
getAvailableCount() - Method in class org.jboss.remoting.transport.socket.SocketClientPool
 
getAxisSOAPConnector() - Method in interface org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorService
 
getAxisSOAPConnector(URL) - Method in interface org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorService
 
getAxisSOAPConnector() - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
getAxisSOAPConnector(URL) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
getAxisSOAPConnectorAddress() - Method in interface org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorService
 
getAxisSOAPConnectorAddress() - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
getAxisSOAPConnectorWSDDServiceName() - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
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
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
 
getChannelPool(InvokerLocator) - Static method in class org.jboss.remoting.transport.async.Registry
Keeps a map of uri->ChannelPool objects.
getClassBytes(String) - Method in class org.jboss.remoting.AbstractInvoker
method is called to retrieve a byte array of a Class for a given class name
getClassBytes() - Method in class org.jboss.remoting.RemoteMethodInvocation
 
getClassBytes() - Method in class org.jboss.remoting.loading.ClassBytes
 
getClassBytes(String) - Method in class org.jboss.remoting.transport.mock.MockClientInvoker
 
getClassBytes(String) - Method in class org.jboss.remoting.transport.mock.MockServerInvoker
 
getClassName() - Method in class org.jboss.remoting.loading.ClassBytes
 
getClassRequiredName() - Method in class org.jboss.remoting.loading.ClassRequiredMethodInvocation
 
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
 
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 class org.jboss.remoting.ClientInvoker
Gets the client locator.
getClientLocator() - Method in interface org.jboss.remoting.transport.ClientInvoker
Gets the client locator.
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.
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
 
getDefaultServer() - Static method in class org.jboss.remoting.transport.async.Registry
Gets the system wide AsynchChannelServer.
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.
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() - Method in class org.jboss.remoting.transport.async.Correlator.FutureResult
 
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
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.
getLocalURI() - Method in interface org.jboss.remoting.transport.async.ChannelServer
The URI that the server is bound to.
getLocalURI() - Method in class org.jboss.remoting.transport.async.bio.BlockingServer
 
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.RemoteMethodInvocation
return the locator (client) that invoked this method (on server)
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
 
getMethodName() - Method in class org.jboss.remoting.invocation.RemoteInvocation
 
getNextAvailable() - Method in class org.jboss.remoting.transport.async.ChannelPool
Return the next available AsynchChannel object for a given invocation session.
getNextAvailable() - Method in class org.jboss.remoting.transport.socket.SocketClientPool
return the next available Socket object for a given invocation session.
getNextFutureResult() - Method in class org.jboss.remoting.transport.async.Correlator
 
getNotificationInfo() - Method in class org.jboss.remoting.network.NetworkRegistry
 
getOperationDescByName(String) - Static method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingSkeleton
Returns List of OperationDesc objects with this name
getOperationDescs() - Static method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingSkeleton
Returns Collection of OperationDescs
getOriginalInvocation() - Method in class org.jboss.remoting.loading.ClassRequestedMethodInvocationResult
 
getPackageName(Class) - Static method in class org.jboss.remoting.loading.ClassUtil
 
getParameter() - Method in class org.jboss.remoting.InvocationRequest
 
getParameter() - Method in class org.jboss.remoting.RemoteMethodInvocation
 
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.RemoteMethodInvocation
 
getPayload() - Method in class org.jboss.remoting.RemoteMethodInvocationResult
 
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.
getPool() - 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(Class) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
For the given interface, get the stub implementation.
getPort(QName, Class) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
For the given interface, get the stub implementation.
getPort() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
getPorts() - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
getProtocol() - Method in class org.jboss.remoting.InvokerLocator
 
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)
getRemoteURI() - Method in class org.jboss.remoting.transport.async.bio.BlockingChannel
 
getRequestPayload() - Method in class org.jboss.remoting.InvocationRequest
 
getRequestedClass() - Method in class org.jboss.remoting.loading.ClassRequestedMethodInvocationResult
 
getResourceAsStream(String) - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
getResult() - Method in class org.jboss.remoting.RemoteMethodInvocationResult
 
getReturnPayload() - Method in class org.jboss.remoting.InvocationRequest
 
getServerInvoker() - Static method in class org.jboss.remoting.transport.async.Registry
 
getServerInvokers() - Static method in class org.jboss.remoting.InvokerRegistry
return an array of ServerInvokers that are connected
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
getServiceName() - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
getServiceURL() - Method in class org.jboss.remoting.transport.soap.axis.SOAPServerInvoker
 
getSessionId() - Method in class org.jboss.remoting.Client
 
getSessionId() - Method in class org.jboss.remoting.InvocationRequest
 
getSessionId() - Method in class org.jboss.remoting.RemoteMethodInvocation
 
getSessionId() - Method in class org.jboss.remoting.RemoteMethodInvocationResult
 
getShortClassName(Class) - Static method in class org.jboss.remoting.loading.ClassUtil
 
getSignature() - Method in class org.jboss.remoting.invocation.NameBasedInvocation
 
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.RemoteMethodInvocation
 
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
 
getWorkManager() - Static method in class org.jboss.remoting.transport.async.Registry
Provides a thread pool that can be shared accros components.

H

HANDLECALLBACK - Static variable in class org.jboss.remoting.invocation.InternalInvocation
 
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.ClientInvoker
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.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.async.AsyncClientInvoker
 
handleConnect() - Method in class org.jboss.remoting.transport.mock.MockClientInvoker
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.soap.axis.SOAPClientInvoker
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.ClientInvoker
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.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.async.AsyncClientInvoker
 
handleDisconnect() - Method in class org.jboss.remoting.transport.mock.MockClientInvoker
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.soap.axis.SOAPClientInvoker
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
 
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
 
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

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
 
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
 
Invoker - interface org.jboss.remoting.Invoker.
 
InvokerCallbackHandler - interface org.jboss.remoting.InvokerCallbackHandler.
Should be used a receiver of asynchronous callbacks for registered listeners.
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
 
init(InvokerLocator, Socket) - Method in class org.jboss.remoting.transport.async.bio.BlockingChannel
 
initialize(String) - Method in interface org.jboss.remoting.transport.soap.axis.AxisSOAPConnector
 
initialize(String) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingImpl
server invoker will call invoke to pass a URI to himself
initialize(String) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingSkeleton
 
initialize(String) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingStub
 
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.ClientInvoker
transport a request against a remote ServerInvoker
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(byte[]) - Method in class org.jboss.remoting.ServerInvoker
called by the transport to handle unmarshalling, invocation, and re-marshalling the result back to the client
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 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
invoke(InvocationRequest) - Method in class org.jboss.remoting.transport.mock.MockServerInvocationHandler
 
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
 
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() - Method in class org.jboss.remoting.ClientInvoker
subclasses must provide this method to return true if their remote connection is connected and false if disconnected.
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.
isConnected() - Method in class org.jboss.remoting.transport.mock.MockClientInvoker
 
isException() - Method in class org.jboss.remoting.RemoteMethodInvocationResult
 
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
isTransportBiDirectional() - Method in class org.jboss.remoting.ServerInvoker
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.async.AsyncServerInvoker
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.mock.MockServerInvoker
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.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.soap.axis.SOAPServerInvoker
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

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
 
len(byte[]) - Static method in class org.jboss.remoting.transport.socket.SocketUtil
 
loadClass(String) - Method in class org.jboss.remoting.AbstractInvoker
load a class, taking into account the remote classes downloaded, if any.
loadClass(String, ClassBytes[]) - Method in class org.jboss.remoting.loading.ClassByteClassLoader
 
localServerLocator - Variable in class org.jboss.remoting.AbstractInvoker
 
localServerLocator - Variable in class org.jboss.remoting.ClientInvoker
 
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
 
logExtra - Static variable in class org.jboss.remoting.AbstractInvoker
 

M

MAX_NUM_ONEWAY_THREADS - Static variable in class org.jboss.remoting.Client
Indicated the max number of threads used within oneway thread pool.
MAX_NUM_ONEWAY_THREADS - Static variable in class org.jboss.remoting.ServerInvoker
Indicated the max number of threads used within oneway thread pool.
MOCK_APPLET_SECURITY - Static variable in class org.jboss.remoting.transport.async.Registry
 
MockClientInvoker - class org.jboss.remoting.transport.mock.MockClientInvoker.
MockClientInvoker
MockClientInvoker(InvokerLocator, MockServerInvoker) - Constructor for class org.jboss.remoting.transport.mock.MockClientInvoker
 
MockServerInvocationHandler - class org.jboss.remoting.transport.mock.MockServerInvocationHandler.
MockServerInvocationHandler
MockServerInvocationHandler() - Constructor for class org.jboss.remoting.transport.mock.MockServerInvocationHandler
 
MockServerInvoker - class org.jboss.remoting.transport.mock.MockServerInvoker.
MockServerInvoker
MockServerInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.mock.MockServerInvoker
 
MockTest - class org.jboss.remoting.transport.mock.MockTest.
MockTest
MockTest() - Constructor for class org.jboss.remoting.transport.mock.MockTest
 
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.InvokerLocator
testing
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.mock.MockTest
 
main(String[]) - Static method in class org.jboss.remoting.transport.test.TransportTest
 
makeAvailable(Socket) - Method in class org.jboss.remoting.transport.socket.SocketClientPool
return an available Socket that has been used to the pool for some other execution thread to use
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(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
 
narrow() - Method in class org.jboss.remoting.InvokerLocator
narrow this invoker to a specific RemoteClientInvoker instance

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
 
open(InvokerLocator, ChannelListner) - Method in interface org.jboss.remoting.transport.async.Channel
opens a connection to another server.
open(ChannelListner) - Method in interface org.jboss.remoting.transport.async.Channel
starts an accepted connection.
open(InvokerLocator, ChannelListner) - Method in class org.jboss.remoting.transport.async.bio.BlockingChannel
 
open(ChannelListner) - Method in class org.jboss.remoting.transport.async.bio.BlockingChannel
 
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.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.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.async - package org.jboss.remoting.transport.async
 
org.jboss.remoting.transport.async.bio - package org.jboss.remoting.transport.async.bio
 
org.jboss.remoting.transport.local - package org.jboss.remoting.transport.local
 
org.jboss.remoting.transport.mock - package org.jboss.remoting.transport.mock
 
org.jboss.remoting.transport.rmi - package org.jboss.remoting.transport.rmi
 
org.jboss.remoting.transport.soap.axis - package org.jboss.remoting.transport.soap.axis
 
org.jboss.remoting.transport.socket - package org.jboss.remoting.transport.socket
 
org.jboss.remoting.transport.test - package org.jboss.remoting.transport.test
 

P

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
 
pad(int, int) - Static method in class org.jboss.remoting.transport.socket.SocketUtil
 
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
 
port - Variable in class org.jboss.remoting.InvokerLocator
 
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.ClientInvoker
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, 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.ClientInvoker
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, 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.
protocol - Variable in class org.jboss.remoting.InvokerLocator
 

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

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
 
RMIServerInvokerInf - interface org.jboss.remoting.transport.rmi.RMIServerInvokerInf.
RMIServerInvokerInf
Registry - class org.jboss.remoting.transport.async.Registry.
An application wide registry to hold objects that must be shared accross application components.
Registry() - Constructor for class org.jboss.remoting.transport.async.Registry
 
RemoteClientInvoker - class org.jboss.remoting.RemoteClientInvoker.
RemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lefting 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
 
RemoteMethodInvocation - class org.jboss.remoting.RemoteMethodInvocation.
RemoteMethodInvocation is a serialized object that contains the remote method, arguments, signature and associated data necessary for a remote ServerInvoker to transport an invocation.
RemoteMethodInvocation(String, String, Object, Map, InvokerLocator) - Constructor for class org.jboss.remoting.RemoteMethodInvocation
 
RemoteMethodInvocationResult - class org.jboss.remoting.RemoteMethodInvocationResult.
RemoteMethodInvocationResult is a return object from a call to a remote Server Invoker.
RemoteMethodInvocationResult(String, Object, boolean, Map) - Constructor for class org.jboss.remoting.RemoteMethodInvocationResult
 
read(InputStream) - Method in class org.jboss.remoting.AbstractInvoker
simple utility method for reading bytes from an input stream
readExternal(ObjectInput) - Method in class org.jboss.remoting.loading.CompressedClassBytes
 
receiveEvent(byte[]) - Method in interface org.jboss.remoting.transport.async.ChannelListner
Sends an asynch packet of data down the channel.
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.transport.mock.MockServerInvocationHandler
 
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.async.bio.BlockingChannel
 
run() - Method in class org.jboss.remoting.transport.async.bio.BlockingServer
 

S

SELF - Static variable in interface org.jboss.remoting.Subsystem
 
SERVER_ADDED - Static variable in class org.jboss.remoting.network.NetworkNotification
 
SERVER_REMOVED - Static variable in class org.jboss.remoting.network.NetworkNotification
 
SERVER_UPDATED - Static variable in class org.jboss.remoting.network.NetworkNotification
 
SOAPClientInvoker - class org.jboss.remoting.transport.soap.axis.SOAPClientInvoker.
SOAPClientInvoker is the client side invoker to a remote SOAP transport
SOAPClientInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.soap.axis.SOAPClientInvoker
 
SOAPServerInvoker - class org.jboss.remoting.transport.soap.axis.SOAPServerInvoker.
SOAPServerInvoker is the Server-side of a SOAP transport
SOAPServerInvoker(InvokerLocator) - Constructor for class org.jboss.remoting.transport.soap.axis.SOAPServerInvoker
 
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
 
ServerInvokerCallbackHandler - class org.jboss.remoting.ServerInvokerCallbackHandler.
Responsible for all callbacks in remoting at invoker level (on the server side).
ServerInvokerCallbackHandler(InvocationRequest) - Constructor for class org.jboss.remoting.ServerInvokerCallbackHandler
 
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
 
SocketClientPool - class org.jboss.remoting.transport.socket.SocketClientPool.
SocketClientPool is a simple pool of client Socket connections back to the remote Socket Server.
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
 
SocketUtil - class org.jboss.remoting.transport.socket.SocketUtil.
SocketUtil is a set of socket-based utilities
SocketUtil() - Constructor for class org.jboss.remoting.transport.socket.SocketUtil
 
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
 
send(byte[][]) - Method in interface org.jboss.remoting.transport.async.Channel
Sends an asynch packet of data down the channel.
send(byte[][]) - Method in class org.jboss.remoting.transport.async.bio.BlockingChannel
 
sendDatagram(byte[]) - Method in class org.jboss.remoting.transport.async.ChannelPool
 
sendRequest(byte[]) - Method in class org.jboss.remoting.transport.async.ChannelPool
 
sendResponse(byte[], int) - Method in class org.jboss.remoting.transport.async.ChannelPool
 
serialize() - Method in class org.jboss.remoting.RemoteMethodInvocation
 
serialize() - Method in class org.jboss.remoting.RemoteMethodInvocationResult
convenenience method to return this objects as a serialized byte array
serialize(Object) - Static method in class org.jboss.remoting.loading.ClassUtil
 
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
setAxisSOAPConnectorWSDDServiceName(String) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorServiceLocator
 
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
setClassBytes(ClassBytes[]) - Method in class org.jboss.remoting.RemoteMethodInvocation
 
setClassLoader(ClassLoader) - Method in class org.jboss.remoting.AbstractInvoker
set the classloader to use internally
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
 
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 class org.jboss.remoting.ClientInvoker
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.
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
 
setDefaultServer(ChannelServer) - Static method in class org.jboss.remoting.transport.async.Registry
Sets the application wide server.
setDomain(String) - Static method in class org.jboss.remoting.ident.Identity
set the domain for all active mbean servers
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.transport.mock.MockServerInvocationHandler
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.network.NetworkRegistryQuery
 
setMBeanServer(MBeanServer) - Method in class org.jboss.remoting.transport.mock.MockServerInvocationHandler
set the mbean server that the handler can reference
setParameter(Object) - Method in class org.jboss.remoting.InvocationRequest
 
setPayload(Map) - Method in class org.jboss.remoting.RemoteMethodInvocation
 
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
setRequestPayload(Map) - Method in class org.jboss.remoting.InvocationRequest
 
setReturnPayload(Map) - Method in class org.jboss.remoting.InvocationRequest
 
setServerInvoker(AsyncServerInvoker) - Static method in class org.jboss.remoting.transport.async.Registry
 
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
 
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.RemoteMethodInvocation
 
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
 
setup() - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
 
setup() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
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 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.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.async.AsyncServerInvoker
 
start() - Method in interface org.jboss.remoting.transport.async.ChannelServer
Starts the server so that it will accept new channels.
start() - Method in class org.jboss.remoting.transport.async.bio.BlockingServer
 
start() - Method in class org.jboss.remoting.transport.soap.axis.SOAPServerInvoker
subclasses should override to provide any specific start logic
start() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
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
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 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.async.AsyncServerInvoker
 
stop() - Method in interface org.jboss.remoting.transport.async.ChannelServer
Stops the server from accepting any more channels.
stop() - Method in class org.jboss.remoting.transport.async.bio.BlockingServer
 
stop() - Method in class org.jboss.remoting.transport.soap.axis.SOAPServerInvoker
subclasses should override to provide any specific stop logic
stop() - Method in class org.jboss.remoting.transport.socket.SocketServerInvoker
 
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

TransportTest - class org.jboss.remoting.transport.test.TransportTest.
TransportTest
TransportTest(MBeanServer, InvokerLocator) - Constructor for class org.jboss.remoting.transport.test.TransportTest
 
toString() - Method in class org.jboss.remoting.InvokerLocator
 
toString() - Method in class org.jboss.remoting.RemoteMethodInvocation
 
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
 
transport(String, byte[]) - Method in class org.jboss.remoting.ClientInvoker
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back.
transport(String, byte[]) - Method in class org.jboss.remoting.RemoteClientInvoker
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back.
transport(String, byte[]) - Method in class org.jboss.remoting.transport.async.AsyncClientInvoker
 
transport(String, byte[]) - Method in class org.jboss.remoting.transport.mock.MockClientInvoker
 
transport(String, byte[]) - Method in class org.jboss.remoting.transport.rmi.RMIClientInvoker
 
transport(byte[]) - Method in class org.jboss.remoting.transport.rmi.RMIServerInvoker
 
transport(byte[]) - Method in interface org.jboss.remoting.transport.rmi.RMIServerInvokerInf
transport a buffer via RMI
transport(byte[]) - Method in interface org.jboss.remoting.transport.soap.axis.AxisSOAPConnector
 
transport(byte[]) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingImpl
This method is used to receive the client SOAP calls and pass them on to the AxisSOAPConnectorServer via an MBeanServer transport call.
transport(byte[]) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingSkeleton
 
transport(byte[]) - Method in class org.jboss.remoting.transport.soap.axis.AxisSOAPConnectorSoapBindingStub
 
transport(String, byte[]) - Method in class org.jboss.remoting.transport.soap.axis.SOAPClientInvoker
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back.
transport(String, byte[]) - Method in class org.jboss.remoting.transport.socket.SocketClientInvoker
called to transport the marshalled invocation to the remote destination, and receive back the marshalled invocation bytes back.

U

uncompress(byte[]) - Method in class org.jboss.remoting.loading.CompressedClassBytes
Un-compresses the input data.
uncompress(byte[]) - Static method in class org.jboss.remoting.transport.async.Compression
Un-compresses the input data.
unmarshal(ClassBytes, ClassBytes) - Method in class org.jboss.remoting.AbstractInvoker
 
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

W

writeExternal(ObjectOutput) - Method in class org.jboss.remoting.loading.CompressedClassBytes
 

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

Copyright © 2002 JBoss Group, LLC. All Rights Reserved.