|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextFactory
| Method Summary | |
|---|---|
org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext |
create(String coordinationTypeURI,
Long expires,
org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType currentContext,
boolean isSecure)
Creates a coordination context. |
void |
install(String coordinationTypeURI)
Called when a context factory is added to a context factory mapper. |
void |
uninstall(String coordinationTypeURI)
Called when a context factory is removed from a context factory mapper. |
| Method Detail |
|---|
void install(String coordinationTypeURI)
coordinationTypeURI - the coordination type uri
org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext create(String coordinationTypeURI,
Long expires,
org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType currentContext,
boolean isSecure)
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 identifiervoid uninstall(String coordinationTypeURI)
coordinationTypeURI - the coordination type uri
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||