com.caucho.bam.proxy
Class BamProxyFactory

java.lang.Object
  extended by com.caucho.bam.proxy.BamProxyFactory

public class BamProxyFactory
extends java.lang.Object

The Skeleton introspects and dispatches messages for a SimpleActor or SkeletonActorFilter.


Constructor Summary
BamProxyFactory()
           
 
Method Summary
static
<T> T
createProxy(java.lang.Class<T> api, BamActorRef to, ActorSender sender, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BamProxyFactory

public BamProxyFactory()
Method Detail

createProxy

public static <T> T createProxy(java.lang.Class<T> api,
                                BamActorRef to,
                                ActorSender sender,
                                long timeout)