com.jproxy.proxy.stubgen
Class StubgenInvocator

java.lang.Object
  |
  +--com.jproxy.proxy.util.ThreadSupport
        |
        +--com.jproxy.proxy.ProxyHashtable
              |
              +--com.jproxy.proxy.Invocator
                    |
                    +--com.jproxy.proxy.stubgen.StubgenInvocator
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class StubgenInvocator
extends Invocator

See Also:
Serialized Form

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

StubgenInvocator

public StubgenInvocator(Tunnel tunnel)
Method Detail

newProxy

public java.lang.Object newProxy(TunnelInvocationHandler baseHandler,
                                 boolean isDynamicProxy)
                          throws TunnelException
Description copied from class: Invocator
The abstruct method for obtaining proxy stub for remote interface.
Overrides:
newProxy in class Invocator
Following copied from class: com.jproxy.proxy.Invocator
Parameters:
handler - for which stub is requested

createTunnel

public Tunnel createTunnel()
Overrides:
createTunnel in class Invocator


Copyright © JProxy LLC. All Rights Reserved.