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

A

AbstractInterceptorRouter - class org.apache.geronimo.remoting.router.AbstractInterceptorRouter.
 
AbstractInterceptorRouter() - Constructor for class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
AbstractRouterRouter - class org.apache.geronimo.remoting.router.AbstractRouterRouter.
 
AbstractRouterRouter() - Constructor for class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
AbstractServer - class org.apache.geronimo.remoting.transport.async.AbstractServer.
Provides a Blocking implemenation of the AsynchChannelServer interface.
AbstractServer() - Constructor for class org.apache.geronimo.remoting.transport.async.AbstractServer
 
AsyncClient - class org.apache.geronimo.remoting.transport.async.AsyncClient.
AsyncClientInvoker uses sockets to remotely connect to the a remote AsyncServerInvoker.
AsyncClient() - Constructor for class org.apache.geronimo.remoting.transport.async.AsyncClient
 
AsyncMsg - class org.apache.geronimo.remoting.transport.async.AsyncMsg.
 
AsyncMsg() - Constructor for class org.apache.geronimo.remoting.transport.async.AsyncMsg
 
addFactory(TransportFactory) - Static method in class org.apache.geronimo.remoting.transport.TransportFactory
 
addRoute(String, Router) - Method in class org.apache.geronimo.remoting.router.SubsystemRouter
 
associate(Channel) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
Associate a channel to the pool.

B

BackChannelServer - class org.apache.geronimo.remoting.transport.async.BackChannelServer.
 
BackChannelServer() - Constructor for class org.apache.geronimo.remoting.transport.async.BackChannelServer
 
BlockingChannel - class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel.
The Blocking implementation of the AsynchChannel interface.
BlockingChannel() - Constructor for class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
BlockingServer - class org.apache.geronimo.remoting.transport.async.bio.BlockingServer.
Provides a Blocking implemenation of the AsynchChannelServer interface.
BlockingServer() - Constructor for class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
BytesMarshalledObject - class org.apache.geronimo.remoting.transport.BytesMarshalledObject.
 
BytesMarshalledObject() - Constructor for class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
BytesMarshalledObject(Object) - Constructor for class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
BytesMarshalledObject(TransportContext) - Constructor for class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
BytesMarshalledObject(TransportContext, Object) - Constructor for class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
BytesMarshalledObject.ObjectInputStreamExt - class org.apache.geronimo.remoting.transport.BytesMarshalledObject.ObjectInputStreamExt.
 
BytesMarshalledObject.ObjectInputStreamExt(InputStream, ClassLoader, TransportContext) - Constructor for class org.apache.geronimo.remoting.transport.BytesMarshalledObject.ObjectInputStreamExt
 
BytesMsg - class org.apache.geronimo.remoting.transport.BytesMsg.
 
BytesMsg(TransportContext) - Constructor for class org.apache.geronimo.remoting.transport.BytesMsg
 
bind(URI, Router) - Method in interface org.apache.geronimo.remoting.transport.TransportServer
Configures and otatains any resources needed to start accepting client requests.
bind(URI, Router) - Method in class org.apache.geronimo.remoting.transport.async.BackChannelServer
 
bind(URI, Router) - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
bind(URI, Router) - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 

C

CONNECTION_TIMEOUT - Variable in class org.apache.geronimo.remoting.transport.async.AbstractServer
The amount of time that must pass before an idle connection is closed.
Channel - interface org.apache.geronimo.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.apache.geronimo.remoting.transport.async.ChannelListner.
This interface should be implemented by objects that wants to receive Channel events.
ChannelPool - class org.apache.geronimo.remoting.transport.async.ChannelPool.
a ChannelPool represents a logical connection to a remote uri.
ChannelPool(URI, Router) - Constructor for class org.apache.geronimo.remoting.transport.async.ChannelPool
 
Compression - class org.apache.geronimo.remoting.transport.async.Compression.
Used to add compression at the transport level.
Compression() - Constructor for class org.apache.geronimo.remoting.transport.async.Compression
 
