Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.container.deployment
Class ServiceDeployer  view ServiceDeployer download ServiceDeployer.java

java.lang.Object
  extended byorg.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.


Field Summary
private  java.util.List services
           
 
Constructor Summary
ServiceDeployer()
          Default Constructor
 
Method Summary
 boolean deployService(org.mobicents.slee.container.service.Service service)
          Deploy a Service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

services

private java.util.List services
Constructor Detail

ServiceDeployer

public ServiceDeployer()
Default Constructor

Method Detail

deployService

public boolean deployService(org.mobicents.slee.container.service.Service service)
Deploy a Service