com.bea.wli.management.runtime
Interface ChildInstance


public interface ChildInstance

information about child processes started by a parent process


Method Summary
 int getActivityID()
           
 int getEventType()
           
 String getProcessInstance()
           
 

Method Detail

getEventType

public int getEventType()
Returns:
TrackingEventType.EVENT_TYPE_CHILD_PROCESS_INSTANCE_START or TrackingEventType.EVENT_TYPE_CHILD_PROCESS_INSTANCE_CONTINUE

getProcessInstance

public String getProcessInstance()
Returns:
process instance of the child

getActivityID

public int getActivityID()
Returns:
ID of activity in the parent process that caused the child to be invoked