|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinationContextInterface | |
---|---|
com.sun.xml.ws.tx.at | |
com.sun.xml.ws.tx.common | |
com.sun.xml.ws.tx.coordinator |
Uses of CoordinationContextInterface in com.sun.xml.ws.tx.at |
---|
Constructors in com.sun.xml.ws.tx.at with parameters of type CoordinationContextInterface | |
---|---|
ATCoordinator(CoordinationContextInterface context)
Construct a new Coordinator object from the specified context. |
|
ATCoordinator(CoordinationContextInterface context,
CreateCoordinationContextType request)
Construct a new Coordinator object from the specified context and soap request. |
|
ATSubCoordinator(CoordinationContextInterface context)
|
|
ATSubCoordinator(CoordinationContextInterface context,
CreateCoordinationContextType request)
Creates a new instance of ATSubCoordinator |
Uses of CoordinationContextInterface in com.sun.xml.ws.tx.common |
---|
Methods in com.sun.xml.ws.tx.common that return CoordinationContextInterface | |
---|---|
CoordinationContextInterface |
ATTransactionManagerImpl.getCoordinationContext()
Get the coordination context associated with the current transaction. |
CoordinationContextInterface |
TransactionManagerImpl.getCoordinationContext()
Get the coordination context associated with the current transaction. |
CoordinationContextInterface |
Message.getCoordinationContext(javax.xml.bind.Unmarshaller unmarshaller)
|
Methods in com.sun.xml.ws.tx.common with parameters of type CoordinationContextInterface | |
---|---|
void |
ATTransactionManagerImpl.setCoordinationContext(CoordinationContextInterface coordinationCtx)
Set the coordination context associated with the current transaction. |
void |
TransactionManagerImpl.setCoordinationContext(CoordinationContextInterface coordCtx)
Set the coordination context associated with the current transaction. |
Constructors in com.sun.xml.ws.tx.common with parameters of type CoordinationContextInterface | |
---|---|
ATTransactionImpl(javax.transaction.Transaction jtaTxn,
CoordinationContextInterface coordCtx)
Creates a new instance of ATTransactionImpl |
Uses of CoordinationContextInterface in com.sun.xml.ws.tx.coordinator |
---|
Classes in com.sun.xml.ws.tx.coordinator that implement CoordinationContextInterface | |
---|---|
class |
CoordinationContext200410
This class encapsulates the genertated 2004/10 version of CoordinationContextType |
class |
CoordinationContext200603
This class encapsulates the genertated 2006/03 version of CoordinationContextType Just a placeholder for future implementation work... |
class |
CoordinationContextBase
Abstract base class for implementations of CoordinationContextInterface |
Methods in com.sun.xml.ws.tx.coordinator that return CoordinationContextInterface | |
---|---|
static CoordinationContextInterface |
ContextFactory.createContext(CreateCoordinationContextType contextRequest)
Create a context from the incoming |
static CoordinationContextInterface |
ContextFactory.createContext(java.lang.String coordType,
long expires)
Create a new CoordinationContextInterface of the appropriate type based on
the coordination type namespace uri. |
static CoordinationContextInterface |
CoordinationContextBase.createCoordinationContext(java.lang.Object cc)
|
CoordinationContextInterface |
Coordinator.getContext()
Get the coordination context associated with this coordinated activity |
Methods in com.sun.xml.ws.tx.coordinator with parameters of type CoordinationContextInterface | |
---|---|
Coordinator |
CoordinationManager.lookupOrCreateCoordinator(CoordinationContextInterface context)
Lookup if coordinator exists for context, if not, create a Coordinator object from the given coordination
context and add it to the list of managed activities. |
Constructors in com.sun.xml.ws.tx.coordinator with parameters of type CoordinationContextInterface | |
---|---|
Coordinator(CoordinationContextInterface context)
Construct a new Coordinator object from the specified context. |
|
Coordinator(CoordinationContextInterface context,
CreateCoordinationContextType request)
Construct a new Coordinator object from the specified context and soap request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |