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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.mobicents.slee.container.management.ComponentIDImpl
      extended byorg.mobicents.slee.container.management.SbbIDImpl
All Implemented Interfaces:
java.io.Serializable

public class SbbIDImpl
extends ComponentIDImpl

SBB Component Identifier. This the key to located the loaded Sbb class in the service container. Note that an SBB may be referenced by multiple services. We cannot remove an Sbb until all services no longer reference the sbb.


Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.mobicents.slee.container.management.ComponentIDImpl
componentType, EVENT_TYPE_ID, id, PROFILE_SPECIFICATION_ID, RESOURCE_ADAPTOR_ID, RESOURCE_ADAPTOR_TYPE_ID, SBB_ID, SERVICE_ID
 
Constructor Summary
SbbIDImpl(ComponentKey key)
           
 
Methods inherited from class org.mobicents.slee.container.management.ComponentIDImpl
equals, getAsText, getComponentKey, hashCode, isEventTypeID, isProfileSpecificationID, isResourceAdaptorTypeID, isSbbID, isServiceID, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SbbIDImpl

public SbbIDImpl(ComponentKey key)