|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Registrar
Method Summary | |
---|---|
void |
install(String protocolIdentifier)
Called when a registrar is added to a register mapper. |
W3CEndpointReference |
register(W3CEndpointReference participantProtocolService,
String protocolIdentifier,
com.arjuna.webservices11.wsarj.InstanceIdentifier instanceIdentifier,
boolean isSecure)
Registers the interest of participant in a particular protocol. |
void |
uninstall(String protocolIdentifier)
Called when a registrar is removed from a register mapper. |
Method Detail |
---|
void install(String protocolIdentifier)
protocolIdentifier
- the protocol identifierW3CEndpointReference register(W3CEndpointReference participantProtocolService, String protocolIdentifier, com.arjuna.webservices11.wsarj.InstanceIdentifier instanceIdentifier, boolean isSecure) throws AlreadyRegisteredException, InvalidProtocolException, InvalidStateException, NoActivityException
participantProtocolService
- the port reference of the participant protocol serviceprotocolIdentifier
- 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 existvoid uninstall(String protocolIdentifier)
protocolIdentifier
- the protocol identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |