com.caucho.amp.skeleton
Class AmpReflectionSkeletonFactory

java.lang.Object
  extended by com.caucho.amp.skeleton.AmpReflectionSkeletonFactory
All Implemented Interfaces:
AmpSkeletonFactory

public class AmpReflectionSkeletonFactory
extends java.lang.Object
implements AmpSkeletonFactory

Creates MPC skeletons and stubs.


Constructor Summary
AmpReflectionSkeletonFactory()
           
 
Method Summary
 AmpActor createSkeleton(java.lang.Object bean, java.lang.String address, AmpBroker broker)
           
<T> T
createStub(java.lang.Class<T> api, AmpActorRef to, AmpActorContext systemContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmpReflectionSkeletonFactory

public AmpReflectionSkeletonFactory()
Method Detail

createSkeleton

public AmpActor createSkeleton(java.lang.Object bean,
                               java.lang.String address,
                               AmpBroker broker)
Specified by:
createSkeleton in interface AmpSkeletonFactory

createStub

public <T> T createStub(java.lang.Class<T> api,
                        AmpActorRef to,
                        AmpActorContext systemContext)
Specified by:
createStub in interface AmpSkeletonFactory