WebFlow
Class HookupTarget

java.lang.Object
  |
  +--WebFlow.HookupTarget

public class HookupTarget
extends java.lang.Object


Field Summary
 java.lang.String eventID
           
 int flowModel
           
static int PULL
           
static int PUSH
           
 org.omg.CORBA.Object source
           
 java.lang.String sourceObjectID
           
 org.omg.CORBA.Object target
           
 
Method Summary
 java.lang.String getEventID()
           
 java.util.Vector getEvents()
           
 int getFlowModel()
           
 org.omg.CORBA.Object getSource()
           
 java.lang.String getSourceObjectID()
           
 org.omg.CORBA.Object getTarget()
           
 java.lang.String getTargetMethod()
           
 java.lang.String getTargetObjectID()
           
 void putEvent(org.omg.CORBA.Object evt)
           
 void setFlowModel(int flowModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public org.omg.CORBA.Object source

sourceObjectID

public java.lang.String sourceObjectID

eventID

public java.lang.String eventID

target

public org.omg.CORBA.Object target

PULL

public static final int PULL

PUSH

public static final int PUSH

flowModel

public int flowModel
Method Detail

setFlowModel

public void setFlowModel(int flowModel)

getFlowModel

public int getFlowModel()

getEvents

public java.util.Vector getEvents()

putEvent

public void putEvent(org.omg.CORBA.Object evt)

getSource

public org.omg.CORBA.Object getSource()

getTarget

public org.omg.CORBA.Object getTarget()

getSourceObjectID

public java.lang.String getSourceObjectID()

getTargetObjectID

public java.lang.String getTargetObjectID()

getEventID

public java.lang.String getEventID()

getTargetMethod

public java.lang.String getTargetMethod()