|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IActivationAgentHandle
The IActivationAgentHandle interface allows the user to start/stop an activation agent of a BPEL process deployed on a BPEL process domain.
| Field Summary |
|---|
| Fields inherited from interface com.oracle.bpel.client.IBPELProcessConstants |
|---|
LIFECYCLE_ACTIVE, LIFECYCLE_RETIRED, OP_TYPE_CONTINUE_POST, OP_TYPE_CONTINUE_REQUEST, OP_TYPE_INITIAL_POST, OP_TYPE_INITIAL_REQUEST, OP_TYPE_UNDEFINED, STATE_OFF, STATE_ON |
| Method Summary | |
|---|---|
void |
addJCAStats(java.lang.String processId, java.lang.String revisionTag, boolean isInbound, long time)Records the total time for one inbound event |
void |
addStats(com.collaxa.common.util.StopWatch sw)Add recorded StopWatch stats for one inbound invocation |
Statistics[] |
getInJCAStats(java.lang.String procId, java.lang.String rev)Used in the Adapter Statistics JSP to retrieve recorded stats (total time) |
Statistics[] |
getInStats(java.lang.String procId, java.lang.String rev)Used in the Adapter Statistics JSP to retrieve recorded stats (StopWatches) |
long |
getStartTime()Returns the StartTime record via putStartTime() |
Statistics[] |
getStats()Return all recorded inbound Adapter Statistics. |
com.collaxa.common.util.StopWatch |
getStopWatch()Deprecated. stop watch now held using ThreadLocal |
void |
putStartTime(long stTime)Sets the StartTime for the default inbound Adapter Framework StopWatch used when dealing with third party adapters which do not support the notion of StopWatches. |
void |
setStopWatch(com.collaxa.common.util.StopWatch sw)Deprecated. stop watch now held using ThreadLocal |
| Method Detail |
|---|
com.collaxa.common.util.StopWatch getStopWatch()
long getStartTime()
void putStartTime(long stTime)
stTime - the start time (System.currentTimeMillis())void setStopWatch(com.collaxa.common.util.StopWatch sw)
void addStats(com.collaxa.common.util.StopWatch sw)
void addJCAStats(java.lang.String processId,
java.lang.String revisionTag,
boolean isInbound,
long time)
processId - BPEL process idrevisionTag - BPEL process revisionisInbound - whether this is inbound or outbound statstime - total time (endtime-startime in ms)Statistics[] getStats()
Statistics[] getInStats(java.lang.String procId,
java.lang.String rev)
procId - BPEL process idrev - BPEL process revision
Statistics[] getInJCAStats(java.lang.String procId,
java.lang.String rev)
procId - BPEL process idrev - BPEL process revision
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||