Uses of Class
com.sun.xml.ws.tx.at.ATParticipant.STATE

Packages that use ATParticipant.STATE
com.sun.xml.ws.tx.at   
 

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

Fields in com.sun.xml.ws.tx.at declared as ATParticipant.STATE
protected  ATParticipant.STATE ATParticipant.state
           
 

Methods in com.sun.xml.ws.tx.at that return ATParticipant.STATE
 ATParticipant.STATE ATParticipant.getState()
          Return participant's state for Atomic Transaction 2PC Protocol.
static ATParticipant.STATE ATParticipant.STATE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ATParticipant.STATE[] ATParticipant.STATE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.