ConnectionFailedException - exception org.apache.geronimo.remoting.transport.ConnectionFailedException.
 
ConnectionFailedException() - Constructor for class org.apache.geronimo.remoting.transport.ConnectionFailedException
 
ConnectionFailedException(String) - Constructor for class org.apache.geronimo.remoting.transport.ConnectionFailedException
 
Correlator - class org.apache.geronimo.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.apache.geronimo.remoting.transport.async.Correlator
 
Correlator.FutureResult - class org.apache.geronimo.remoting.transport.async.Correlator.FutureResult.
 
clockDaemon - Variable in class org.apache.geronimo.remoting.transport.async.Registry
Manages the thread that can used to schedule short running tasks in the future.
close() - Method in interface org.apache.geronimo.remoting.transport.async.Channel
 
close() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
Starts to terminate the connection.
close() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
Starts to terminate the connection.
closeEvent() - Method in interface org.apache.geronimo.remoting.transport.async.ChannelListner
The remote end closed the connection.
compress(byte[], int) - Static method in class org.apache.geronimo.remoting.transport.async.Compression
Compresses the input data.
create(String) - Static method in class org.apache.geronimo.remoting.jmx.RemoteMBeanServerFactory
 
create(String, int) - Static method in class org.apache.geronimo.remoting.jmx.RemoteMBeanServerFactory
 
create(URI) - Static method in class org.apache.geronimo.remoting.jmx.RemoteMBeanServerFactory
 
createAsynchChannel() - Method in class org.apache.geronimo.remoting.transport.async.TransportFactory
Factory method to create AsynchChannel instances.
createClient() - Method in class org.apache.geronimo.remoting.transport.TransportFactory
 
createClient() - Method in class org.apache.geronimo.remoting.transport.async.TransportFactory
 
createMarshalledObject() - Method in interface org.apache.geronimo.remoting.TransportInterceptor
 
createMarshalledObject() - Method in class org.apache.geronimo.remoting.transport.NullTransportInterceptor
 
createMarshalledObject() - Method in class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
createMarshalledObject() - Method in interface org.apache.geronimo.remoting.transport.TransportClient
 
createMarshalledObject() - Method in class org.apache.geronimo.remoting.transport.async.AsyncClient
 
createMsg() - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
createMsg() - Method in interface org.apache.geronimo.remoting.transport.Msg
 
createMsg() - Method in interface org.apache.geronimo.remoting.transport.TransportClient
 
createMsg() - Method in class org.apache.geronimo.remoting.transport.async.AsyncClient
 
createMsg() - Method in class org.apache.geronimo.remoting.transport.async.AsyncMsg
 
createSever() - Method in class org.apache.geronimo.remoting.transport.TransportFactory
 
createSever() - Method in class org.apache.geronimo.remoting.transport.async.TransportFactory
 

D

DATAGRAM - Static variable in class org.apache.geronimo.remoting.InvocationType
 
DATAGRAM_TYPE - Static variable in class org.apache.geronimo.remoting.transport.async.AsyncMsg
 
DeMarshalingInterceptor - class org.apache.geronimo.remoting.DeMarshalingInterceptor.
 
DeMarshalingInterceptor(Interceptor) - Constructor for class org.apache.geronimo.remoting.DeMarshalingInterceptor
 
DeMarshalingInterceptor(Interceptor, ClassLoader) - Constructor for class org.apache.geronimo.remoting.DeMarshalingInterceptor
 
DeMarshalingInterceptor.ThrowableWrapper - class org.apache.geronimo.remoting.DeMarshalingInterceptor.ThrowableWrapper.
 
deserialize(ByteBuffer[]) - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
deserialize(ByteBuffer[]) - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
dispatchDatagram(URI, Msg, ChannelPool) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
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(URI, AsyncMsg, ChannelPool) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
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.apache.geronimo.remoting.transport.async.Correlator
 
dispose() - Method in interface org.apache.geronimo.remoting.transport.TransportServer
Rleases all resources that were obtained during the life of the server.
dispose() - Method in class org.apache.geronimo.remoting.transport.async.AbstractServer
 
