org.apache.geronimo.concurrent.impl.handlers
class: UserTransactionContext.UserTransactionReference [javadoc |
source]
java.lang.Object
org.apache.xbean.naming.reference.SimpleReference
org.apache.geronimo.concurrent.impl.handlers.UserTransactionContext$UserTransactionReference
Method from org.apache.geronimo.concurrent.impl.handlers.UserTransactionContext$UserTransactionReference Summary: |
---|
getClassName, getContent |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.concurrent.impl.handlers.UserTransactionContext$UserTransactionReference Detail: |
public String getClassName() {
return UserTransaction.class.getName();
}
|
public Object getContent() throws NamingException {
return getUserTransaction();
}
|