Uses of Class
javax.slee.ComponentID

Packages that use ComponentID
javax.slee   
javax.slee.facilities   
javax.slee.management   
javax.slee.profile   
javax.slee.resource   
 

Uses of ComponentID in javax.slee
 

Subclasses of ComponentID in javax.slee
 class EventTypeID
          The EventTypeID class encapsulates event type component identity.
 class SbbID
          The SbbID class encapsulates SBB component identity.
 class ServiceID
          The ServiceID class encapsulates Service component identity.
 

Methods in javax.slee with parameters of type ComponentID
protected  int ComponentID.compareTo(java.lang.String thisClassName, ComponentID that)
          Compare this component identifier with the specified component identifier for order.
 

Uses of ComponentID in javax.slee.facilities
 

Methods in javax.slee.facilities with parameters of type ComponentID
 void AlarmFacility.createAlarm(ComponentID alarmSource, Level alarmLevel, java.lang.String alarmType, java.lang.String message, long timestamp)
          Deprecated. This method uses a ComponentID to identify a notification source and thus is not compatible with the changes made to the alarm subsystem in SLEE 1.1. In addition the levels provided by the Level class were not practical for stateful alarm use. This method has been replaced with AlarmFacility.raiseAlarm(String,String,AlarmLevel,String).
 void AlarmFacility.createAlarm(ComponentID alarmSource, Level alarmLevel, java.lang.String alarmType, java.lang.String message, java.lang.Throwable cause, long timestamp)
          Deprecated. This method uses a ComponentID to identify a notification source and thus is not compatible with the changes made to the alarm subsystem in SLEE 1.1. In addition the levels provided by the Level class were not practical for stateful alarm use. This method has been replaced with AlarmFacility.raiseAlarm(String,String,AlarmLevel,String,Throwable).
 void TraceFacility.createTrace(ComponentID messageSource, Level traceLevel, java.lang.String messageType, java.lang.String message, long timestamp)
          Deprecated. This method uses a ComponentID to identify a notification source and thus was not flexible enough to be used by other objects in the SLEE. It has been replaced with Tracer.trace(TraceLevel, String).
 void TraceFacility.createTrace(ComponentID messageSource, Level traceLevel, java.lang.String messageType, java.lang.String message, java.lang.Throwable cause, long timestamp)
          Deprecated. This method uses a ComponentID to identify a notification source and thus was not flexible enough to be used by other objects in the SLEE. It has been replaced with Tracer.trace(TraceLevel, String, Throwable).
 Level TraceFacility.getTraceLevel(ComponentID messageSource)
          Deprecated. This method uses a ComponentID to identify a notification source and thus was not flexible enough to be used by other objects in the SLEE. It has been replaced with Tracer.getTraceLevel().
 

Uses of ComponentID in javax.slee.management
 

Subclasses of ComponentID in javax.slee.management
 class LibraryID
          The LibraryID class encapsulates library component identity.
 

Methods in javax.slee.management that return ComponentID
 ComponentID[] DeployableUnitDescriptor.getComponents()
          Get the component identifiers of the components installed with this deployable unit.
 ComponentID ComponentDescriptor.getID()
          Get the component identifier for this descriptor.
 ComponentID[] DeploymentMBean.getReferringComponents(ComponentID id)
          Get the set of components that use or make reference to a specified component.
 

Methods in javax.slee.management with parameters of type ComponentID
 ComponentDescriptor DeploymentMBean.getDescriptor(ComponentID id)
          Get the component descriptor for a component identifier.
 ComponentDescriptor[] DeploymentMBean.getDescriptors(ComponentID[] ids)
          Get an array of component descriptors corresponding to an array of component identifiers.
 ComponentID[] DeploymentMBean.getReferringComponents(ComponentID id)
          Get the set of components that use or make reference to a specified component.
 Level TraceMBean.getTraceLevel(ComponentID id)
          Deprecated. This method uses a ComponentID to identify a notification source and thus is not compatible with the changes made to the tracing subsystem in SLEE 1.1. It has been replaced with TraceMBean.getTraceLevel(NotificationSource, String).
 boolean DeploymentMBean.isInstalled(ComponentID id)
          Test for the presence of a component.
 void TraceMBean.setTraceLevel(ComponentID id, Level traceLevel)
          Deprecated. This method uses a ComponentID to identify a notification source and thus is not compatible with the changes made to the tracing subsystem in SLEE 1.1. It has been replaced with TraceMBean.setTraceLevel(NotificationSource, String, TraceLevel).
 

Constructors in javax.slee.management with parameters of type ComponentID
ComponentDescriptor(ComponentID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries)
          Create a new component descriptor.
DeployableUnitDescriptor(DeployableUnitID id, java.util.Date deploymentDate, ComponentID[] components)
           
 

Uses of ComponentID in javax.slee.profile
 

Subclasses of ComponentID in javax.slee.profile
 class ProfileSpecificationID
          The ProfileSpecificationID class encapsulates profile specification component identity.
 

Uses of ComponentID in javax.slee.resource
 

Subclasses of ComponentID in javax.slee.resource
 class ResourceAdaptorID
          The ResourceAdaptorID class encapsulates resource adaptor component identity.
 class ResourceAdaptorTypeID
          The ResourceAdaptorTypeID class encapsulates resource adaptor type component identity.
 



Copyright © 2008. All Rights Reserved.