java.lang.Object
org.mobicents.slee.container.management.CMPField
- All Implemented Interfaces:
- java.io.Serializable
- public class CMPField
- extends java.lang.Object
- implements java.io.Serializable
A representation class for the node element of the sbb deployment
descriptor.
|
Constructor Summary |
CMPField(java.lang.String fieldName,
ComponentKey sbbComponentKey)
Creates a CMP field with the specified name that references the SBB
represented by the specified sbbComponentKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sbbComponentKey
private ComponentKey sbbComponentKey
fieldName
private java.lang.String fieldName
CMPField
public CMPField(java.lang.String fieldName,
ComponentKey sbbComponentKey)
- Creates a CMP field with the specified name that references the SBB
represented by the specified
sbbComponentKey
getSbbComponentKey
public ComponentKey getSbbComponentKey()
- Returns a reference to the ComponentKey of the SBB pointed to by the
node of the cmp-feld.
getFieldName
public java.lang.String getFieldName()
- Returns the name of this CMP field