public class ContextTransaction
extends java.lang.Object
implements java.io.Serializable
<res-env-refy>
element in the deployment descriptor.Modifier and Type | Field and Description |
---|---|
protected NamingResources |
resources
Deprecated.
|
Constructor and Description |
---|
ContextTransaction() |
Modifier and Type | Method and Description |
---|---|
NamingResources |
getNamingResources()
Deprecated.
|
java.lang.Object |
getProperty(java.lang.String name)
Return a configured property.
|
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.
|
@Deprecated protected NamingResources resources
public java.lang.Object getProperty(java.lang.String name)
public void setProperty(java.lang.String name, java.lang.Object value)
public void removeProperty(java.lang.String name)
public java.util.Iterator<java.lang.String> listProperties()
public java.lang.String toString()
toString
in class java.lang.Object
@Deprecated public NamingResources getNamingResources()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.