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.
|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected int |
ComponentID.compareTo(String thisClassName,
ComponentID that)
Compare this component identifier with the specified component identifier
for order.
|
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 |
LibraryID
The
LibraryID class encapsulates library component identity. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) . |
Constructor and Description |
---|
ComponentDescriptor(ComponentID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries)
Create a new component descriptor.
|
DeployableUnitDescriptor(DeployableUnitID id,
Date deploymentDate,
ComponentID[] components) |
Modifier and Type | Class and Description |
---|---|
class |
ProfileSpecificationID
The
ProfileSpecificationID class encapsulates profile specification
component identity. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceAdaptorID
The
ResourceAdaptorID class encapsulates resource adaptor component
identity. |
class |
ResourceAdaptorTypeID
The
ResourceAdaptorTypeID class encapsulates resource adaptor type
component identity. |