Serialized Form


Package mChaRM.multichannel

Class mChaRM.multichannel.CoreNotFoundException implements Serializable

Class mChaRM.multichannel.FieldDoesNotExistException implements Serializable

Class mChaRM.multichannel.mChaRMArgs implements Serializable

Serialized Fields

args

java.util.Vector args
This class reifies the arguments of the method call filtered by the multi-channel. This class also supplies some methods for manipulate such arguments.
Since:
Version 1.4

Class mChaRM.multichannel.mChaRMMethodCall implements Serializable

Serialized Fields

sender

java.lang.String sender
This class reifies the method call filtered by the multi-channel. This class also supplies some methods for manipulate the method call.
Since:
Version 1.2

receivers

java.lang.String[] receivers

methodName

java.lang.String methodName

returnValue

java.lang.Object returnValue

actualArguments

mChaRMArgs actualArguments

Class mChaRM.multichannel.MethodDoesNotExistException implements Serializable

Class mChaRM.multichannel.ReceiverStubCannotBeRegisteredAsAServerException implements Serializable

Class mChaRM.multichannel.ReceiverStubNotFoundException implements Serializable

Class mChaRM.multichannel.ReferenceToNonExistentArgumentException implements Serializable

Class mChaRM.multichannel.SenderStubCannotBeRegisteredAsAServerException implements Serializable

Class mChaRM.multichannel.SenderStubNotFoundException implements Serializable

Class mChaRM.multichannel.StubNotFoundException implements Serializable


Package time_constraint.constr_eval

Class time_constraint.constr_eval.binnode implements Serializable

Serialized Fields

op

int op
Represents the operator identifier.
 
Since:
Version 1.0

Class time_constraint.constr_eval.elhistory implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read an elhistory from a stream.
Since:
Version 1.0

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write an elhistory on a stream.
Since:
Version 1.0
Serialized Fields

time

int time
Represents the time at which the request was made.
 
Since:
Version 1.0

Class time_constraint.constr_eval.partialhistory implements Serializable

Serialized Fields

history

java.util.Vector history
Represents a Vector of elhistory.
 
Since:
Version 1.0

Class time_constraint.constr_eval.request implements Serializable

Serialized Fields

o1

char o1
represents the client of the request.
 
Since:
Version 1.0

o2

char o2
represents the intended server to satisfy the request.
 
Since:
Version 1.0

m

char m
represents the service requested.
 
Since:
Version 1.0

p

int p
represents the parameter of the method m.
 
Since:
Version 1.0