Package | Description |
---|---|
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.
|
Class and Description |
---|
AttributeNotIndexedException
This exception is thrown by the
ProfileProvisioningMBean.getProfilesByIndexedAttribute method when passed the name
of an attribute that does not exist in the profile specification. |
AttributeTypeMismatchException
This exception is thrown by methods in
ProfileFacility
and ProfileProvisioningMBean when attempting to find
profiles by an indexed attribute, but the attribute value supplied to the method is
not of the correct Java type for the attribute. |
ProfileAlreadyExistsException
This exception is thrown by the
ProfileProvisioningMBean.createProfile method when passed the name of a
profile that is already in use. |
ProfileSpecificationID
The
ProfileSpecificationID class encapsulates profile specification
component identity. |
ProfileTableAlreadyExistsException
This exception is thrown by the
ProfileProvisioningMBean.createProfileTable method when passed the name of a
profile table that is already in use. |
UnrecognizedAttributeException
This exception is thrown by the
ProfileProvisioningMBean.getProfilesByIndexedAttribute method when passed the name
of an attribute that does not exist in the profile specification. |
UnrecognizedProfileNameException
This exception is thrown by the management operations in
ProfileProvisioningMBean and profile CMP accessor methods when passed the
name of a profile that does not exist within the specified profile table. |
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. |
UnrecognizedProfileTableNameException
This exception is thrown by the
ProfileFacility and
ProfileProvisioningMBean when passed the name of a profile
table that does not exist. |
UnrecognizedQueryNameException
This exception is thrown by the
ProfileFacility and
ProfileProvisioningMBean when passed the name of a static query
that has not been defined. |
Class and Description |
---|
AddressProfile11CMP
This interface can be used as is or extended for profile specifications that will
be used for a Service's Address Profile Table.
|
AttributeNotIndexedException
This exception is thrown by the
ProfileProvisioningMBean.getProfilesByIndexedAttribute method when passed the name
of an attribute that does not exist in the profile specification. |
AttributeTypeMismatchException
This exception is thrown by methods in
ProfileFacility
and ProfileProvisioningMBean when attempting to find
profiles by an indexed attribute, but the attribute value supplied to the method is
not of the correct Java type for the attribute. |
ProfileAlreadyExistsException
This exception is thrown by the
ProfileProvisioningMBean.createProfile method when passed the name of a
profile that is already in use. |
ProfileContext
The
ProfileContext interface provides a Profile object with access
to SLEE-managed state that is dependent on the Profile objects's currently executing
context. |
ProfileID
The
ProfileID class defines an identifier that can be used to
reference profiles. |
ProfileLocalObject
The
ProfileLocalObject interface must be extended by all Profile Local
Interfaces used by SLEE components to interact with profiles. |
ProfileSpecificationID
The
ProfileSpecificationID class encapsulates profile specification
component identity. |
ProfileTable
The
ProfileTable interface defines common operations that may be performed
by SLEE components on profile tables. |
ProfileTableActivity
This interface is implemented by activity objects on which profile table events
propagate.
|
ProfileVerificationException
This exception can be thrown by the
Profile.profileVerify() callback method if
the state of the profile's CMP fields is not deemed to be valid. |
ReadOnlyProfileException
This exception is thrown by a Profile Management class implemented by the SLEE
if an attempt is made to change the value of a profile attribute when the profile
is in the read-only state.
|
UnrecognizedAttributeException
This exception is thrown by the
ProfileProvisioningMBean.getProfilesByIndexedAttribute method when passed the name
of an attribute that does not exist in the profile specification. |
UnrecognizedProfileTableNameException
This exception is thrown by the
ProfileFacility and
ProfileProvisioningMBean when passed the name of a profile
table that does not exist. |
Class and Description |
---|
ProfileSpecificationID
The
ProfileSpecificationID class encapsulates profile specification
component identity. |
ProfileTable
The
ProfileTable interface defines common operations that may be performed
by SLEE components on profile tables. |
UnrecognizedProfileTableNameException
This exception is thrown by the
ProfileFacility and
ProfileProvisioningMBean when passed the name of a profile
table that does not exist. |