org.smallmind.cloud.cluster.protocol.remote
Class RemoteClusterHandle

java.lang.Object
  extended by org.smallmind.cloud.cluster.protocol.remote.RemoteClusterHandle
All Implemented Interfaces:
InvocationHandler, ClusterHandle

public class RemoteClusterHandle
extends Object
implements ClusterHandle, InvocationHandler


Constructor Summary
RemoteClusterHandle(RemoteClusterManager remoteClusterManager)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteClusterHandle

public RemoteClusterHandle(RemoteClusterManager remoteClusterManager)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Exception
Specified by:
invoke in interface InvocationHandler
Throws:
Exception


Copyright © 2011. All Rights Reserved.