|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeNotIndexedException | |
|---|---|
| javax.slee.management | |
| javax.slee.profile | |
| Uses of AttributeNotIndexedException in javax.slee.management |
|---|
| Methods in javax.slee.management that throw AttributeNotIndexedException | |
|---|---|
java.util.Collection |
ProfileProvisioningMBean.getProfilesByIndexedAttribute(java.lang.String profileTableName,
java.lang.String attributeName,
java.lang.Object attributeValue)
Deprecated. Replaced with getProfilesByAttribute(profileTableName, attributeName, attributeValue).
as SLEE 1.1 does not require an attribute to be indexed in order to perform
searches against that attribute. |
| Uses of AttributeNotIndexedException in javax.slee.profile |
|---|
| Methods in javax.slee.profile that throw AttributeNotIndexedException | |
|---|---|
ProfileID |
ProfileFacility.getProfileByIndexedAttribute(java.lang.String profileTableName,
java.lang.String attributeName,
java.lang.Object attributeValue)
Deprecated. Replaced with ,
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. |
java.util.Collection |
ProfileFacility.getProfilesByIndexedAttribute(java.lang.String profileTableName,
java.lang.String attributeName,
java.lang.Object attributeValue)
Deprecated. Replaced with ,
which returns a collection of Profile Local Interface objects that can be
used to interact with the profiles directly, rather than a collection of
profile identifiers which require a secondary lookup via a get-profile-CMP
method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||