|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Protocol | |
---|---|
com.sun.xml.ws.api.tx | |
com.sun.xml.ws.tx.at | |
com.sun.xml.ws.tx.coordinator |
Uses of Protocol in com.sun.xml.ws.api.tx |
---|
Methods in com.sun.xml.ws.api.tx that return Protocol | |
---|---|
Protocol |
Participant.getProtocol()
Return whether participant is Protocol.DURABLE or Protocol.VOLATILE. |
static Protocol |
Protocol.getProtocol(java.lang.String protocolId)
Return the Protocol object corresponding to the specified protocol uri |
static Protocol |
Protocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of Protocol in com.sun.xml.ws.tx.at |
---|
Methods in com.sun.xml.ws.tx.at that return Protocol | |
---|---|
Protocol |
ATSubCoordinator.VolatileParticipant.getProtocol()
|
Protocol |
ATSubCoordinator.DurableParticipant.getProtocol()
|
Methods in com.sun.xml.ws.tx.at with parameters of type Protocol | |
---|---|
protected void |
ATCoordinator.waitForCommitOrRollbackResponse(Protocol protocol)
|
Uses of Protocol in com.sun.xml.ws.tx.coordinator |
---|
Methods in com.sun.xml.ws.tx.coordinator that return Protocol | |
---|---|
Protocol |
Registrant.getProtocol()
Get the protocol for this registrant |
Constructors in com.sun.xml.ws.tx.coordinator with parameters of type Protocol | |
---|---|
Registrant(Coordinator parent,
Protocol protocol)
Create a Registratant with its coordinator parent for protocol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |