|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.burlap.client.BurlapProxy
public class BurlapProxy
Proxy implementation for Burlap clients. Applications will generally use BurlapProxyFactory to create proxy clients.
| Method Summary | |
|---|---|
URL |
getURL()
Returns the proxy's URL. |
Object |
invoke(Object proxy,
Method method,
Object[] args)
Handles the object invocation. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public URL getURL()
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
invoke in interface InvocationHandlerproxy - the proxy object to invokemethod - the method to callargs - the arguments to the proxy object
Throwablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||