com.jproxy.proxy
Interface Tunnelizable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DummyStub, DynamicProxyInvocationHandler

public interface Tunnelizable
extends java.io.Serializable

The tunnel identity class

See Also:
Tunnel, Invocator, TunnelInvocationHandler

Method Summary
 java.lang.Object getTunnelInvocationHandler()
           
 void setTunnelInvocationHandler(java.lang.Object handler)
           
 

Method Detail

getTunnelInvocationHandler

public java.lang.Object getTunnelInvocationHandler()

setTunnelInvocationHandler

public void setTunnelInvocationHandler(java.lang.Object handler)


Copyright © JProxy LLC. All Rights Reserved.