Serialized Form


Package org.apache.geronimo.remoting

Class org.apache.geronimo.remoting.DeMarshalingInterceptor.ThrowableWrapper extends Object implements Serializable

Serialized Fields

exception

Throwable exception

Class org.apache.geronimo.remoting.InterVMRoutingInterceptor extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.apache.geronimo.remoting.IntraVMRoutingInterceptor extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.apache.geronimo.remoting.InvocationSupport extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.apache.geronimo.remoting.InvocationType extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class org.apache.geronimo.remoting.MarshalingInterceptor extends Object implements Serializable

Serialized Fields

next

TransportInterceptor next


Package org.apache.geronimo.remoting.jmx

Class org.apache.geronimo.remoting.jmx.NotificationRemoterInterceptor extends Object implements Serializable

Serialized Fields

next

org.apache.geronimo.core.service.Interceptor next


Package org.apache.geronimo.remoting.transport

Class org.apache.geronimo.remoting.transport.BytesMarshalledObject extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.apache.geronimo.remoting.transport.ConnectionFailedException extends TransportException implements Serializable

Class org.apache.geronimo.remoting.transport.RemoteTransportInterceptor extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.apache.geronimo.remoting.transport.StreamCorruptedException extends TransportException implements Serializable

Class org.apache.geronimo.remoting.transport.TransportException extends Exception implements Serializable


Package org.apache.geronimo.remoting.transport.async

Class org.apache.geronimo.remoting.transport.async.AbstractServer extends org.apache.geronimo.proxy.SimpleContainer implements Serializable

Serialized Fields

CONNECTION_TIMEOUT

long CONNECTION_TIMEOUT
The amount of time that must pass before an idle connection is closed.


uriTo

HashMap uriTo

channelPools

HashMap channelPools

Class org.apache.geronimo.remoting.transport.async.BackChannelServer extends AbstractServer implements Serializable

Serialized Fields

dispatcher

Router dispatcher

Class org.apache.geronimo.remoting.transport.async.IdentityInterceptor extends Object implements Serializable

Serialized Fields

ref

RemoteRef ref

next

org.apache.geronimo.core.service.Interceptor next


Package org.apache.geronimo.remoting.transport.async.bio

Class org.apache.geronimo.remoting.transport.async.bio.BlockingChannel extends org.apache.geronimo.proxy.SimpleComponent implements Serializable

Serialized Fields

listner

ChannelListner listner

worker

Thread worker

socketChannel

SocketChannel socketChannel

closing

boolean closing

inflator

Inflater inflator

deflater

Deflater deflater

remoteURI

URI remoteURI

requestedURI

URI requestedURI

sendMutex

Object sendMutex

Class org.apache.geronimo.remoting.transport.async.bio.BlockingServer extends AbstractServer implements Serializable

Serialized Fields

serverSocketChannel

ServerSocketChannel serverSocketChannel

uri

URI uri

connectURI

URI connectURI

worker

Thread worker

running

boolean running

compression

int compression

enableTcpNoDelay

boolean enableTcpNoDelay

nextRouter

Router nextRouter


Package org.apache.geronimo.remoting.transport.async.nio

Class org.apache.geronimo.remoting.transport.async.nio.NonBlockingChannel extends org.apache.geronimo.proxy.SimpleComponent implements Serializable

Serialized Fields

listner

ChannelListner listner

worker

Thread worker

socketChannel

SocketChannel socketChannel

remoteURI

URI remoteURI

closing

boolean closing

inflator

Inflater inflator

deflater

Deflater deflater

selectorManager

SelectorManager selectorManager

selectionKey

SelectionKey selectionKey

requestedURI

URI requestedURI

sendMutex

EDU.oswego.cs.dl.util.concurrent.Mutex sendMutex

receiveBuffer

ByteBuffer[] receiveBuffer

sendBuffer

ByteBuffer[] sendBuffer

Class org.apache.geronimo.remoting.transport.async.nio.NonBlockingServer extends AbstractServer implements Serializable

Serialized Fields

serverSocketChannel

ServerSocketChannel serverSocketChannel

uri

URI uri

connectURI

URI connectURI

worker

Thread worker

running

boolean running

compression

int compression

enableTcpNoDelay

boolean enableTcpNoDelay

nextRouter

Router nextRouter



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