Serialized Form


Package edu.uiuc.cs.net.DPRPManager

Class edu.uiuc.cs.net.DPRPManager.DPRPAllocatePortException implements Serializable

Serialized Fields

errorcode

short errorcode
The DPRPError -- i.e., the reason behind this exception.

optionalText

java.lang.String optionalText
Any optional text, included so that I didn't have to go making a whole bunch of new DPRPErrors.

hasText

boolean hasText
Flag that denotes if extra text is available.

Class edu.uiuc.cs.net.DPRPManager.DPRPConfigException implements Serializable

Serialized Fields

origStr

java.lang.String origStr
The original error-string that was passed in.

Class edu.uiuc.cs.net.DPRPManager.DPRPErrorMessageException implements Serializable

Serialized Fields

errorcode

short errorcode
The errorcode sent from the server.

Class edu.uiuc.cs.net.DPRPManager.DPRPException implements Serializable

Class edu.uiuc.cs.net.DPRPManager.DPRPInvalidProtocolException implements Serializable

Class edu.uiuc.cs.net.DPRPManager.DPRPLeaseEvent implements Serializable

Serialized Fields

sentLease

DPRPLease sentLease
The DPRPLease object that we are sending.

leaseCommand

char leaseCommand
A letter-code giving a reason why this event was fired. This is really for the JTable's benefit, mostly.

isError

boolean isError
True if this event represents an error of some kind.

isNew

boolean isNew
True if this lease is genuinely new, false otherwise.

errorcode

short errorcode
The details about the error; only set when isError is true.

Class edu.uiuc.cs.net.DPRPManager.DPRPLeaseTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames
Human-readable text descriptions for each column.

leaseData

java.util.Vector leaseData
A list of all of the leases in the table.

nextIndex

int nextIndex
The next index in the list to use (I'm sort of using this Vector like an array, so as to make the JTable happy).

Class edu.uiuc.cs.net.DPRPManager.DPRPOfferException implements Serializable

Serialized Fields

cliIP

java.net.InetAddress cliIP
The client's IP address.

cliPort

int cliPort
The client's port, so that an error-message can be generated.

errorText

java.lang.String errorText
The error message associated with this exception.

offeredPort

int offeredPort
The reserved port.

offeredProtocol

byte offeredProtocol
The protocol type of the reserved port.