com.caucho.amp.skeleton
Interface AmpSkeletonFactory

All Known Implementing Classes:
AmpReflectionSkeletonFactory

public interface AmpSkeletonFactory

Creates MPC skeletons and stubs.


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)
           
 

Method Detail

createSkeleton

AmpActor createSkeleton(java.lang.Object bean,
                        java.lang.String address,
                        AmpBroker broker)

createStub

<T> T createStub(java.lang.Class<T> api,
                 AmpActorRef to,
                 AmpActorContext systemContext)