Serialized Form


Package org.sapia.ubik.mcast

Class org.sapia.ubik.mcast.DomainName extends java.lang.Object implements Serializable

Serialized Fields

_segments

java.util.List<E> _segments

Class org.sapia.ubik.mcast.InetServerAddress extends java.lang.Object implements Serializable

Serialized Fields

_transportType

java.lang.String _transportType

_addr

java.net.InetAddress _addr

_port

int _port

_hashCode

int _hashCode

Class org.sapia.ubik.mcast.ListenerAlreadyRegisteredException extends java.lang.Exception implements Serializable

Class org.sapia.ubik.mcast.RemoteEvent extends java.lang.Object implements Serializable

Serialized Fields

_domain

java.lang.String _domain

_type

java.lang.String _type

_id

long _id

_node

java.lang.String _node

_data

byte[] _data

_wasBytes

boolean _wasBytes

_sync

boolean _sync

Class org.sapia.ubik.mcast.Response extends java.lang.Object implements Serializable

Serialized Fields

_eventId

long _eventId

_data

java.lang.Object _data

_none

boolean _none

_status

int _status

Class org.sapia.ubik.mcast.TimeoutException extends java.lang.Exception implements Serializable

Class org.sapia.ubik.mcast.View.AddressList extends java.util.ArrayList implements Serializable


Package org.sapia.ubik.net

Class org.sapia.ubik.net.MaxThreadReachedException extends java.lang.Exception implements Serializable

Class org.sapia.ubik.net.NestedIOException extends java.io.IOException implements Serializable

Serialized Fields

_theSourceError

java.lang.Throwable _theSourceError
The source error that is encapsulated in this composite exception.

Class org.sapia.ubik.net.NoObjectAvailableException extends java.lang.Exception implements Serializable

Class org.sapia.ubik.net.TCPAddress extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.net.UriSyntaxException extends java.lang.Exception implements Serializable


Package org.sapia.ubik.net.udp

Class org.sapia.ubik.net.udp.UDPServerAddress extends java.lang.Object implements Serializable

Serialized Fields

_transportType

java.lang.String _transportType

_addr

java.net.InetAddress _addr

_port

int _port

_hashCode

int _hashCode

Package org.sapia.ubik.rmi

Class org.sapia.ubik.rmi.RemoteRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_theSourceError

java.lang.Throwable _theSourceError
The source error that is encapsulated in this composite exception.

Class org.sapia.ubik.rmi.RmiIOException extends java.io.IOException implements Serializable

Serialized Fields

_theSourceError

java.lang.Throwable _theSourceError
The source error that is encapsulated in this composite exception.


Package org.sapia.ubik.rmi.examples

Class org.sapia.ubik.rmi.examples.HelloWorldCommand extends RMICommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.examples.JdkBar extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

map

java.util.HashMap<K,V> map

Class org.sapia.ubik.rmi.examples.JdkBar_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L

Class org.sapia.ubik.rmi.examples.JdkFoo extends java.rmi.server.UnicastRemoteObject implements Serializable

Class org.sapia.ubik.rmi.examples.JdkFoo_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L


Package org.sapia.ubik.rmi.examples.http

Class org.sapia.ubik.rmi.examples.http.HttpFooServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_foo

Foo _foo

_provider

ServletTransportProvider _provider

Package org.sapia.ubik.rmi.examples.replication

Class org.sapia.ubik.rmi.examples.replication.ReplicatedCommandEx extends ReplicatedCommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.examples.replication.ReplicatedInvokerImpl extends java.lang.Object implements Serializable


Package org.sapia.ubik.rmi.interceptor

Class org.sapia.ubik.rmi.interceptor.InvalidInterceptorException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_err

java.lang.Throwable _err

Package org.sapia.ubik.rmi.naming.remote

Class org.sapia.ubik.rmi.naming.remote.DomainInfo extends java.lang.Object implements Serializable

Serialized Fields

_domain

DomainName _domain

_mcastAddress

java.lang.String _mcastAddress

_mcastPort

int _mcastPort

Package org.sapia.ubik.rmi.naming.remote.archie

Class org.sapia.ubik.rmi.naming.remote.archie.SyncEvent extends java.lang.Object implements Serializable

Serialized Fields

_nodePath

org.sapia.archie.Name _nodePath

_name

org.sapia.archie.NamePart _name

Class org.sapia.ubik.rmi.naming.remote.archie.SyncGetEvent extends SyncEvent implements Serializable

Class org.sapia.ubik.rmi.naming.remote.archie.SyncPutEvent extends SyncEvent implements Serializable

Serialized Fields

_toBind

java.lang.Object _toBind

_overwrite

boolean _overwrite

Class org.sapia.ubik.rmi.naming.remote.archie.SyncRemoveEvent extends SyncEvent implements Serializable


Package org.sapia.ubik.rmi.naming.remote.proxy

Class org.sapia.ubik.rmi.naming.remote.proxy.BindingCache extends java.lang.Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.naming.remote.proxy.BindingCache.BoundRef extends java.lang.Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.replication

Class org.sapia.ubik.rmi.replication.ReplicatedCommand extends InvokeCommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.server

Class org.sapia.ubik.rmi.server.CommandConnect extends RMICommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.CommandPing extends RMICommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.OID extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.RemoteRef extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.RemoteRefEx extends RemoteRef implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.RemoteRefReliable extends RemoteRefEx implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.RemoteRefStateless extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.RemoteRefStateless.ServiceInfo extends java.lang.Object implements Serializable

Serialized Fields

address

ServerAddress address

oid

OID oid

callback

boolean callback

isFirstVoyage

boolean isFirstVoyage

vmId

VmId vmId

Class org.sapia.ubik.rmi.server.RMICommand extends Command implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.ShutdownException extends java.lang.RuntimeException implements Serializable

Class org.sapia.ubik.rmi.server.StubContainerBase extends java.lang.Object implements Serializable

Serialized Fields

_ref

StubInvocationHandler _ref

_interfaceNames

java.lang.String[] _interfaceNames

Class org.sapia.ubik.rmi.server.VmId extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.server.command

Class org.sapia.ubik.rmi.server.command.Command extends java.lang.Object implements Serializable

Class org.sapia.ubik.rmi.server.command.Response extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id

_obj

java.lang.Object _obj

Class org.sapia.ubik.rmi.server.command.ResponseTimeOutException extends java.lang.RuntimeException implements Serializable


Package org.sapia.ubik.rmi.server.gc

Class org.sapia.ubik.rmi.server.gc.CommandGc extends RMICommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.gc.CommandRefer extends RMICommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.server.invocation

Class org.sapia.ubik.rmi.server.invocation.CallBackInvokeCommand extends InvokeCommand implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.invocation.InvokeCommand extends RMICommand implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.invocation.RMICommandProcessor.ResponseListCommand extends RMICommand implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.server.transport

Class org.sapia.ubik.rmi.server.transport.ClassDescriptor extends java.lang.Object implements Serializable

serialVersionUID: 6382603348796329430L

Serialization Methods

readExternal

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

writeExternal

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

Class org.sapia.ubik.rmi.server.transport.MarshalledObject extends java.lang.Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.server.transport.http

Class org.sapia.ubik.rmi.server.transport.http.HttpAddress extends TCPAddress implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.server.transport.http.servlet

Class org.sapia.ubik.rmi.server.transport.http.servlet.ServletAddress extends HttpAddress implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.sapia.ubik.rmi.server.transport.nio.tcp

Class org.sapia.ubik.rmi.server.transport.nio.tcp.NioAddress extends TCPAddress implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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



Copyright © 2010 Sapia OSS. All Rights Reserved.