Serialized Form


Package org.exolab.jms.net.connector

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Class org.exolab.jms.net.connector.Request extends java.lang.Object 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 extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

_target

java.lang.Throwable _target
The thrown target exception

Class org.exolab.jms.net.connector.Response extends java.lang.Object 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 extends ResourceException implements Serializable

serialVersionUID: 1L


Package org.exolab.jms.net.orb

Class org.exolab.jms.net.orb.RegistryImpl__Proxy extends Proxy implements Serializable

Class org.exolab.jms.net.orb.UnicastDelegate extends java.lang.Object implements Serializable

serialVersionUID: 1L

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.

Throws:
java.lang.ClassNotFoundException - if a class cannot be deserialized
java.io.IOException - for any I/O error

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write this to a stream.

Throws:
java.io.IOException - for any I/O error
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 extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_delegate

Delegate _delegate
The delegate.

Class org.exolab.jms.net.proxy.RemoteInvocationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

_target

java.lang.Throwable _target
The thrown target exception


Package org.exolab.jms.net.rmi

Class org.exolab.jms.net.rmi.RMIInvokerFactoryImpl extends java.rmi.server.RemoteObject 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.RMIInvokerFactoryImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L

Class org.exolab.jms.net.rmi.RMIInvokerImpl extends java.rmi.server.RemoteObject implements Serializable

Serialized Fields

_connection

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

Class org.exolab.jms.net.rmi.RMIInvokerImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L


Package org.exolab.jms.net.uri

Class org.exolab.jms.net.uri.InvalidURIException extends java.rmi.RemoteException implements Serializable

serialVersionUID: 1L

Class org.exolab.jms.net.uri.URI.MalformedURIException extends java.io.IOException implements Serializable



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