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.connection |
This package defines interfaces for J2EE integration.
|
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.nullactivity |
This package defines the interfaces for the use of Null Activities.
|
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.
|
javax.slee.serviceactivity |
This package defines the interfaces for the use of Service Activities.
|
javax.slee.usage |
This package defines the interfaces and classes required to support usage collection in the SLEE.
|
Class and Description |
---|
ActivityContextInterface
The
ActivityContextInterface interface provides an SBB object with
a Java interface to an Activity Context. |
Address
The
Address class encapsulates an address that can be used by the SLEE. |
AddressPlan
This class defines an enumerated type that encapsulates the values available for
address or numbering plans.
|
AddressPresentation
This class defines an enumerated type that encapsulates the values available for
address presentation to other call parties.
|
AddressScreening
This class defines an enumerated type that encapsulates the values defining
whether an address has been screened by a user application.
|
ComponentID
The
ComponentID class is the common base class for all component
identifiers. |
CreateException
This exception is thrown by the
ChildRelation.create() method if an attempt
to create an SBB entity cannot be completed successfully. |
NoSuchObjectLocalException
This exception is thrown if an attempt is made to invoke a method on an SBB entity
that no longer exists.
|
NotAttachedException
This exception is thrown by methods in
SbbContext if an SBB entity
attempts to obtain or modify the event mask for an activity it is not attached to. |
RolledBackContext
This interface defines the context for an
sbbRolledBack method
invocation on an SBB abstract class. |
SbbContext
The
SbbContext interface provides an SBB object with access to
SLEE-managed state that is dependent on the SBB's currently executing context. |
SbbID
The
SbbID class encapsulates SBB component identity. |
SbbLocalObject
The
SbbLocalObject interface must be extended by all SBB local interfaces
used for synchronous SBB invocations. |
ServiceID
The
ServiceID class encapsulates Service component identity. |
SLEEException
This exception is the base exception class for runtime SLEE exceptions.
|
TransactionRequiredLocalException
This exception is thrown by the SLEE when an mandatory transactional method
is invoked without a valid transaction context.
|
TransactionRolledbackLocalException
This exception is thrown by the SLEE when a method invoked on an SbbLocalObject
throws an unchecked exception, or when a method invoked on a required-transactional
facility is invoked without a transaction context and the newly created transaction
fails to commit.
|
UnrecognizedComponentException
This exception class is the base class for the exceptions that report that
a
ComponentID (or a deritive interface) object does not identify
a component installed in the SLEE. |
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 and Description |
---|
Address
The
Address class encapsulates an address that can be used by the SLEE. |
EventTypeID
The
EventTypeID class encapsulates event type component identity. |
UnrecognizedActivityException
This exception is thrown if the activity object supplied to an activity
context interface factory method is not an activity generated by a resource
adaptor installed in the SLEE.
|
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 and Description |
---|
ActivityContextInterface
The
ActivityContextInterface interface provides an SBB object with
a Java interface to an Activity Context. |
Address
The
Address class encapsulates an address that can be used by the SLEE. |
ComponentID
The
ComponentID class is the common base class for all component
identifiers. |
EventTypeID
The
EventTypeID class encapsulates event type component identity. |
ServiceID
The
ServiceID class encapsulates Service component identity. |
SLEEException
This exception is the base exception class for runtime SLEE exceptions.
|
TransactionRequiredLocalException
This exception is thrown by the SLEE when an mandatory transactional method
is invoked without a valid transaction context.
|
TransactionRolledbackLocalException
This exception is thrown by the SLEE when a method invoked on an SbbLocalObject
throws an unchecked exception, or when a method invoked on a required-transactional
facility is invoked without a transaction context and the newly created transaction
fails to commit.
|
UnrecognizedComponentException
This exception class is the base class for the exceptions that report that
a
ComponentID (or a deritive interface) object does not identify
a component installed in the SLEE. |
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. |
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. |
Class and Description |
---|
ComponentID
The
ComponentID class is the common base class for all component
identifiers. |
EventTypeID
The
EventTypeID class encapsulates event type component identity. |
InvalidArgumentException
This exception class is thrown by management operations when given an illegal
argument such as a zero-length string or invalid numerical value.
|
InvalidStateException
This exception is thrown by management operations that change the state of
some entity (such as the SLEE or a Service) when that entity is not in the
correct state to transition to the selected state.
|
SbbID
The
SbbID class encapsulates SBB component identity. |
ServiceID
The
ServiceID class encapsulates Service component identity. |
UnrecognizedComponentException
This exception class is the base class for the exceptions that report that
a
ComponentID (or a deritive interface) object does not identify
a component installed in the SLEE. |
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. |
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. |
Class and Description |
---|
ActivityContextInterface
The
ActivityContextInterface interface provides an SBB object with
a Java interface to an Activity Context. |
FactoryException
This exception is thrown by activity context and activity context interface factories
when the factory cannot perform its function due to a system-level failure.
|
SLEEException
This exception is the base exception class for runtime SLEE exceptions.
|
TransactionRequiredLocalException
This exception is thrown by the SLEE when an mandatory transactional method
is invoked without a valid transaction context.
|
UnrecognizedActivityException
This exception is thrown if the activity object supplied to an activity
context interface factory method is not an activity generated by a resource
adaptor installed in the SLEE.
|
Class and Description |
---|
ActivityContextInterface
The
ActivityContextInterface interface provides an SBB object with
a Java interface to an Activity Context. |
Address
The
Address class encapsulates an address that can be used by the SLEE. |
ComponentID
The
ComponentID class is the common base class for all component
identifiers. |
CreateException
This exception is thrown by the
ChildRelation.create() method if an attempt
to create an SBB entity cannot be completed successfully. |
FactoryException
This exception is thrown by activity context and activity context interface factories
when the factory cannot perform its function due to a system-level failure.
|
InvalidStateException
This exception is thrown by management operations that change the state of
some entity (such as the SLEE or a Service) when that entity is not in the
correct state to transition to the selected state.
|
SLEEException
This exception is the base exception class for runtime SLEE exceptions.
|
TransactionRequiredLocalException
This exception is thrown by the SLEE when an mandatory transactional method
is invoked without a valid transaction context.
|
TransactionRolledbackLocalException
This exception is thrown by the SLEE when a method invoked on an SbbLocalObject
throws an unchecked exception, or when a method invoked on a required-transactional
facility is invoked without a transaction context and the newly created transaction
fails to commit.
|
UnrecognizedActivityException
This exception is thrown if the activity object supplied to an activity
context interface factory method is not an activity generated by a resource
adaptor installed in the SLEE.
|
UnrecognizedComponentException
This exception class is the base class for the exceptions that report that
a
ComponentID (or a deritive interface) object does not identify
a component installed in the SLEE. |
Class and Description |
---|
Address
The
Address class encapsulates an address that can be used by the SLEE. |
ComponentID
The
ComponentID class is the common base class for all component
identifiers. |
EventTypeID
The
EventTypeID class encapsulates event type component identity. |
ServiceID
The
ServiceID class encapsulates Service component identity. |
SLEEException
This exception is the base exception class for runtime SLEE exceptions.
|
TransactionRequiredLocalException
This exception is thrown by the SLEE when an mandatory transactional method
is invoked without a valid transaction context.
|
Class and Description |
---|
ActivityContextInterface
The
ActivityContextInterface interface provides an SBB object with
a Java interface to an Activity Context. |
FactoryException
This exception is thrown by activity context and activity context interface factories
when the factory cannot perform its function due to a system-level failure.
|
ServiceID
The
ServiceID class encapsulates Service component identity. |
TransactionRequiredLocalException
This exception is thrown by the SLEE when an mandatory transactional method
is invoked without a valid transaction context.
|
UnrecognizedActivityException
This exception is thrown if the activity object supplied to an activity
context interface factory method is not an activity generated by a resource
adaptor installed in the SLEE.
|
Class and Description |
---|
InvalidArgumentException
This exception class is thrown by management operations when given an illegal
argument such as a zero-length string or invalid numerical value.
|
InvalidStateException
This exception is thrown by management operations that change the state of
some entity (such as the SLEE or a Service) when that entity is not in the
correct state to transition to the selected state.
|
SbbID
The
SbbID class encapsulates SBB component identity. |
ServiceID
The
ServiceID class encapsulates Service component identity. |
SLEEException
This exception is the base exception class for runtime SLEE exceptions.
|