A subclass of the DomainApplicationManager_Impl servant which uses active object mechanism to handle deployment. Internally it spawns threads with each thread runs an active object to invoke the remote invocation, such as invoking startLaunch on a corresponding NodeApplicationManager
A servant for the Deployment::DomainApplicationManager interface. The DomainApplicationManager is responsible for deploying an application on the domain level, i.e. across nodes. It specializes the ApplicationManager abstract interface
This class implements the NodeApplication interface. This interface is semantically very simillar to container in the old DnC spec. However this class will also be used as a Server for hosting home/component. This way we reduce the complexity of the framework by omitting the componentserver layer
An ACE_Task subclass that allow the <startLaunch> invocation to be completed in a separate thread than then main thread running the DomainApplicationManager