|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ECSEmitter
Method Summary | |
---|---|
java.lang.String |
clearEcsID()
Removes the current instance of the event correlation sphere from this thread. |
java.lang.String |
getCurrentEcsID()
Returns the name of the current instance of this event correlation sphere |
java.lang.String |
getPreviousEcsID()
Returns the name of the previous instance of this event correlation sphere |
java.lang.String |
setNewEcsID(java.lang.String id)
Associates a new event correlation sphere with this thread, and makes it current. |
Method Detail |
public java.lang.String setNewEcsID(java.lang.String id)
id
- The ID of the new event correlation sphere
InvalidParameterException
- When id
is null
DuplicateIdentifierException
- When id
already exists for this ECSpublic java.lang.String clearEcsID()
public java.lang.String getCurrentEcsID()
public java.lang.String getPreviousEcsID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |