atg.service.actor
Interface ActorContextFactory


public interface ActorContextFactory

The ActorContextFactory creates a new ActorContext instance via the createActorContext() method.

This interface helps you to implement/use your own ActorContext implementation.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 ActorContext createActorContext()
          This method is used to create ActorContext
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

createActorContext

ActorContext createActorContext()
This method is used to create ActorContext

Returns: