java.lang.Object
org.mobicents.slee.container.deployment.ServiceDeployer
- public class ServiceDeployer
- extends java.lang.Object
This Deployer is used to deploy services
It calls the sbb deployer class to deploy sbbs
SLEE specification 1.0 section 2.3.2 :
The Service Deployer understands the operational environment. The Service Deployer should know which
Services have been or will be deployed into the SLEE and the external resources that are plugged into the
SLEE.
The Service Deployer creates a deployment descriptor element for each Service. In addition, the Service
specifies the default event delivery priority of the Service’s root SBB. The Service Deployer may also have
to modify the deployment descriptors of the SBBs that are directly or indirectly referenced by the root SBB
to adapt these SBBs to the operational environment. For example, the Service Deployer may have to identify
and alias Activity Context attributes to resolve ambiguity and conflicts (see Section 7.8), add environment
entries, add resource adaptor type, and resource adaptor entity bindings to SBB deployment descriptors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
services
private java.util.List services
ServiceDeployer
public ServiceDeployer()
- Default Constructor
deployService
public boolean deployService(org.mobicents.slee.container.service.Service service)
- Deploy a Service