Uses of Interface
javax.slee.profile.ProfileLocalObject

Packages that use ProfileLocalObject
javax.slee.profile   
 

Uses of ProfileLocalObject in javax.slee.profile
 

Subinterfaces of ProfileLocalObject in javax.slee.profile
 interface AddressProfileLocal
          This interface can be used as is or extended for profile specifications that will be used for a Service's Address Profile Table.
 

Methods in javax.slee.profile that return ProfileLocalObject
 ProfileLocalObject ProfileTable.create(java.lang.String profileName)
          Create a new profile with the specified name in the profile table represented by this ProfileTable object.
 ProfileLocalObject ProfileTable.find(java.lang.String profileName)
          Find an existing profile with the specified profile name within the profile table represented by this ProfileTable object.
 ProfileLocalObject ProfileTable.findProfileByAttribute(java.lang.String attributeName, java.lang.Object attributeValue)
          Find a profile contained in the profile table represented by this ProfileTable object where the specified profile attribute is set to the specified value.
 ProfileLocalObject ProfileAddedEvent.getAddedProfileLocal()
          Get a profile local object associated with the committed state of the profile that was added.
 ProfileLocalObject ProfileUpdatedEvent.getAfterUpdateProfileLocal()
          Get a profile local object associated with the committed state of the profile after it was updated.
 ProfileLocalObject ProfileUpdatedEvent.getBeforeUpdateProfileLocal()
          Get a profile local object associated with the committed state of the profile before it was updated.
 ProfileLocalObject ProfileContext.getProfileLocalObject()
          Get a ProfileLocalObject which represents the profile that the Profile object owning this ProfileContext is currently assigned to.
 ProfileLocalObject ProfileRemovedEvent.getRemovedProfileLocal()
          Get a profile local object associated with the committed state of the profile before it was updated.
 

Methods in javax.slee.profile with parameters of type ProfileLocalObject
 boolean ProfileLocalObject.isIdentical(ProfileLocalObject obj)
          Compare this ProfileLocalObject for identity equality with another.
 



Copyright © 2009. All Rights Reserved.