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

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

public class ResourceManagementMBeanUtils
extends java.lang.Object

Author:
Stefano Zappaterra

Constructor Summary
ResourceManagementMBeanUtils(javax.management.MBeanServerConnection mbeanServer, javax.management.ObjectName sleeManagementMBean)
           
 
Method Summary
 void activateResourceAdaptorEntity(java.lang.String arg0)
           
 void bindLinkName(java.lang.String arg0, java.lang.String arg1)
           
 void createResourceAdaptorEntity(javax.slee.resource.ResourceAdaptorID arg0, java.lang.String arg1, java.util.Properties arg2)
           
 void deactivateResourceAdaptorEntity(java.lang.String arg0)
           
 java.util.Properties getConfigurationProperties(javax.slee.resource.ResourceAdaptorID arg0)
           
 java.util.Properties getConfigurationProperties(java.lang.String arg0)
           
 java.lang.String[] getLinkNames()
           
 java.lang.String[] getLinkNames(java.lang.String arg0)
           
 javax.slee.resource.ResourceAdaptorID getResourceAdaptor(java.lang.String arg0)
           
 java.lang.String[] getResourceAdaptorEntities()
           
 java.lang.String[] getResourceAdaptorEntities(javax.slee.management.ResourceAdaptorEntityState arg0)
           
 java.lang.String[] getResourceAdaptorEntities(javax.slee.resource.ResourceAdaptorID arg0)
           
 java.lang.String[] getResourceAdaptorEntities(java.lang.String[] arg0)
           
 java.lang.String getResourceAdaptorEntity(java.lang.String arg0)
           
 javax.slee.management.ResourceAdaptorEntityState getState(java.lang.String arg0)
           
 void removeResourceAdaptorEntity(java.lang.String arg0)
           
 void unbindLinkName(java.lang.String arg0)
           
 void updateConfigurationProperties(java.lang.String arg0, java.util.Properties arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManagementMBeanUtils

public ResourceManagementMBeanUtils(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

activateResourceAdaptorEntity

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

bindLinkName

public void bindLinkName(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

createResourceAdaptorEntity

public void createResourceAdaptorEntity(javax.slee.resource.ResourceAdaptorID arg0,
                                        java.lang.String arg1,
                                        java.util.Properties arg2)
                                 throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

deactivateResourceAdaptorEntity

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

getConfigurationProperties

public java.util.Properties getConfigurationProperties(javax.slee.resource.ResourceAdaptorID arg0)
                                                throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getConfigurationProperties

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

getLinkNames

public java.lang.String[] getLinkNames()
                                throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getLinkNames

public java.lang.String[] getLinkNames(java.lang.String arg0)
                                throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getResourceAdaptor

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

getResourceAdaptorEntities

public java.lang.String[] getResourceAdaptorEntities()
                                              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getResourceAdaptorEntities

public java.lang.String[] getResourceAdaptorEntities(javax.slee.resource.ResourceAdaptorID arg0)
                                              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getResourceAdaptorEntities

public java.lang.String[] getResourceAdaptorEntities(javax.slee.management.ResourceAdaptorEntityState arg0)
                                              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getResourceAdaptorEntities

public java.lang.String[] getResourceAdaptorEntities(java.lang.String[] arg0)
                                              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getResourceAdaptorEntity

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

getState

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

removeResourceAdaptorEntity

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

unbindLinkName

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

updateConfigurationProperties

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


Copyright © 2009. All Rights Reserved.