dispose() - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
 
dispose() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
dispose() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 
doFail() - Method in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
doFail() - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
doFail() - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
doFail() - Method in class org.apache.geronimo.remoting.router.SubsystemRouter
 
doFail() - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
doStart() - Method in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
doStart() - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
doStart() - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
doStart() - Method in class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
doStart() - Method in class org.apache.geronimo.remoting.router.JMXRouter
 
doStart() - Method in class org.apache.geronimo.remoting.router.SubsystemRouter
 
doStart() - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
doStop() - Method in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
doStop() - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
doStop() - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
doStop() - Method in class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
doStop() - Method in class org.apache.geronimo.remoting.router.JMXRouter
 
doStop() - Method in class org.apache.geronimo.remoting.router.SubsystemRouter
 
doStop() - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
doUnexport(Object) - Method in class org.apache.geronimo.remoting.transport.TransportFactory
 
doUnexport(Object) - Method in class org.apache.geronimo.remoting.transport.async.TransportFactory
 

E

exception - Variable in class org.apache.geronimo.remoting.DeMarshalingInterceptor.ThrowableWrapper
 
expireIdleConnections(long) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
Expires idle connections
exportObject(Object) - Method in class org.apache.geronimo.remoting.transport.async.Registry
 

F

factoryCreate(String) - Method in class org.apache.geronimo.remoting.jmx.RemoteMBeanServerFactory
 

G

GBEAN_INFO - Static variable in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
GBEAN_INFO - Static variable in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
GBEAN_INFO - Static variable in class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
GBEAN_INFO - Static variable in class org.apache.geronimo.remoting.router.JMXRouter
 
GBEAN_INFO - Static variable in class org.apache.geronimo.remoting.router.SubsystemRouter
 
GBEAN_INFO - Static variable in class org.apache.geronimo.remoting.transport.TransportLoader
 
get() - Method in interface org.apache.geronimo.remoting.MarshalledObject
 
get(ClassLoader) - Method in interface org.apache.geronimo.remoting.MarshalledObject
 
get() - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
get(ClassLoader) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
getAlwaysMarshall() - Method in class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
getAsBytes() - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
getBackConnectURI() - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
 
getBindURI() - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
getBytes() - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
getChannelPool(URI) - Method in class org.apache.geronimo.remoting.transport.async.AbstractServer
Keeps a map of uri->ChannelPool objects.
getClassloader() - Method in class org.apache.geronimo.remoting.DeMarshalingInterceptor
 
getClientConnectURI() - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
getClientConnectURI() - Method in interface org.apache.geronimo.remoting.transport.TransportServer
Once the bind() call has been done, this method will return a URI that can be used by a client to connect to the server.
getClientConnectURI() - Method in class org.apache.geronimo.remoting.transport.async.BackChannelServer
 
getClientConnectURI() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
getClientConnectURI() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 
getClockDaemon() - Method in class org.apache.geronimo.remoting.transport.async.Registry
 
getCreatedChannelCount() - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
 
getDeMarshalingInterceptorID() - Method in class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
getDefaultServer() - Method in class org.apache.geronimo.remoting.transport.async.Registry
Sets the application wide server.
getGBeanInfo() - Static method in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
getGBeanInfo() - Static method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
getGBeanInfo() - Static method in class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
getGBeanInfo() - Static method in class org.apache.geronimo.remoting.router.JMXRouter
 
getGBeanInfo() - Static method in class org.apache.geronimo.remoting.router.SubsystemRouter
 
getGBeanInfo() - Static method in class org.apache.geronimo.remoting.transport.TransportLoader
 
getID() - Method in class org.apache.geronimo.remoting.transport.async.Correlator.FutureResult
 
getInstance() - Static method in class org.apache.geronimo.remoting.transport.async.nio.SelectorManager
 
getInvocationType(Invocation) - Static method in class org.apache.geronimo.remoting.InvocationSupport
 
