Uses of Class
javax.slee.profile.AttributeTypeMismatchException

Packages that use AttributeTypeMismatchException
javax.slee.management   
javax.slee.profile   
 

Uses of AttributeTypeMismatchException in javax.slee.management
 

Methods in javax.slee.management that throw AttributeTypeMismatchException
 java.util.Collection ProfileProvisioningMBean.getProfilesByAttribute(java.lang.String profileTableName, java.lang.String attributeName, java.lang.Object attributeValue)
          Get a collection of ProfileID objects that identify the profiles contained in the specified profile table where the specified profile attribute is set to the specified value.
 java.util.Collection ProfileProvisioningMBean.getProfilesByDynamicQuery(java.lang.String profileTableName, QueryExpression expr)
          Get a collection of ProfileID object that identify the profiles contained in the specified profile table where the profiles satisfy the specified query expression.
 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.
 java.util.Collection ProfileProvisioningMBean.getProfilesByStaticQuery(java.lang.String profileTableName, java.lang.String queryName, java.lang.Object[] parameters)
          Get a collection of ProfileID objects that identify the profiles contained in the specified profile table where the profiles satisfy a particular search criteria.
 

Uses of AttributeTypeMismatchException in javax.slee.profile
 

Methods in javax.slee.profile that throw AttributeTypeMismatchException
 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.
 java.util.Collection ProfileFacility.getProfilesByIndexedAttribute(java.lang.String profileTableName, java.lang.String attributeName, java.lang.Object attributeValue)
          Deprecated. Replaced with getProfileTable(profileTableName).findProfilesByAttribute(attributeName, attributeValue), 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.
 



Copyright © 2008. All Rights Reserved.