Package | Description |
---|---|
javax.slee |
This package defines the APIs for SBB components, as well as common classes and interfaces for other SLEE subsystems.
|
javax.slee.facilities |
This package defines the interfaces and classes for the SLEE facilities available to SBBs and resource adaptors.
|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
Modifier and Type | Class and Description |
---|---|
class |
UnrecognizedEventException
This exception is thrown if the event names array passed to the
SbbContext.maskEvent method contains the name of an
event that is not received by the SBB. |
class |
UnrecognizedSbbException
This exception is thrown by management operations when passed a
SbbID
object that is not recognized by the SLEE, or does not identify an SBB installed
in the SLEE. |
class |
UnrecognizedServiceException
This exception is thrown by management operations when passed a
ServiceID
object that is not recognized by the SLEE, or does not identify a Service installed
in the SLEE. |
Modifier and Type | Method and Description |
---|---|
void |
AlarmFacility.createAlarm(ComponentID alarmSource,
Level alarmLevel,
String alarmType,
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,
String alarmType,
String message,
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,
String messageType,
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,
String messageType,
String message,
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() . |
Modifier and Type | Class and Description |
---|---|
class |
UnrecognizedResourceAdaptorException
This exception is thrown by management operations when passed a
ResourceAdaptorID object that is not recognized by the SLEE,
or does not identify a resource adaptor installed in the SLEE. |
Modifier and Type | Method and Description |
---|---|
ComponentDescriptor |
DeploymentMBean.getDescriptor(ComponentID id)
Get the component descriptor for a component identifier.
|
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) . |
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) . |
Modifier and Type | Class and Description |
---|---|
class |
UnrecognizedProfileSpecificationException
This exception is thrown by management operations when passed a
ProfileSpecificationID object that is not recognized by the SLEE,
or does not identify a profile specification installed in the SLEE. |