getLocalInterceptor() - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
getLocalVMID() - Static method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
getMarshaledValue(Invocation) - Static method in class org.apache.geronimo.remoting.InvocationSupport
 
getNext() - Method in class org.apache.geronimo.remoting.DeMarshalingInterceptor
 
getNextAvailable() - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
Return the next available AsynchChannel object for a given invocation session.
getNextFutureResult() - Method in class org.apache.geronimo.remoting.transport.async.Correlator
 
getNextRouter() - Method in class org.apache.geronimo.remoting.transport.async.AbstractServer
 
getNextRouter() - Method in class org.apache.geronimo.remoting.transport.async.BackChannelServer
 
getNextRouter() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
getNextRouter() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 
getRemoteURI(Invocation) - Static method in class org.apache.geronimo.remoting.InvocationSupport
 
getRemoteURI() - Method in class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
getRemoteURI() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
getRemoteURI() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
getRemotingEndpointInterceptor() - Method in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
getRemotingEndpointInterceptor() - Method in interface org.apache.geronimo.remoting.router.JMXTarget
 
getRequestedURI() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
getRequestedURI() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
getRouter() - Method in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
getRouter() - Method in interface org.apache.geronimo.remoting.router.RouterTarget
 
getRouter() - Method in class org.apache.geronimo.remoting.router.SubsystemRouter
 
getRouter() - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
getServerForClientRequest() - Method in class org.apache.geronimo.remoting.transport.async.Registry
Gets the system wide AbstractServer.
getStackSize() - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
getStoppedRoutingTimeout() - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
getStoppedRoutingTimeout() - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
getSubsystemRouter() - Method in class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
getSubsystemRouter() - Method in class org.apache.geronimo.remoting.router.JMXRouter
 
getTargetVMID() - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
getTransportContext() - Static method in class org.apache.geronimo.remoting.TransportContext
 
getTransportFactory(URI) - Static method in class org.apache.geronimo.remoting.transport.TransportFactory
 
getTransportInterceptor() - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
getWorkManager() - Method in class org.apache.geronimo.remoting.transport.async.Registry
Provides a thread pool that can be shared accros components.

H

handles(URI) - Method in class org.apache.geronimo.remoting.transport.TransportFactory
 
handles(URI) - Method in class org.apache.geronimo.remoting.transport.async.TransportFactory
 

I

IdentityInterceptor - class org.apache.geronimo.remoting.transport.async.IdentityInterceptor.
 
IdentityInterceptor(Interceptor, RemoteRef) - Constructor for class org.apache.geronimo.remoting.transport.async.IdentityInterceptor
 
InterVMRoutingInterceptor - class org.apache.geronimo.remoting.InterVMRoutingInterceptor.
 
InterVMRoutingInterceptor() - Constructor for class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
InterVMRoutingInterceptor(Interceptor, Interceptor) - Constructor for class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
InterceptorRegistry - class org.apache.geronimo.remoting.InterceptorRegistry.
 
InterceptorRegistryRouter - class org.apache.geronimo.remoting.router.InterceptorRegistryRouter.
 
InterceptorRegistryRouter() - Constructor for class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
IntraVMRoutingInterceptor - class org.apache.geronimo.remoting.IntraVMRoutingInterceptor.
 
IntraVMRoutingInterceptor(Interceptor, Long, boolean) - Constructor for class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
IntraVMRoutingInterceptor() - Constructor for class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
IntraVMRoutingInterceptor(Long, boolean) - Constructor for class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
InvocationSupport - class org.apache.geronimo.remoting.InvocationSupport.
 
InvocationType - class org.apache.geronimo.remoting.InvocationType.
 
importObject(RemoteRef) - Method in class org.apache.geronimo.remoting.transport.async.Registry
 
init(URI, SocketChannel) - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
init(URI, SocketChannel) - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
instance - Static variable in class org.apache.geronimo.remoting.InterceptorRegistry
 
instance - Static variable in class org.apache.geronimo.remoting.transport.async.Registry
 
instance - Static variable in class org.apache.geronimo.remoting.transport.async.TransportFactory
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.DeMarshalingInterceptor
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.MarshalingInterceptor
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.jmx.NotificationRemoterInterceptor
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.transport.NullTransportInterceptor
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
invoke(Invocation) - Method in class org.apache.geronimo.remoting.transport.async.IdentityInterceptor
 
isAncestor(ClassLoader, ClassLoader) - Static method in class org.apache.geronimo.remoting.InvocationSupport
 
isTransient() - Method in class org.apache.geronimo.remoting.InvocationSupport
 

J

JMXRouter - class org.apache.geronimo.remoting.router.JMXRouter.
Uses JMX Object names to route the request to a JMX object that implements the JMXTargetMBean interface.
JMXRouter() - Constructor for class org.apache.geronimo.remoting.router.JMXRouter
 
JMXTarget - interface org.apache.geronimo.remoting.router.JMXTarget.
 

L

lookup(Long) - Method in class org.apache.geronimo.remoting.InterceptorRegistry
 
lookupInterceptorFrom(URI) - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
lookupInterceptorFrom(URI) - Method in class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
lookupInterceptorFrom(URI) - Method in class org.apache.geronimo.remoting.router.JMXRouter
 
lookupRouterFrom(URI) - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
lookupRouterFrom(URI) - Method in class org.apache.geronimo.remoting.router.SubsystemRouter
 

M

MAX_CONNECTION_POOL_SIZE - Static variable in class org.apache.geronimo.remoting.transport.async.Registry
The maximum number of open connections that are allowed per pool.
MBeanServerStub - class org.apache.geronimo.remoting.jmx.MBeanServerStub.
 
MBeanServerStub(Kernel, String) - Constructor for class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
MOCK_APPLET_SECURITY - Variable in class org.apache.geronimo.remoting.transport.async.Registry
 
MarshalingInterceptor - class org.apache.geronimo.remoting.MarshalingInterceptor.
 
MarshalingInterceptor(Interceptor) - Constructor for class org.apache.geronimo.remoting.MarshalingInterceptor
 
MarshalledObject - interface org.apache.geronimo.remoting.MarshalledObject.
Interface to a marshalled form of an object.
Msg - interface org.apache.geronimo.remoting.transport.Msg.
 

N

NonBlockingChannel - class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel.
The Blocking implementation of the AsynchChannel interface.
NonBlockingChannel() - Constructor for class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
NonBlockingServer - class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer.
Provides a Blocking implemenation of the AsynchChannelServer interface.
NonBlockingServer() - Constructor for class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 
NotificationRemoterInterceptor - class org.apache.geronimo.remoting.jmx.NotificationRemoterInterceptor.
 
NotificationRemoterInterceptor(Interceptor) - Constructor for class org.apache.geronimo.remoting.jmx.NotificationRemoterInterceptor
 
NullTransportInterceptor - class org.apache.geronimo.remoting.transport.NullTransportInterceptor.
 
NullTransportInterceptor(Interceptor) - Constructor for class org.apache.geronimo.remoting.transport.NullTransportInterceptor
 

O

open(URI, URI, ChannelListner) - Method in interface org.apache.geronimo.remoting.transport.async.Channel
opens a connection to another server.
open(ChannelListner) - Method in interface org.apache.geronimo.remoting.transport.async.Channel
starts an accepted connection.
open(URI, URI, ChannelListner) - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
open(ChannelListner) - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
open(URI, URI, ChannelListner) - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
open(ChannelListner) - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
org.apache.geronimo.remoting - package org.apache.geronimo.remoting
 
org.apache.geronimo.remoting.jmx - package org.apache.geronimo.remoting.jmx
 
org.apache.geronimo.remoting.router - package org.apache.geronimo.remoting.router
 
org.apache.geronimo.remoting.transport - package org.apache.geronimo.remoting.transport
 
org.apache.geronimo.remoting.transport.async - package org.apache.geronimo.remoting.transport.async
 
