|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.tx.webservice.member.coord.ActivationCoordinatorPortTypeImpl
public class ActivationCoordinatorPortTypeImpl
This class handles the createCoordinationContext web service request
Constructor Summary | |
---|---|
ActivationCoordinatorPortTypeImpl()
|
Method Summary | |
---|---|
void |
createCoordinationContextOperation(CreateCoordinationContextType parameters)
Handle <createCoordinationContext> message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivationCoordinatorPortTypeImpl()
Method Detail |
---|
public void createCoordinationContextOperation(CreateCoordinationContextType parameters)
Coordinator
to cache it in the
CoordinationManager
.
This method will only be used for interop with other coordinators. Java clients
will typically contact their local coordinator via more performant paths.
<CreateCoordinationContext ...> <Expires> ... </Expires>? <CurrentContext> ... </CurrentContext>? <CoordinationType> ... </CoordinationType> ... </CreateCoordinationContext>
createCoordinationContextOperation
in interface ActivationCoordinatorPortType
parameters
- contains the <CreateCoordinationContext> message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |