Groovy Documentation

gpars.serial
Class SerialHandles

java.lang.Object
  gpars.serial.SerialHandles

class SerialHandles

author:
Alex Tkachman


Field Summary
protected UUID id

Unique id of the provider

 
Constructor Summary
SerialHandles()

 
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


 
Constructor Detail

SerialHandles

SerialHandles()


 
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
return:
unique id


getSerialHost

public SerialContext getSerialHost(UUID hostId, Object attachment)


remove

public void remove(SerialHandle handle)


 

Groovy Documentation