org.apache.geronimo.remoting.transport.async.bio - package org.apache.geronimo.remoting.transport.async.bio
 
org.apache.geronimo.remoting.transport.async.nio - package org.apache.geronimo.remoting.transport.async.nio
 

P

parseQueryParameters(URI) - Static method in class org.apache.geronimo.remoting.transport.URISupport
 
popMarshaledObject() - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
popMarshaledObject() - Method in interface org.apache.geronimo.remoting.transport.Msg
 
pushMarshaledObject(MarshalledObject) - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
pushMarshaledObject(MarshalledObject) - Method in interface org.apache.geronimo.remoting.transport.Msg
 
putInvocationType(Invocation, InvocationType) - Static method in class org.apache.geronimo.remoting.InvocationSupport
 
putMarshaledValue(Invocation, MarshalledObject) - Static method in class org.apache.geronimo.remoting.InvocationSupport
 
putRemoteURI(Invocation, URI) - Static method in class org.apache.geronimo.remoting.InvocationSupport
 

R

REQUEST - Static variable in class org.apache.geronimo.remoting.InvocationType
 
REQUEST_TIMEOUT - Static variable in class org.apache.geronimo.remoting.transport.async.Registry
The amount of time that must pass before a request is considered timedout.
REQUEST_TYPE - Static variable in class org.apache.geronimo.remoting.transport.async.AsyncMsg
 
RESPONE_TYPE - Static variable in class org.apache.geronimo.remoting.transport.async.AsyncMsg
 
Registry - class org.apache.geronimo.remoting.transport.async.Registry.
An application wide registry to hold objects that must be shared accross application components.
Registry() - Constructor for class org.apache.geronimo.remoting.transport.async.Registry
 
RemoteMBeanServerFactory - class org.apache.geronimo.remoting.jmx.RemoteMBeanServerFactory.
 
RemoteMBeanServerFactory() - Constructor for class org.apache.geronimo.remoting.jmx.RemoteMBeanServerFactory
 
RemoteTransportInterceptor - class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor.
 
RemoteTransportInterceptor() - Constructor for class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
RemoteTransportInterceptor(URI) - Constructor for class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
Router - interface org.apache.geronimo.remoting.router.Router.
 
RouterTarget - interface org.apache.geronimo.remoting.router.RouterTarget.
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
readExternal(DataInput) - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
readExternal(ObjectInput) - Method in class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
readExternal(DataInput) - Method in class org.apache.geronimo.remoting.transport.async.AsyncMsg
 
readReplace(Object) - Method in class org.apache.geronimo.remoting.TransportContext
 
receiveEvent(AsyncMsg) - Method in interface org.apache.geronimo.remoting.transport.async.ChannelListner
Sends an asynch packet of data down the channel.
register(Interceptor) - Method in class org.apache.geronimo.remoting.InterceptorRegistry
 
register(ObjectName, JMXTarget) - Method in class org.apache.geronimo.remoting.router.JMXRouter
 
register(SocketChannel, int, SelectionEventListner) - Method in class org.apache.geronimo.remoting.transport.async.nio.SelectorManager
 
removeFactory(TransportFactory) - Static method in class org.apache.geronimo.remoting.transport.TransportFactory
 
removeRoute(String) - Method in class org.apache.geronimo.remoting.router.SubsystemRouter
 
resolveClass(ObjectStreamClass) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject.ObjectInputStreamExt
 
resolveObject(Object) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject.ObjectInputStreamExt
 
resolveProxyClass(String[]) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject.ObjectInputStreamExt
 
run() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
run() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
run() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 
run() - Method in class org.apache.geronimo.remoting.transport.async.nio.SelectorManager
Main processing method for the SelectionManager object

S

SelectionEventListner - interface org.apache.geronimo.remoting.transport.async.nio.SelectionEventListner.
This is the interface that the attachments of SelectorKeys that are registed with the Selector of the SelectorManager manager must implement.
SelectorManager - class org.apache.geronimo.remoting.transport.async.nio.SelectorManager.
The SelectorManager will manage one Selector and the thread that checks the selector.
SelectorManager() - Constructor for class org.apache.geronimo.remoting.transport.async.nio.SelectorManager
 
