Serialized Form


Package ParkNPark.interfaces

Class ParkNPark.interfaces._ClientManagerFactoryStub extends ObjectImpl implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class ParkNPark.interfaces._ClientManagerStub extends ObjectImpl implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class ParkNPark.interfaces._ReplicationManagerStub extends ObjectImpl implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class ParkNPark.interfaces.AlreadyInLotException extends UserException implements Serializable

Serialized Fields

lot

int lot
The lot that the client is already on

Class ParkNPark.interfaces.AtBottomLevelException extends UserException implements Serializable

Serialized Fields

lot

int lot
The lot that contains the level


level

int level
The level that is the lowest level of the lot

Class ParkNPark.interfaces.AtTopLevelException extends UserException implements Serializable

Serialized Fields

lot

int lot
The lot that contains the level


level

int level
The level that is the highest level of the lot

Class ParkNPark.interfaces.InvalidClientException extends UserException implements Serializable

Serialized Fields

clientID

int clientID
The client ID that is not recognized by the system

Class ParkNPark.interfaces.InvalidSequenceNumberException extends UserException implements Serializable

Serialized Fields

clientID

int clientID
ID of the client


seq

int seq
Sequence number that is not valid

Class ParkNPark.interfaces.LotFullException extends UserException implements Serializable

Serialized Fields

lotCapacity

int lotCapacity
The capacity of the lot


lot

int lot
The lot that is full

Class ParkNPark.interfaces.LotNotFoundException extends UserException implements Serializable

Serialized Fields

lot

int lot
The lot number that was not found in the system

Class ParkNPark.interfaces.NotInLotException extends UserException implements Serializable

Class ParkNPark.interfaces.NotOnExitLevelException extends UserException implements Serializable

Serialized Fields

lot

int lot
The lot that the level is in


level

int level
The current level

Class ParkNPark.interfaces.PaddedInteger extends Object implements Serializable

Serialized Fields

value

int value
The integer that we care about


padding

byte[] padding
The padding

Class ParkNPark.interfaces.PaddedIntegerSeq extends Object implements Serializable

Serialized Fields

value

int[] value
The integer array that we care about


padding

byte[] padding
The padding

Class ParkNPark.interfaces.PaddedVoid extends Object implements Serializable

Serialized Fields

padding

byte[] padding
The padding

Class ParkNPark.interfaces.ServiceUnavailableException extends UserException implements Serializable

Serialized Fields

message

String message
Error message for the client