|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
install(java.lang.String protocolIdentifier)
Called when a registrar is added to a register mapper. |
com.arjuna.webservices.wsaddr.EndpointReferenceType |
register(com.arjuna.webservices.wsaddr.EndpointReferenceType participantProtocolService,
java.lang.String protocolIdentifier,
com.arjuna.webservices.wsarj.InstanceIdentifier instanceIdentifier)
Registers the interest of participant in a particular protocol. |
void |
uninstall(java.lang.String protocolIdentifier)
Called when a registrar is removed from a register mapper. |
Method Detail |
public void install(java.lang.String protocolIdentifier)
protocolIdentifier
- the protocol identifierpublic com.arjuna.webservices.wsaddr.EndpointReferenceType register(com.arjuna.webservices.wsaddr.EndpointReferenceType participantProtocolService, java.lang.String protocolIdentifier, com.arjuna.webservices.wsarj.InstanceIdentifier instanceIdentifier) throws AlreadyRegisteredException, InvalidProtocolException, InvalidStateException, NoActivityException
protocolIdentifier
- the protocol identifierinstanceIdentifier
- the instance identifier, this may be null
AlreadyRegisteredException
- if the participant is already registered for this coordination protocol under
this activity identifier
InvalidProtocolException
- if the coordination protocol is not supported
InvalidStateException
- if the state of the coordinator no longer allows registration for this
coordination protocol
NoActivityException
- if the actvity does not existpublic void uninstall(java.lang.String protocolIdentifier)
protocolIdentifier
- the protocol identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |