gr.uoa.di.madgik.execution.plan.element.invocable.callback
Class CallbackRegistryEntry

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.invocable.callback.CallbackRegistryEntry

public class CallbackRegistryEntry
extends Object


Field Summary
 String ID
           
 Socket Sock
           
 Object synchCallback
           
 
Constructor Summary
CallbackRegistryEntry()
           
 
Method Summary
 void NotifyCallback(Socket Sock)
           
 void WaitForCallback(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public String ID

synchCallback

public final Object synchCallback

Sock

public Socket Sock
Constructor Detail

CallbackRegistryEntry

public CallbackRegistryEntry()
Method Detail

WaitForCallback

public void WaitForCallback(long timeout)

NotifyCallback

public void NotifyCallback(Socket Sock)


Copyright © 2013. All Rights Reserved.