Uses of Class
com.sun.xml.ws.api.tx.Participant.STATE

Packages that use Participant.STATE
com.sun.xml.ws.api.tx   
com.sun.xml.ws.tx.at   
 

Uses of Participant.STATE in com.sun.xml.ws.api.tx
 

Methods in com.sun.xml.ws.api.tx that return Participant.STATE
 Participant.STATE Participant.prepare()
          Prepare the participant and return its result.
static Participant.STATE Participant.STATE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Participant.STATE[] Participant.STATE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Participant.STATE in com.sun.xml.ws.tx.at
 

Methods in com.sun.xml.ws.tx.at that return Participant.STATE
 Participant.STATE ATSubCoordinator.VolatileParticipant.prepare()
           
 Participant.STATE ATSubCoordinator.DurableParticipant.prepare()