org.globus.cog.karajan.workflow.nodes
Class FlowNode.FNTP

java.lang.Object
  extended by org.globus.cog.karajan.workflow.nodes.FlowNode.FNTP
Enclosing class:
FlowNode

public static class FlowNode.FNTP
extends Object


Field Summary
 EventListener node
           
 ThreadingContext tc
           
 
Constructor Summary
FlowNode.FNTP(EventListener node, ThreadingContext tc)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

node

public EventListener node

tc

public ThreadingContext tc
Constructor Detail

FlowNode.FNTP

public FlowNode.FNTP(EventListener node,
                     ThreadingContext tc)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object