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)
Return a configured property.
|
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 void removeProperty(String name)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.