StreamCorruptedException - exception org.apache.geronimo.remoting.transport.StreamCorruptedException.
 
StreamCorruptedException() - Constructor for class org.apache.geronimo.remoting.transport.StreamCorruptedException
 
StreamCorruptedException(String) - Constructor for class org.apache.geronimo.remoting.transport.StreamCorruptedException
 
SubsystemRouter - class org.apache.geronimo.remoting.router.SubsystemRouter.
 
SubsystemRouter() - Constructor for class org.apache.geronimo.remoting.router.SubsystemRouter
 
selectionEvent(SelectionKey) - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
selectionEvent(SelectionKey) - Method in interface org.apache.geronimo.remoting.transport.async.nio.SelectionEventListner
When the SelectorKey is triggered, the service method will be called on the attachment.
send(AsyncMsg) - Method in interface org.apache.geronimo.remoting.transport.async.Channel
Sends an asynch packet of data down the channel.
send(AsyncMsg) - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel
 
send(AsyncMsg) - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel
 
sendDatagram(URI, Msg) - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
sendDatagram(URI, Msg) - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
sendDatagram(URI, Msg) - Method in interface org.apache.geronimo.remoting.router.Router
Sends a datagram message.
sendDatagram(URI, Msg) - Method in class org.apache.geronimo.remoting.transport.async.AsyncClient
 
sendDatagram(URI, Msg) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
 
sendRequest(URI, Msg) - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
sendRequest(URI, Msg) - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
sendRequest(URI, Msg) - Method in interface org.apache.geronimo.remoting.router.Router
Sends a request message to the other end.
sendRequest(URI, Msg) - Method in class org.apache.geronimo.remoting.transport.async.AsyncClient
 
sendRequest(URI, Msg) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
 
sendResponse(Msg, int) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
 
set(Object) - Method in interface org.apache.geronimo.remoting.MarshalledObject
 
set(Object) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
setAlwaysMarshall(boolean) - Method in class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
setBackConnectURI(URI) - Method in class org.apache.geronimo.remoting.transport.async.ChannelPool
 
setBindURI(URI) - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
setBytes(byte[]) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
setClassloader(ClassLoader) - Method in class org.apache.geronimo.remoting.DeMarshalingInterceptor
 
setDeMarshalingInterceptorID(Long) - Method in class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
setDefaultServer(AbstractServer) - Method in class org.apache.geronimo.remoting.transport.async.Registry
Sets the application wide server.
setFragment(URI, String) - Static method in class org.apache.geronimo.remoting.transport.URISupport
 
setFromBytes(byte[]) - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
setInterestOps(SelectionKey, int) - Method in class org.apache.geronimo.remoting.transport.async.nio.SelectorManager
 
setLocalInterceptor(Interceptor) - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
setPath(URI, String) - Static method in class org.apache.geronimo.remoting.transport.URISupport
 
setRemoteURI(URI) - Method in class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
setRouter(JMXRouter) - Method in class org.apache.geronimo.remoting.jmx.MBeanServerStub
 
setRouter(Router) - Method in class org.apache.geronimo.remoting.transport.TransportLoader
 
setStoppedRoutingTimeout(long) - Method in class org.apache.geronimo.remoting.router.AbstractInterceptorRouter
 
setStoppedRoutingTimeout(long) - Method in class org.apache.geronimo.remoting.router.AbstractRouterRouter
 
setSubsystemRouter(SubsystemRouter) - Method in class org.apache.geronimo.remoting.router.InterceptorRegistryRouter
 
setSubsystemRouter(SubsystemRouter) - Method in class org.apache.geronimo.remoting.router.JMXRouter
 
setTargetVMID(String) - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
setTransportContext(TransportContext) - Static method in class org.apache.geronimo.remoting.TransportContext
 
