org.globus.cog.karajan.viewer
Class ThreadedUID

java.lang.Object
  extended byorg.globus.cog.karajan.viewer.ThreadedUID

public class ThreadedUID
extends Object


Constructor Summary
ThreadedUID(FlowElement fe, ControlEvent e)
           
ThreadedUID(FlowElement fe, ThreadingContext tc)
           
ThreadedUID(FlowElement fe, VariableStack stack)
           
ThreadedUID(Integer id, ThreadingContext tc)
           
ThreadedUID(NotificationEvent e)
           
 
Method Summary
 boolean equals(Object obj)
           
protected  FlowElement getElement()
           
protected  ThreadingContext getThread()
           
 int hashCode()
           
protected  void setElement(FlowElement element)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedUID

public ThreadedUID(NotificationEvent e)
            throws VariableNotFoundException

ThreadedUID

public ThreadedUID(FlowElement fe,
                   ControlEvent e)
            throws VariableNotFoundException

ThreadedUID

public ThreadedUID(FlowElement fe,
                   VariableStack stack)
            throws VariableNotFoundException

ThreadedUID

public ThreadedUID(FlowElement fe,
                   ThreadingContext tc)

ThreadedUID

public ThreadedUID(Integer id,
                   ThreadingContext tc)
Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getElement

protected FlowElement getElement()

setElement

protected void setElement(FlowElement element)

getThread

protected ThreadingContext getThread()