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

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

getProcessInstance

String getProcessInstance()
Returns:
process instance of the child

getActivityID

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