setTransportInterceptor(TransportInterceptor) - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
start() - Method in interface org.apache.geronimo.remoting.transport.TransportServer
Enables the server to start accepting new client requests.
start() - Method in class org.apache.geronimo.remoting.transport.async.AbstractServer
 
start() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
start() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 
start() - Method in class org.apache.geronimo.remoting.transport.async.nio.SelectorManager
 
stop() - Method in interface org.apache.geronimo.remoting.transport.TransportServer
Stops the server from accepting new client requests.
stop() - Method in class org.apache.geronimo.remoting.transport.async.AbstractServer
 
stop() - Method in class org.apache.geronimo.remoting.transport.async.bio.BlockingServer
 
stop() - Method in class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer
 
stop() - Method in class org.apache.geronimo.remoting.transport.async.nio.SelectorManager
 

T

TransportClient - interface org.apache.geronimo.remoting.transport.TransportClient.
 
TransportContext - class org.apache.geronimo.remoting.TransportContext.
 
TransportContext() - Constructor for class org.apache.geronimo.remoting.TransportContext
 
TransportException - exception org.apache.geronimo.remoting.transport.TransportException.
 
TransportException() - Constructor for class org.apache.geronimo.remoting.transport.TransportException
 
TransportException(String) - Constructor for class org.apache.geronimo.remoting.transport.TransportException
 
TransportFactory - class org.apache.geronimo.remoting.transport.TransportFactory.
 
TransportFactory() - Constructor for class org.apache.geronimo.remoting.transport.TransportFactory
 
TransportFactory - class org.apache.geronimo.remoting.transport.async.TransportFactory.
 
TransportFactory() - Constructor for class org.apache.geronimo.remoting.transport.async.TransportFactory
 
TransportInterceptor - interface org.apache.geronimo.remoting.TransportInterceptor.
You can ask a TransportInterceptor what what type of MarshalledObject the transport would like.
TransportLoader - class org.apache.geronimo.remoting.transport.TransportLoader.
 
TransportLoader() - Constructor for class org.apache.geronimo.remoting.transport.TransportLoader
 
TransportServer - interface org.apache.geronimo.remoting.transport.TransportServer.
 
toQueryString(Properties) - Static method in class org.apache.geronimo.remoting.transport.URISupport
 
toString() - Method in class org.apache.geronimo.remoting.InvocationSupport
 
toString() - Method in class org.apache.geronimo.remoting.InvocationType
 
transportContext - Static variable in class org.apache.geronimo.remoting.transport.async.Registry
 

U

URISupport - class org.apache.geronimo.remoting.transport.URISupport.
 
URISupport() - Constructor for class org.apache.geronimo.remoting.transport.URISupport
 
USE_BLOCKING_IO - Static variable in class org.apache.geronimo.remoting.transport.async.TransportFactory
Should we used Blocking IO instead of Non-blocking IO.
uncompress(byte[]) - Static method in class org.apache.geronimo.remoting.transport.async.Compression
Un-compresses the input data.
unexport(Object) - Static method in class org.apache.geronimo.remoting.transport.TransportFactory
 
unexportObject(Object) - Method in class org.apache.geronimo.remoting.transport.async.Registry
 
unregister(Long) - Method in class org.apache.geronimo.remoting.InterceptorRegistry
 
unregister(ObjectName) - Method in class org.apache.geronimo.remoting.router.JMXRouter
 

W

writeExternal(ObjectOutput) - Method in class org.apache.geronimo.remoting.InterVMRoutingInterceptor
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.remoting.IntraVMRoutingInterceptor
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.remoting.transport.BytesMarshalledObject
 
writeExternal(DataOutput) - Method in class org.apache.geronimo.remoting.transport.BytesMsg
 
writeExternal(ObjectOutput) - Method in class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor
 
writeExternal(DataOutput) - Method in class org.apache.geronimo.remoting.transport.async.AsyncMsg
 
writeReplace(Object) - Method in class org.apache.geronimo.remoting.TransportContext
 

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

Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.