biz.hammurapi.remoting
Interface LocalDelegate

All Known Implementing Classes:
MapLocalDelegate

public interface LocalDelegate

Invocation from proxy are routed to instances of this interface. The instance decides whether to perform a call locally or pass it to remoter.

Author:
Pavel

Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args, Remoter remoter)
           
 

Method Detail

invoke

java.lang.Object invoke(java.lang.Object proxy,
                        java.lang.reflect.Method method,
                        java.lang.Object[] args,
                        Remoter remoter)
                        throws java.lang.Throwable
Parameters:
proxy -
method -
args -
remoter -
Returns:
Throws:
java.lang.Throwable


Copyright © 2006 Hammurapi Group. All Rights Reserved.