|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnrecognizedComponentException | |
|---|---|
| javax.slee | |
| javax.slee.facilities | |
| javax.slee.management | |
| javax.slee.profile | |
| Uses of UnrecognizedComponentException in javax.slee |
|---|
| Subclasses of UnrecognizedComponentException in javax.slee | |
|---|---|
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. |
| Uses of UnrecognizedComponentException in javax.slee.facilities |
|---|
| Methods in javax.slee.facilities that throw UnrecognizedComponentException | |
|---|---|
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 UnrecognizedComponentException in javax.slee.management |
|---|
| Subclasses of UnrecognizedComponentException in javax.slee.management | |
|---|---|
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. |
| Methods in javax.slee.management that throw UnrecognizedComponentException | |
|---|---|
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). |
| Uses of UnrecognizedComponentException in javax.slee.profile |
|---|
| Subclasses of UnrecognizedComponentException in javax.slee.profile | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||