Package javax.slee.profile

Interface Summary
AddressProfile11CMP This interface can be used as is or extended for profile specifications that will be used for a Service's Address Profile Table.
AddressProfileCMP Deprecated. This CMP interface is suitable only for SLEE 1.0 address profile tables, as array types cannot be used in SLEE 1.1 profile queries.
AddressProfileLocal This interface can be used as is or extended for profile specifications that will be used for a Service's Address Profile Table.
AddressProfileManagement This interface can be used as is or extended for profile specifications that will be used for a Service's Address Profile Table.
Profile This interface must be implemented by a profile abstract class included in a Profile Specification.
ProfileAddedEvent This interface is implemented by profile added events generated by ProfileProvisioningMBean objects when a profile is added to a profile table.
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.
ProfileFacility The Profile Facility allows SBB entities to interrogate the profile database to find profiles that match a selection criteria.
ProfileLocalObject The ProfileLocalObject interface must be extended by all Profile Local Interfaces used by SLEE components to interact with profiles.
ProfileManagement Deprecated. Renamed to Profile, as a Profile Abstract Class may be implemented for both management and component interaction with a profile.
ProfileMBean This interface is implemented by a Profile MBean Class generated by the SLEE for a profile specification.
ProfileRemovedEvent This interface is implemented by profile removed events generated by ProfileProvisioningMBean objects when a profile is removed from a profile table.
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.
ProfileTableActivityContextInterfaceFactory The Profile Table Activity Context Interface Factory is used by SBBs to obtain an ActivityContextInterface object for a profile table activity.
ProfileUpdatedEvent This interface is implemented by profile updated events generated by ProfileMBean objects when a profile is updated.
ResourceInfoProfileCMP Deprecated. As resource adaptor components may use whatever profile specifications they need in SLEE 1.1, this interface and its associated profile specification are no longer required.
 

Class Summary
ProfileID The ProfileID class defines an identifier that can be used to reference profiles.
ProfileSpecificationDescriptor This class provides access to deployment-specific attributes that describe an installed profile specification.
ProfileSpecificationID The ProfileSpecificationID class encapsulates profile specification component identity.
 

Exception Summary
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.
ProfileImplementationException This exception wraps an exception thrown by profile management code implemented by an SBB developer.
ProfileTableAlreadyExistsException This exception is thrown by the ProfileProvisioningMBean.createProfileTable method when passed the name of a profile table that is already in use.
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.
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.
 



Copyright © 2008. All Rights Reserved.