|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.local.LocalProxy
Abstract superclass of local interface proxies.
Field Summary | |
protected static java.lang.Object[] |
EMPTY_ARGS
An empty method parameter list. |
protected static java.lang.reflect.Method |
EQUALS
Object.equals(java.lang.Object) method reference. |
protected BaseLocalProxyFactory (src) |
factory
|
protected static java.lang.reflect.Method |
GET_EJB_HOME
EJBLocalObject.getEJBLocalHome() method reference. |
protected static java.lang.reflect.Method |
GET_PRIMARY_KEY
EJBLocalObject.getPrimaryKey() method reference. |
protected static java.lang.reflect.Method |
HASH_CODE
Object.hashCode() method reference. |
protected static java.lang.reflect.Method |
IS_IDENTICAL
EJBLocalObject.isIdentical(javax.ejb.EJBLocalObject) method reference. |
protected java.lang.String |
jndiName
|
protected static java.lang.reflect.Method |
REMOVE
EJBLocalObject.remove() method reference. |
protected static java.lang.reflect.Method |
TO_STRING
Object.toString() method reference. |
Constructor Summary | |
LocalProxy(java.lang.String jndiName,
BaseLocalProxyFactory (src) factory)
|
Method Summary | |
protected abstract java.lang.Object |
getId()
|
protected java.lang.String |
getJndiName()
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.Object[] EMPTY_ARGS
protected static final java.lang.reflect.Method TO_STRING
Object.toString()
method reference.
protected static final java.lang.reflect.Method HASH_CODE
Object.hashCode()
method reference.
protected static final java.lang.reflect.Method EQUALS
Object.equals(java.lang.Object)
method reference.
protected static final java.lang.reflect.Method GET_PRIMARY_KEY
EJBLocalObject.getPrimaryKey()
method reference.
protected static final java.lang.reflect.Method GET_EJB_HOME
EJBLocalObject.getEJBLocalHome()
method reference.
protected static final java.lang.reflect.Method IS_IDENTICAL
EJBLocalObject.isIdentical(javax.ejb.EJBLocalObject)
method reference.
protected static final java.lang.reflect.Method REMOVE
EJBLocalObject.remove()
method reference.
protected java.lang.String jndiName
protected transient BaseLocalProxyFactory (src) factory
Constructor Detail |
public LocalProxy(java.lang.String jndiName, BaseLocalProxyFactory (src) factory)
Method Detail |
protected java.lang.String getJndiName()
protected abstract java.lang.Object getId()
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args) throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |