|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.cem.ECSControllerImpl
ECSEmitter
,
Serialized FormConstructor Summary | |
---|---|
ECSControllerImpl(com.ibm.websphere.cem.WorkAreaHelper wah)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
clearEcsID()
Removes the association between the instance of the event correlation sphere and the current thread. |
java.lang.String |
getCurrentEcsID()
Returns the current event correlation sphere identifier. |
java.lang.String |
getPreviousEcsID()
Returns the previous event correlation sphere identifier. |
protected com.ibm.websphere.cem.WorkAreaHelper |
getWah()
Returns the current instance of the WorkAreaHelper. |
java.lang.String |
setNewEcsID(java.lang.String id)
Associates a new instance of this event correlation sphere with the current thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECSControllerImpl(com.ibm.websphere.cem.WorkAreaHelper wah)
wah
- The current WorkAreaHelperMethod Detail |
protected com.ibm.websphere.cem.WorkAreaHelper getWah()
public java.lang.String setNewEcsID(java.lang.String id)
setNewEcsID
in interface ECSController
id
- The new esc identifier for this event correlation sphere.
public java.lang.String clearEcsID()
clearEcsID
in interface ECSController
public java.lang.String getCurrentEcsID()
getCurrentEcsID
in interface ECSController
public java.lang.String getPreviousEcsID()
getPreviousEcsID
in interface ECSController
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |