|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnrecognizedProfileTableNameException | |
|---|---|
| javax.slee.management | |
| javax.slee.profile | |
| javax.slee.resource | |
| Uses of UnrecognizedProfileTableNameException in javax.slee.management |
|---|
| Methods in javax.slee.management that throw UnrecognizedProfileTableNameException | |
|---|---|
javax.management.ObjectName |
ProfileProvisioningMBean.createProfile(java.lang.String profileTableName,
java.lang.String newProfileName)
Create a new profile with the specified name in the specified profile table. |
javax.management.ObjectName |
ProfileProvisioningMBean.getDefaultProfile(java.lang.String profileTableName)
Get the JMX Object Name of the Profile MBean for the default profile of a profile table. |
javax.management.ObjectName |
ProfileProvisioningMBean.getProfile(java.lang.String profileTableName,
java.lang.String profileName)
Get the JMX Object Name of the Profile MBean for an existing profile. |
java.util.Collection |
ProfileProvisioningMBean.getProfiles(java.lang.String profileTableName)
Get a collection of ProfileID objects that identify all the profiles
contained in the specified profile table. |
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. |
ProfileSpecificationID |
ProfileProvisioningMBean.getProfileSpecification(java.lang.String profileTableName)
Get the component identifier of the profile specification that a profile table was created with. |
javax.management.ObjectName |
ProfileProvisioningMBean.getProfileTableUsageMBean(java.lang.String profileTableName)
Get the JMX Object Name of a ProfileTableUsageMBean object for a profile
table. |
void |
ProfileProvisioningMBean.removeProfile(java.lang.String profileTableName,
java.lang.String profileName)
Remove a profile from a profile table. |
void |
ProfileProvisioningMBean.removeProfileTable(java.lang.String profileTableName)
Remove a profile table. |
void |
ProfileProvisioningMBean.renameProfileTable(java.lang.String oldProfileTableName,
java.lang.String newProfileTableName)
Rename a profile table. |
| Uses of UnrecognizedProfileTableNameException in javax.slee.profile |
|---|
| Methods in javax.slee.profile that throw UnrecognizedProfileTableNameException | |
|---|---|
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.getProfiles(java.lang.String profileTableName)
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. |
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. |
ProfileTable |
ProfileFacility.getProfileTable(java.lang.String profileTableName)
Get a ProfileTable object for a profile table. |
ProfileTable |
ProfileContext.getProfileTable(java.lang.String profileTableName)
Get a ProfileTable object for a profile table. |
ProfileTableActivity |
ProfileFacility.getProfileTableActivity(java.lang.String profileTableName)
Get a ProfileTableActivity object for a profile table. |
| Uses of UnrecognizedProfileTableNameException in javax.slee.resource |
|---|
| Methods in javax.slee.resource that throw UnrecognizedProfileTableNameException | |
|---|---|
ProfileTable |
ResourceAdaptorContext.getProfileTable(java.lang.String profileTableName)
Get a ProfileTable object for a profile table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||