java.io.Serializable
public class ContextTransaction
extends java.lang.Object
implements java.io.Serializable
<res-env-refy>
element in the deployment descriptor.Constructor | Description |
---|---|
ContextTransaction() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getProperty(java.lang.String name) |
|
java.util.Iterator<java.lang.String> |
listProperties() |
List properties.
|
void |
removeProperty(java.lang.String name) |
Remove a configured property.
|
void |
setProperty(java.lang.String name,
java.lang.Object value) |
Set a configured property.
|
java.lang.String |
toString() |
Return a String representation of this object.
|
public java.lang.Object getProperty(java.lang.String name)
name
- The property namepublic void setProperty(java.lang.String name, java.lang.Object value)
name
- The property namevalue
- The property valuepublic void removeProperty(java.lang.String name)
name
- The property namepublic java.util.Iterator<java.lang.String> listProperties()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.