Uses of Class
com.opencloud.rhino.management.usertx.SupportsUserTransactions
-
Packages that use SupportsUserTransactions Package Description com.opencloud.rhino.management.profile com.opencloud.rhino.management.usertx -
-
Uses of SupportsUserTransactions in com.opencloud.rhino.management.profile
Methods in com.opencloud.rhino.management.profile with annotations of type SupportsUserTransactions Modifier and Type Method Description ObjectName
ProfileProvisioningMBean. createProfile(String profileTableName, String newProfileName)
void
ProfileProvisioningMBean. createProfiles(String profileTableName, String[] profileNames, AttributeList[] attributeList)
Creates new profile in a profile table.void
ProfileProvisioningMBean. createProfileTable(ProfileSpecificationID id, String newProfileTableName)
ObjectName
ProfileProvisioningMBean. getDefaultProfile(String profileTableName)
ObjectName
ProfileProvisioningMBean. getProfile(String profileTableName, String profileName)
Collection
ProfileProvisioningMBean. getProfiles(String profileTableName)
Collection
ProfileProvisioningMBean. getProfilesByAttribute(String profileTableName, String attributeName, Object attributeValue)
Collection
ProfileProvisioningMBean. getProfilesByDynamicQuery(String profileTableName, QueryExpression expr)
Collection
ProfileProvisioningMBean. getProfilesByIndexedAttribute(String profileTableName, String attributeName, Object attributeValue)
Collection
ProfileProvisioningMBean. getProfilesByStaticQuery(String profileTableName, String queryName, Object[] parameters)
Collection
ProfileProvisioningMBean. getProfileTables()
Collection
ProfileProvisioningMBean. getProfileTables(ProfileSpecificationID id)
ProfileImportResult
ProfileProvisioningMBean. importProfiles(ProfileDataCollection profileData)
Import a collection of profile data.ProfileImportResult
ProfileProvisioningMBean. importProfiles(ProfileDataCollection profileData, boolean verifyProfiles)
Import a collection of profile data.void
ProfileProvisioningMBean. removeProfile(String profileTableName, String profileName)
void
ProfileProvisioningMBean. removeProfileTable(String profileTableName)
-
Uses of SupportsUserTransactions in com.opencloud.rhino.management.usertx
Methods in com.opencloud.rhino.management.usertx with annotations of type SupportsUserTransactions Modifier and Type Method Description void
UserTransactionManagementMBean. commitUserTransaction()
Commit a transaction started by the client.boolean
UserTransactionManagementMBean. getHasUserTransaction()
Determine if a client-demaracted transaction currently exists for the user.void
UserTransactionManagementMBean. rollbackUserTransaction()
Roll back a transaction stated by the client.void
UserTransactionManagementMBean. startUserTransaction()
Start a client-demarcated transaction.
-