|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfox.ejb.InvocationImpl
表示一个远程方法调用
| Constructor Summary | |
InvocationImpl(ObjectId objectId,
java.lang.String methodHash,
java.lang.Object[] args)
|
|
| Method Summary | |
java.lang.Object[] |
getArgs()
|
javax.ejb.EnterpriseBean |
getBean()
|
java.lang.reflect.Method |
getMethod()
|
java.lang.String |
getMethodHash()
|
ObjectId |
getObjectId()
|
void |
setBean(javax.ejb.EnterpriseBean instance)
the bean object |
void |
setMethod(java.lang.reflect.Method method)
在由 Bucket 取得真是的 Method 对象之后,把 Method 设置到 Invocation 中 |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InvocationImpl(ObjectId objectId,
java.lang.String methodHash,
java.lang.Object[] args)
| Method Detail |
public ObjectId getObjectId()
getObjectId in interface Invocationpublic java.lang.String getMethodHash()
getMethodHash in interface Invocationpublic java.lang.Object[] getArgs()
getArgs in interface Invocationpublic java.lang.reflect.Method getMethod()
getMethod in interface Invocationpublic void setMethod(java.lang.reflect.Method method)
Invocation
setMethod in interface Invocationmethod - public void setBean(javax.ejb.EnterpriseBean instance)
Invocation
setBean in interface Invocationinstance - public javax.ejb.EnterpriseBean getBean()
getBean in interface Invocationpublic java.lang.String toString()
java.lang.ObjecttoString method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
It is recommended that all subclasses override this method.
The toString method for class Object
returns a string consisting of the name of the class of which the
object is an instance, the at-sign character `@', and
the unsigned hexadecimal representation of the hash code of the
object. In other words, this method returns a string equal to the
value of:
getClass().getName() + '@' + Integer.toHexString(hashCode())
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||