|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jproxy.proxy.util.ThreadSupport | +--com.jproxy.proxy.ProxyHashtable | +--com.jproxy.proxy.Invocator | +--com.jproxy.proxy.stubgen.StubgenInvocator
Fields inherited from class com.jproxy.proxy.ProxyHashtable |
hashtable, invocationInterceptorClass |
Constructor Summary | |
StubgenInvocator(Tunnel tunnel)
|
Method Summary | |
Tunnel |
createTunnel()
|
java.lang.Object |
newProxy(TunnelInvocationHandler baseHandler,
boolean isDynamicProxy)
The abstruct method for obtaining proxy stub for remote interface. |
Methods inherited from class com.jproxy.proxy.Invocator |
call, createHashObject, destroy, invokeAll, invokeOne, newProxy |
Methods inherited from class com.jproxy.proxy.ProxyHashtable |
create, get, get, keys, remove, removeAll, updateAllLicenses, updateLicense, values |
Methods inherited from class com.jproxy.proxy.util.ThreadSupport |
isRunning, isStopping, run, start, stop |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StubgenInvocator(Tunnel tunnel)
Method Detail |
public java.lang.Object newProxy(TunnelInvocationHandler baseHandler, boolean isDynamicProxy) throws TunnelException
Invocator
newProxy
in class Invocator
com.jproxy.proxy.Invocator
handler
- for which stub is requestedpublic Tunnel createTunnel()
createTunnel
in class Invocator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |