Serialized Form
Package edu.uiuc.cs.net.DPRPManager |
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.
origStr
java.lang.String origStr
- The original error-string that was passed in.
errorcode
short errorcode
- The errorcode sent from the server.
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.
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).
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.