groovyx.gpars.serial
Class SerialHandle.RemoteSerialHandle.ReleaseHandle

java.lang.Object
  extended by groovyx.gpars.serial.SerialMsg
      extended by groovyx.gpars.serial.SerialHandle.RemoteSerialHandle.ReleaseHandle
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SerialHandle.RemoteSerialHandle

public static class SerialHandle.RemoteSerialHandle.ReleaseHandle
extends SerialMsg

See Also:
Serialized Form

Field Summary
private  java.util.UUID serialId
           
private static long serialVersionUID
           
 
Fields inherited from class groovyx.gpars.serial.SerialMsg
hostId
 
Constructor Summary
SerialHandle.RemoteSerialHandle.ReleaseHandle(java.util.UUID serialId)
           
 
Method Summary
 void execute(RemoteConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

serialId

private final java.util.UUID serialId
Constructor Detail

SerialHandle.RemoteSerialHandle.ReleaseHandle

public SerialHandle.RemoteSerialHandle.ReleaseHandle(java.util.UUID serialId)
Method Detail

execute

public void execute(RemoteConnection conn)
Overrides:
execute in class SerialMsg

Copyright © 2008–2010 Václav Pech. All Rights Reserved.