org.apache.synapse
Class SecretManagerAdminMBeanImpl

java.lang.Object
  extended by javax.management.StandardMBean
      extended by org.apache.synapse.SecretManagerAdminMBeanImpl
All Implemented Interfaces:
DynamicMBean, SecretManagerAdminMBean

public class SecretManagerAdminMBeanImpl
extends StandardMBean
implements SecretManagerAdminMBean

Admin service for managing SecretManager


Constructor Summary
SecretManagerAdminMBeanImpl()
           
 
Method Summary
 void init()
          Initialize the SecretManager
 void shutDown()
          Shutting Down the SecretManager
 
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, setAttribute, setAttributes, setImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretManagerAdminMBeanImpl

public SecretManagerAdminMBeanImpl()
                            throws NotCompliantMBeanException
Throws:
NotCompliantMBeanException
Method Detail

init

public void init()
Description copied from interface: SecretManagerAdminMBean
Initialize the SecretManager

Specified by:
init in interface SecretManagerAdminMBean
See Also:
SecretManagerAdminMBean

shutDown

public void shutDown()
Description copied from interface: SecretManagerAdminMBean
Shutting Down the SecretManager

Specified by:
shutDown in interface SecretManagerAdminMBean


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.