|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
com.arjuna.webservices.wscoor.CoordinationContextType |
create(java.lang.String coordinationTypeURI,
java.lang.Long expires,
com.arjuna.webservices.wscoor.CoordinationContextType currentContext)
Creates a coordination context. |
void |
install(java.lang.String coordinationTypeURI)
Called when a context factory is added to a context factory mapper. |
void |
uninstall(java.lang.String coordinationTypeURI)
Called when a context factory is removed from a context factory mapper. |
Method Detail |
public void install(java.lang.String coordinationTypeURI)
coordinationTypeURI
- the coordination type uripublic com.arjuna.webservices.wscoor.CoordinationContextType create(java.lang.String coordinationTypeURI, java.lang.Long expires, com.arjuna.webservices.wscoor.CoordinationContextType currentContext) throws InvalidCreateParametersException
coordinationTypeURI
- the coordination type uriexpires
- the expire date/time for the returned context, can be nullcurrentContext
- the current coordination context, can be null
InvalidCreateParametersException
- if a parameter passed is invalid
this activity identifierpublic void uninstall(java.lang.String coordinationTypeURI)
coordinationTypeURI
- the coordination type uri
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |