Uses of Package
javax.slee

Packages that use javax.slee
javax.slee   
javax.slee.connection   
javax.slee.facilities   
javax.slee.management   
javax.slee.nullactivity   
javax.slee.profile   
javax.slee.resource   
javax.slee.serviceactivity   
javax.slee.usage   
 

Classes in javax.slee used by javax.slee
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.
 

Classes in javax.slee used by javax.slee.connection
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.
 

Classes in javax.slee used by javax.slee.facilities
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.
 

Classes in javax.slee used by javax.slee.management
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.
 

Classes in javax.slee used by javax.slee.nullactivity
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.
 

Classes in javax.slee used by javax.slee.profile
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.
 

Classes in javax.slee used by javax.slee.resource
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.
 

Classes in javax.slee used by javax.slee.serviceactivity
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.
 

Classes in javax.slee used by javax.slee.usage
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.
 



Copyright © 2009. All Rights Reserved.