java.lang.Object
org.mobicents.slee.container.management.ServiceDescriptorImpl
- All Implemented Interfaces:
- DeployedComponent, java.io.Serializable
- public class ServiceDescriptorImpl
- extends java.lang.Object
- implements java.io.Serializable, DeployedComponent
Implements the Deployment descriptor information parsed
from the service.xml file. Note that the set methods of this
class are to be ivoked by the XML parser.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentURL
private java.lang.String deploymentURL
rootSbb
private SbbID rootSbb
addressProfileTable
private java.lang.String addressProfileTable
resourceInfoProfileTable
private java.lang.String resourceInfoProfileTable
deployableUnitID
private DeployableUnitIDImpl deployableUnitID
source
private java.lang.String source
serviceID
private ServiceIDImpl serviceID
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
defaultPriority
private byte defaultPriority
logger
private static org.jboss.logging.Logger logger
ServiceDescriptorImpl
public ServiceDescriptorImpl()
- Constructor
setDeployableUnit
public void setDeployableUnit(DeployableUnitIDImpl deployableUnitID)
setRootSbb
public void setRootSbb(SbbID rootSbb)
- Method to be invoked by the XML parser to set the
deployment component Id.
setAddressProfileTable
protected void setAddressProfileTable(java.lang.String addressProfileTable)
- Set the address profile table.
setResourceInfoProfileTable
protected void setResourceInfoProfileTable(java.lang.String resourceInfoProfileTable)
- Set the resource info profile table entry.
getRootSbb
public SbbID getRootSbb()
getAddressProfileTable
public java.lang.String getAddressProfileTable()
getResourceInfoProfileTable
public java.lang.String getResourceInfoProfileTable()
getDeployableUnit
public DeployableUnitID getDeployableUnit()
- Specified by:
getDeployableUnit in interface DeployedComponent
setSource
public void setSource(java.lang.String source)
- Set the source of the service.
getSource
public java.lang.String getSource()
getID
public ComponentID getID()
getName
public java.lang.String getName()
getVendor
public java.lang.String getVendor()
getVersion
public java.lang.String getVersion()
getDefaultPriority
public byte getDefaultPriority()
setDefaultPriority
public void setDefaultPriority(byte defaultPriority)
setServiceID
public void setServiceID(ServiceIDImpl serviceID)
checkDeployment
public void checkDeployment()
throws DeploymentException
- Specified by:
checkDeployment in interface DeployedComponent