Uses of Class
javax.slee.profile.ProfileID

Packages that use ProfileID
javax.slee.profile   
 

Uses of ProfileID in javax.slee.profile
 

Methods in javax.slee.profile that return ProfileID
 ProfileID ProfileUpdatedEvent.getProfile()
          Get the profile identifier for the profile that was updated.
 ProfileID ProfileRemovedEvent.getProfile()
          Get the profile identifier for the profile that was removed.
 ProfileID ProfileAddedEvent.getProfile()
          Get the profile identifier for the profile that was added.
 ProfileID ProfileFacility.getProfileByIndexedAttribute(java.lang.String profileTableName, java.lang.String attributeName, java.lang.Object attributeValue)
          Deprecated. Replaced with getProfileTable(profileTableName).findProfileByAttribute(attributeName, attributeValue), which returns a Profile Local Interface object that can be used to interact with the profile directly, rather than a profile identifier which requires a secondary lookup via a get-profile-CMP method.
 

Methods in javax.slee.profile with parameters of type ProfileID
 boolean ProfileManagement.isProfileValid(ProfileID id)
          Deprecated. The same functionality can be obtained in the SLEE 1.1 profile model as follows: If the result of the find method is null, the profile does not exist in the specified profile table.
 



Copyright © 2009. All Rights Reserved.