package deploy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Deployment extends AnyRef
A
traitfor the purposes of deploying a server object that supports the operation.A
traitfor the purposes of deploying a server object that supports the operation. As a mixin, it provides the local variable used to keep track of the deployment state and the logic to change the value of the deployment. Initially, the deployment state isMobile. - trait DeploymentBehavior extends AnyRef
The logic governing
Deploymentobjects that use the following messages:TryDeploymentChange,TryDeploy, andTryUndeploy.The logic governing
Deploymentobjects that use the following messages:TryDeploymentChange,TryDeploy, andTryUndeploy. This is a mix-in trait for combining with existingReceivelogic.- See also
DeploymentDriveState
Value Members
- object Deployment
- object DeploymentBehavior