public class ProfileProvisioningMBeanUtils extends Object
| Constructor and Description |
|---|
ProfileProvisioningMBeanUtils(MBeanServerConnection mbeanServer,
ObjectName sleeManagementMBean) |
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
createProfile(String arg0,
String arg1) |
void |
createProfileTable(javax.slee.profile.ProfileSpecificationID arg0,
String arg1) |
ObjectName |
getDefaultProfile(String arg0) |
ObjectName |
getProfile(String arg0,
String arg1) |
Collection |
getProfiles(String arg0) |
Collection |
getProfilesByIndexedAttribute(String arg0,
String arg1,
Object arg2) |
javax.slee.profile.ProfileSpecificationID |
getProfileSpecification(String arg0) |
Collection |
getProfileTables() |
void |
removeProfile(String arg0,
String arg1) |
void |
removeProfileTable(String arg0) |
void |
renameProfileTable(String arg0,
String arg1) |
public ProfileProvisioningMBeanUtils(MBeanServerConnection mbeanServer, ObjectName sleeManagementMBean) throws ManagementConsoleException
ManagementConsoleExceptionpublic ObjectName createProfile(String arg0, String arg1) throws ManagementConsoleException
ManagementConsoleExceptionpublic void createProfileTable(javax.slee.profile.ProfileSpecificationID arg0,
String arg1)
throws ManagementConsoleException
ManagementConsoleExceptionpublic ObjectName getDefaultProfile(String arg0) throws ManagementConsoleException
ManagementConsoleExceptionpublic ObjectName getProfile(String arg0, String arg1) throws ManagementConsoleException
ManagementConsoleExceptionpublic javax.slee.profile.ProfileSpecificationID getProfileSpecification(String arg0) throws ManagementConsoleException
ManagementConsoleExceptionpublic Collection getProfileTables() throws ManagementConsoleException
ManagementConsoleExceptionpublic Collection getProfiles(String arg0) throws ManagementConsoleException
ManagementConsoleExceptionpublic Collection getProfilesByIndexedAttribute(String arg0, String arg1, Object arg2) throws ManagementConsoleException
ManagementConsoleExceptionpublic void removeProfile(String arg0, String arg1) throws ManagementConsoleException
ManagementConsoleExceptionpublic void removeProfileTable(String arg0) throws ManagementConsoleException
ManagementConsoleExceptionpublic void renameProfileTable(String arg0, String arg1) throws ManagementConsoleException
ManagementConsoleExceptionCopyright © 2017. All rights reserved.