Groovy Documentation

gpars.serial
[Java] Class SerialHandles

java.lang.Object
  gpars.serial.SerialHandles

public abstract class SerialHandles

Authors:
Alex Tkachman


Field Summary
protected UUID id

Unique id of the provider

 
Method Summary
void add(SerialHandle handle)

void finalizeHandle(SerialHandle handle)

SerialHandle get(UUID id)

UUID getId()

Getter for provider id

SerialContext getSerialHost(UUID hostId, Object attachment)

void remove(SerialHandle handle)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

id

protected final UUID id
Unique id of the provider


 
Method Detail

add

public void add(SerialHandle handle)


finalizeHandle

public void finalizeHandle(SerialHandle handle)


get

public SerialHandle get(UUID id)


getId

public UUID getId()
Getter for provider id
Returns:
unique id


getSerialHost

public SerialContext getSerialHost(UUID hostId, Object attachment)


remove

public void remove(SerialHandle handle)


 

Groovy Documentation