Package javax.slee.facilities

Interface Summary
ActivityContextNamingFacility The Activity Context Naming Facility provides a global flat namespace for naming Activity Contexts.
AlarmFacility The Alarm Facility is used by SBBs (and other components as determined by the SLEE vendor) to generate alarm notifications intended for consumption by management clients external to the SLEE.
TimerEvent This interface is implemented by timer events generated by the Timer Facility.
TimerFacility The Timer Facility allows an SBB entity to set and cancel timers.
TimerID A TimerID is used to identify a timer started by an SBB entity.
TraceFacility The Trace Facility is used by SBBs (and other components as determined by the SLEE vendor) to generate trace notifications intended for consumption by management clients external to the SLEE.
 

Class Summary
Level This class defines an enumerated type for the alarm and trace levels supported by the Alarm Facility and Trace Facility.
TimerOptions The TimerOptions class specifies the behavior of a timer when it is set.
TimerPreserveMissed This class defines an enumerated type for the late-timer preservation options suppored by the Timer Facility.
 

Exception Summary
FacilityException This exception is thrown by facilities when a system-level failure is encountered while handling an SBB request.
NameAlreadyBoundException This exception is thrown by the Activity Context Naming Facility when an attempt is made to bind an Activity Context to a name that is already bound to some Activity Context.
NameNotBoundException This exception is thrown by the Activity Context Naming Facility when an attempt is made to unbind an Activity Context from a name that is not bound.