|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpars.serial.SerialHandles
class SerialHandles
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 |
---|
protected final UUID id
Constructor Detail |
---|
SerialHandles()
Method Detail |
---|
public void add(SerialHandle handle)
public void finalizeHandle(SerialHandle handle)
public SerialHandle get(UUID id)
public UUID getId()
public SerialContext getSerialHost(UUID hostId, Object attachment)
public void remove(SerialHandle handle)
Groovy Documentation