org.mobicents.slee.container.management.console.server.mbeans
Class ProfileProvisioningMBeanUtils

java.lang.Object
  extended by org.mobicents.slee.container.management.console.server.mbeans.ProfileProvisioningMBeanUtils

public class ProfileProvisioningMBeanUtils
extends java.lang.Object

Author:
Stefano Zappaterra

Constructor Summary
ProfileProvisioningMBeanUtils(javax.management.MBeanServerConnection mbeanServer, javax.management.ObjectName sleeManagementMBean)
           
 
Method Summary
 javax.management.ObjectName createProfile(java.lang.String arg0, java.lang.String arg1)
           
 void createProfileTable(javax.slee.profile.ProfileSpecificationID arg0, java.lang.String arg1)
           
 javax.management.ObjectName getDefaultProfile(java.lang.String arg0)
           
 javax.management.ObjectName getProfile(java.lang.String arg0, java.lang.String arg1)
           
 java.util.Collection getProfiles(java.lang.String arg0)
           
 java.util.Collection getProfilesByIndexedAttribute(java.lang.String arg0, java.lang.String arg1, java.lang.Object arg2)
           
 javax.slee.profile.ProfileSpecificationID getProfileSpecification(java.lang.String arg0)
           
 java.util.Collection getProfileTables()
           
 void removeProfile(java.lang.String arg0, java.lang.String arg1)
           
 void removeProfileTable(java.lang.String arg0)
           
 void renameProfileTable(java.lang.String arg0, java.lang.String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileProvisioningMBeanUtils

public ProfileProvisioningMBeanUtils(javax.management.MBeanServerConnection mbeanServer,
                                     javax.management.ObjectName sleeManagementMBean)
                              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
Method Detail

createProfile

public javax.management.ObjectName createProfile(java.lang.String arg0,
                                                 java.lang.String arg1)
                                          throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

createProfileTable

public void createProfileTable(javax.slee.profile.ProfileSpecificationID arg0,
                               java.lang.String arg1)
                        throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getDefaultProfile

public javax.management.ObjectName getDefaultProfile(java.lang.String arg0)
                                              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getProfile

public javax.management.ObjectName getProfile(java.lang.String arg0,
                                              java.lang.String arg1)
                                       throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getProfileSpecification

public javax.slee.profile.ProfileSpecificationID getProfileSpecification(java.lang.String arg0)
                                                                  throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getProfileTables

public java.util.Collection getProfileTables()
                                      throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getProfiles

public java.util.Collection getProfiles(java.lang.String arg0)
                                 throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getProfilesByIndexedAttribute

public java.util.Collection getProfilesByIndexedAttribute(java.lang.String arg0,
                                                          java.lang.String arg1,
                                                          java.lang.Object arg2)
                                                   throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

removeProfile

public void removeProfile(java.lang.String arg0,
                          java.lang.String arg1)
                   throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

removeProfileTable

public void removeProfileTable(java.lang.String arg0)
                        throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

renameProfileTable

public void renameProfileTable(java.lang.String arg0,
                               java.lang.String arg1)
                        throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException


Copyright © 2009. All Rights Reserved.