|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface used by clients to be wrapped for transport.
Method Summary | |
java.lang.Class[] |
getInterfaces()
Returns the interfaces to be used by the Proxy object. |
boolean |
hasDeclaredEqualsMethod()
Returns if the Object this Handler represents has a .equals method declared. |
java.lang.Object |
invoke(java.lang.String aMethodName,
java.lang.Object[] aArgsClass,
java.lang.Object[] aArgs)
Invokes the specified method against the current subject. |
Method Detail |
public boolean hasDeclaredEqualsMethod() throws java.rmi.RemoteException
public java.lang.Class[] getInterfaces() throws java.rmi.RemoteException
public java.lang.Object invoke(java.lang.String aMethodName, java.lang.Object[] aArgsClass, java.lang.Object[] aArgs) throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |