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

Quick Search    Search Deep

org.mobicents.slee.container.management
Class CMPField  view CMPField download CMPField.java

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


Field Summary
private  java.lang.String fieldName
           
private  ComponentKey sbbComponentKey
           
 
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
 
Method Summary
 java.lang.String getFieldName()
          Returns the name of this CMP field
 ComponentKey getSbbComponentKey()
          Returns a reference to the ComponentKey of the SBB pointed to by the node of the cmp-feld.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sbbComponentKey

private ComponentKey sbbComponentKey

fieldName

private java.lang.String fieldName
Constructor Detail

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

Method Detail

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