See: Description
| Interface | Description |
|---|---|
| ActivityContextNamingFacility |
The Activity Context Naming Facility provides a global flat namespace
for naming Activity Contexts.
|
| AlarmFacility |
The Alarm Facility is used to indicate to the SLEE requests to raise or clear
alarms.
|
| EventLookupFacility |
The Event Lookup Facility is used by resource adaptors to obtain information about the event
types that it may fire to the SLEE.
|
| ServiceLookupFacility |
The Service Lookup Facility is used by resource adaptors to obtain information about the
event types a service may received.
|
| 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 | Deprecated
Replaced with
Tracer objects that may be obtained from the
SbbContext for SBBs, the ProfileContext
for profiles, or the ResourceAdaptorContext for resource adaptor
entities. |
| Tracer |
The
Tracer interface is used to emit trace messages. |
| Class | Description |
|---|---|
| AlarmLevel |
This class defines an enumerated type for the alarm levels supported by the Alarm Facility.
|
| Level | Deprecated
Trace and alarm levels now defined in
TraceLevel and AlarmLevel. |
| 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. |
| TraceLevel |
This class defines an enumerated type for the trace levels supported by the Trace
Facility.
|
| Exception | Description |
|---|---|
| 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.
|