Serialized Form


Package org.exolab.jms.net.connector

Class org.exolab.jms.net.connector.ConnectException implements Serializable

Class org.exolab.jms.net.connector.IllegalStateException implements Serializable

Class org.exolab.jms.net.connector.Request implements Serializable

Serialized Fields

_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.

Class org.exolab.jms.net.connector.ResourceException implements Serializable

Serialized Fields

_target

java.lang.Throwable _target
The thrown target exception

Class org.exolab.jms.net.connector.Response implements Serializable

Serialized Fields

_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

Class org.exolab.jms.net.connector.SecurityException implements Serializable


Package org.exolab.jms.net.orb

Class org.exolab.jms.net.orb.UnicastDelegate implements Serializable

Serialization Methods

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.
Serialized Fields

_objID

java.rmi.server.ObjID _objID
The target object identifier.

_uri

java.lang.String _uri
The connection URI.


Package org.exolab.jms.net.proxy

Class org.exolab.jms.net.proxy.Proxy implements Serializable

Serialized Fields

_delegate

Delegate _delegate
The delegate.

Class org.exolab.jms.net.proxy.RemoteInvocationException implements Serializable

Serialized Fields

_target

java.lang.Throwable _target
The thrown target exception


Package org.exolab.jms.net.rmi

Class org.exolab.jms.net.rmi.RMIInvokerFactoryImpl implements Serializable

Serialized Fields

_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.

Class org.exolab.jms.net.rmi.RMIInvokerImpl implements Serializable

Serialized Fields

_connection

org.exolab.jms.net.rmi.RMIManagedConnection _connection
The physical connection


Package org.exolab.jms.net.uri

Class org.exolab.jms.net.uri.InvalidURIException implements Serializable

Class org.exolab.jms.net.uri.URI.MalformedURIException implements Serializable



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.