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