Serialized Form


Package ibis.gmi

Class ibis.gmi.BinomialCombiner extends java.lang.Object implements Serializable

Class ibis.gmi.CombinedInvocationInfo extends java.lang.Object implements Serializable

Serialized Fields

groupID

int groupID
Group on which a group method using this combined-invocation info is invoked.


method

java.lang.String method
Name of the group method.


name

java.lang.String name
Identifier of this combined invocation.


mode

int mode
Invocation mode, see InvocationScheme.


numInvokers

int numInvokers
The number of nodes involved in this combined invocation.


participating_cpus

int[] participating_cpus
The global rank numbers of the participating nodes.


stubids_tickets

int[] stubids_tickets
Identification of where the reply is to be sent.

Class ibis.gmi.ConfigurationException extends java.lang.Exception implements Serializable

Class ibis.gmi.ReplyPersonalizer extends java.lang.Object implements Serializable


Package ibis.ipl

Class ibis.ipl.AlreadyConnectedException extends IbisIOException implements Serializable

Class ibis.ipl.BindingException extends IbisIOException implements Serializable

Class ibis.ipl.ConnectionClosedException extends IbisIOException implements Serializable

Class ibis.ipl.ConnectionRefusedException extends IbisIOException implements Serializable

Class ibis.ipl.ConnectionTimedOutException extends IbisIOException implements Serializable

Class ibis.ipl.IbisConfigurationException extends IbisRuntimeException implements Serializable

Class ibis.ipl.IbisError extends java.lang.Error implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
A nested throwable.

Class ibis.ipl.IbisException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
A nested throwable.

Class ibis.ipl.IbisIdentifier extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of this Ibis, given to it when it was created.


cluster

java.lang.String cluster
This field is used to indicate to which virtual or physical cluster this ibis belongs. It is set according to the 'cluster' System property. Nodes which don't have that property set will get "unknown".

Class ibis.ipl.IbisIOException extends java.io.IOException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
A nested throwable.

Class ibis.ipl.IbisRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
A nested throwable.

Class ibis.ipl.NoMatchingIbisException extends IbisException implements Serializable

Class ibis.ipl.PortMismatchException extends IbisIOException implements Serializable

Class ibis.ipl.ReceiveTimedOutException extends IbisIOException implements Serializable


Package ibis.rmi

Class ibis.rmi.AccessException extends RemoteException implements Serializable

Class ibis.rmi.AlreadyBoundException extends IbisException implements Serializable

Class ibis.rmi.ConnectException extends RemoteException implements Serializable

Class ibis.rmi.MarshalException extends RemoteException implements Serializable

Class ibis.rmi.NotBoundException extends IbisException implements Serializable

Class ibis.rmi.RemoteException extends IbisIOException implements Serializable

Class ibis.rmi.ServerError extends RemoteException implements Serializable

Class ibis.rmi.ServerException extends RemoteException implements Serializable

Class ibis.rmi.ServerRuntimeException extends RemoteException implements Serializable

Class ibis.rmi.StubNotFoundException extends RemoteException implements Serializable

Class ibis.rmi.UnknownHostException extends RemoteException implements Serializable

Class ibis.rmi.UnmarshalException extends RemoteException implements Serializable


Package ibis.rmi.server

Class ibis.rmi.server.ExportException extends RemoteException implements Serializable

Class ibis.rmi.server.RemoteObject extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Class ibis.rmi.server.RemoteServer extends RemoteObject implements Serializable

Class ibis.rmi.server.RemoteStub extends RemoteObject implements Serializable

Class ibis.rmi.server.ServerNotActiveException extends java.lang.Exception implements Serializable

Class ibis.rmi.server.SkeletonNotFoundException extends RemoteException implements Serializable

Class ibis.rmi.server.UnicastRemoteObject extends RemoteServer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException


Package ibis.satin

Class ibis.satin.Inlet extends java.lang.Throwable implements Serializable

Class ibis.satin.SatinObject extends java.lang.Object implements Serializable


Package ibis.util

Class ibis.util.IllegalLockStateException extends IbisRuntimeException implements Serializable

Class ibis.util.Timer extends java.lang.Object implements Serializable

Serialized Fields

count

int count
Counts the number of start/stop sequences.


time

long time

lastTime

long lastTime

t_start

long t_start

started

boolean started



The Ibis project