|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.cajo.Cajo.Searchable
public static final class Cajo.Searchable
This internal use only helper class scans an exported object to see if it has methods matching the client method set. It cannot be instantiated outside this class, it is made public only because it is being invoked reflectively.
Method Summary | |
---|---|
java.lang.Object |
invoke(java.lang.String method,
java.lang.Object args)
This method, invoked transparently when any remote server method is called, checks the exported server object's method signatures for a match with the set provided by the client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object invoke(java.lang.String method, java.lang.Object args) throws java.lang.Exception
invoke
in interface Invoke
method
- The name of the method to be invokedargs
- The arguments to be provided to the method
java.lang.Exception
- For reflection based voilations, most commonly
when an exported server class is not public
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |