Class TransactionPropertySet
- java.lang.Object
-
- com.oracle.webservices.api.message.BasePropertySet
-
- com.sun.xml.ws.rx.rm.runtime.transaction.TransactionPropertySet
-
- All Implemented Interfaces:
com.oracle.webservices.api.message.PropertySet
public class TransactionPropertySet extends com.oracle.webservices.api.message.BasePropertySet- Author:
- Uday Joshi
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static StringTX_OWNED_PROPERTY
-
Constructor Summary
Constructors Constructor Description TransactionPropertySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.oracle.webservices.api.message.BasePropertySet.PropertyMapgetPropertyMap()booleanisTransactionOwned()voidsetTransactionOwned(boolean flag)
-
-
-
Field Detail
-
TX_OWNED_PROPERTY
public static final String TX_OWNED_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
isTransactionOwned
public boolean isTransactionOwned()
-
setTransactionOwned
public void setTransactionOwned(boolean flag)
-
getPropertyMap
protected com.oracle.webservices.api.message.BasePropertySet.PropertyMap getPropertyMap()
- Specified by:
getPropertyMapin classcom.oracle.webservices.api.message.BasePropertySet
-
-