Serialized Form
Package org.apache.geronimo.remoting |
exception
Throwable exception
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)
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)
readResolve
Object readResolve()
throws ObjectStreamException
ordinal
int ordinal
readResolve
Object readResolve()
throws ObjectStreamException
ordinal
int ordinal
next
TransportInterceptor next
Package org.apache.geronimo.remoting.jmx |
next
org.apache.geronimo.core.service.Interceptor next
Package org.apache.geronimo.remoting.transport |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
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)
Package org.apache.geronimo.remoting.transport.async |
CONNECTION_TIMEOUT
long CONNECTION_TIMEOUT
- The amount of time that must pass before an idle connection is closed.
uriTo
HashMap uriTo
channelPools
HashMap channelPools
dispatcher
Router dispatcher
ref
RemoteRef ref
next
org.apache.geronimo.core.service.Interceptor next
Package org.apache.geronimo.remoting.transport.async.bio |
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
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 |
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
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.