Serialized Form
Package org.exolab.jms.net.connector |
_objID
java.rmi.server.ObjID _objID
- The identifier of the object to invoke the method on.
_args
java.lang.Object[] _args
- The arguments to pass to the method. Note that if the method doesn't
take any arguments, this may be
null
, to avoid the
overhead of serializing an empty Object[].
_methodID
long _methodID
- The unique identifier of the method to invoke.
_target
java.lang.Throwable _target
- The thrown target exception
_object
java.lang.Object _object
- The invocation result. May be
null
_exception
java.lang.Throwable _exception
- An exception generated by the invocation. May be
null
Package org.exolab.jms.net.orb |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Read the state of this from a stream.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write this to a stream.
_objID
java.rmi.server.ObjID _objID
- The target object identifier.
_uri
java.lang.String _uri
- The connection URI.
Package org.exolab.jms.net.proxy |
_delegate
Delegate _delegate
- The delegate.
_target
java.lang.Throwable _target
- The thrown target exception
Package org.exolab.jms.net.rmi |
_authenticator
Authenticator _authenticator
- The connection authenticator.
_acceptor
org.exolab.jms.net.rmi.RMIManagedConnectionAcceptor _acceptor
- The connection acceptor that constructed this.
_listener
ManagedConnectionAcceptorListener _listener
- The listener to delegate accepted connections to.
_connection
org.exolab.jms.net.rmi.RMIManagedConnection _connection
- The physical connection
Package org.exolab.jms.net.uri |
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.