Serialized Form


Package javax.comm

Class javax.comm.NoSuchPortException extends java.lang.Exception implements Serializable

Class javax.comm.ParallelPortEvent extends java.util.EventObject implements Serializable

Serialized Fields

eventType

int eventType
Deprecated. Replaced by getEventType method.

For compatibility with version 1.0 of the CommAPI only.


oldValue

boolean oldValue

newValue

boolean newValue

Class javax.comm.PortInUseException extends java.lang.Exception implements Serializable

Serialized Fields

currentOwner

java.lang.String currentOwner
Describes the current owner of the communications port.

Since:
CommAPI 1.1

Class javax.comm.SerialPortEvent extends java.util.EventObject implements Serializable

Serialized Fields

eventType

int eventType
Deprecated. Replaced by getEventType method.

The type of event.


oldValue

boolean oldValue

newValue

boolean newValue

Class javax.comm.UnsupportedCommOperationException extends java.lang.Exception implements Serializable