Uses of Class
org.ow2.jonas.management.extensions.base.api.ManagementException

Packages that use ManagementException
org.ow2.jonas.lib.management.extensions.base   
org.ow2.jonas.lib.management.extensions.container.ejb   
org.ow2.jonas.lib.management.extensions.manager   
org.ow2.jonas.management.extensions.base.api   
org.ow2.jonas.webapp.jonasadmin   
 

Uses of ManagementException in org.ow2.jonas.lib.management.extensions.base
 

Methods in org.ow2.jonas.lib.management.extensions.base that throw ManagementException
 Object BaseManagement.getAttribute(ObjectName on, String attribute, String serverName)
          Gets the value of a specific attribute of a named MBean.
static Object JonasManagementRepr.getAttribute(ObjectName on, String attribute, String serverName)
          Gets the value of a specific attribute of a named MBean.
static Object JonasManagementRepr.getAttribute(ObjectName on, String attribute, String jmxUrl, String username, String password)
          Gets the value of a specific attribute of a named MBean.
 J2EEMBeanAttributeInfo[] BaseManagement.getAttributes(ObjectName objectName, String serverName)
          Get management attributes.
static AttributeList JonasManagementRepr.getAttributes(ObjectName on, String[] attributes, String serverName)
          Gets the values of several attributes of a named MBean.
static Object JonasManagementRepr.getAttributes(ObjectName on, String[] attributes, String jmxUrl, String username, String password)
          Gets the values of several attributes of a named MBean.
static ArrayList AdminJmxHelper.getDatasourceDependences(String pDatasourceName, String domainName, String serverName)
          Return the list of Datasource dependences for a given datasource name in the current server.
static ArrayList AdminJmxHelper.getDatasourceFilesDeployable(String domainName, String serverName)
          Return the list of Datasource properties files ready to deploy in the current server.
static ArrayList AdminJmxHelper.getDatasourceFilesDeployed(String domainName, String serverName)
          Return the list of deployed Datasources in the current server.
static String[] AdminJmxHelper.getDepmonitorDirs(String domainName, String serverName)
          Get the deployment repositories from 'depmonitor' MBean.
static ArrayList AdminJmxHelper.getEarFilesDeployable(String domainName, String serverName)
          Return the list of EAR filename ready to deploy in the current server.
static ArrayList AdminJmxHelper.getEarFilesDeployed(String domainName, String serverName)
          Return the list of deployed EAR filename in the current server.
static ArrayList[] AdminJmxHelper.getFamiliesMbeansLists(String serverName)
          Create a list for each family of Mbean.
static ArrayList AdminJmxHelper.getFilesDeployable(String domainName, String serverName)
           
static ArrayList AdminJmxHelper.getFilesDeployed(String domainName, String serverName)
          Return the list of deployed filename in the current server.
static ObjectName AdminJmxHelper.getFirstMbean(ObjectName p_On, String serverName)
          Return the first ObjectName Mbean gotten by the query in the current MbeanServer.
static String AdminJmxHelper.getFirstMBeanName(ObjectName p_On, String serverName)
          Return the first MBean name found by the query in the current MBeanServer.
static ArrayList AdminJmxHelper.getGroups(String domainName, String p_Resource, String serverName)
          Return the list of all groups in a resource.
 int BaseManagement.getIntegerAttribute(ObjectName objectName, String attrName)
          Get the integer attribute value of an MBean in the current MBean Server.
static ObjectName AdminJmxHelper.getJ2eeServerObjectName(String p_DomainName, String serverName)
          Return the ObjectName corresponding to the J2EEServer managed object registered in the current MBeanServer and belonging to a domain.
static ArrayList AdminJmxHelper.getJarFilesDeployable(String domainName, String serverName)
          Return the list of JAR filename ready to deploy in the current server.
static ArrayList AdminJmxHelper.getJarFilesDeployed(String domainName, String serverName)
          Return the list of deployed JAR filename in the current server.
 String BaseManagement.getKeyValue(String objectName, String keyName)
          Return the value of a key property in an OBJECT_NAME.
 String[] BaseManagement.getKeyValues(String[] objectNames, String keyName)
          Return the values of a key property in String OBJECT_NAMEs.
 List BaseManagement.getListMbean(ObjectName p_On, String serverName)
          Return the list of ObjectName Mbean gotten by the query in the current MbeanServer.
static List AdminJmxHelper.getListMbean(ObjectName p_On, String serverName)
          Return the list of ObjectName Mbean gotten by the query in the current MbeanServer.
static ArrayList AdminJmxHelper.getMailFactoryDependences(String p_MailFactoryName, AdminHelper p_AdminHelper)
          Return the list of Mail factory dependences in the current server for a given factory name.
static ArrayList AdminJmxHelper.getMailFilesDeployable(String domainName, String serverName)
          Return the list of Mail factory files ready to deploy in the current server.
static ArrayList AdminJmxHelper.getMailFilesDeployed(AdminHelper p_AdminHelper)
          Return the list of deployed Mail factories in the current server.
static MBeanInfo JonasManagementRepr.getMBeanInfo(ObjectName on, String serverName)
           
static ArrayList AdminJmxHelper.getMbeansLists(String serverName)
          Create a list for each family of Mbean.
static ArrayList AdminJmxHelper.getMimeMailPartFactoriesDeployed(AdminHelper p_AdminHelper)
          Return the list of deployed MimePartDatasource Mail Factories in the current server.
static ArrayList AdminJmxHelper.getMimePartMailFilesDeployable(String domainName, String serverName)
          Return the list of MimePartDataSource Mail factory files ready to deploy in the current server.
static ArrayList AdminJmxHelper.getMimePartMailFilesDeployed(AdminHelper p_AdminHelper)
          Return the list of deployed MimePartDataSource Mail factories in the current server.
static ArrayList AdminJmxHelper.getRarFilesDeployable(String domainName, String serverName)
          Return the list of RAR filename ready to deploy in the current server.
static ArrayList AdminJmxHelper.getRarFilesDeployed(String domainName, String serverName)
          Return the list of deployed RAR filename in the current server.
 List<RealmItem> BaseManagement.getRealmItems(String realmType, String sSecurityRealmUsed)
          Get realm items of the given type within the current server of the current domain.
 List<RealmItem> BaseManagement.getRealmItems(String realmType, String sSecurityRealmUsed, String domainName, String serverName)
          Get realm items of the given type.
static String[] AdminJmxHelper.getRepositoryDirs(String domainName, String serverName)
          Get the deployment repositories from 'repository' MBean.
static ArrayList AdminJmxHelper.getRoles(String domainName, String p_Resource, String serverName)
          Return the list of all roles in a resource.
 MBeanServerConnection BaseManagement.getServerConnection()
          Return the MBeanServer connection corresponding to a current server in the current domain.
 MBeanServerConnection BaseManagement.getServerConnection(String serverName)
          Return the MBeanServer connection corresponding to a given server in the current domain.
static MBeanServerConnection JonasManagementRepr.getServerConnection(String serverName)
          Return the MBeanServer connection corresponding to a given server in the current domain.
static MBeanServerConnection JonasManagementRepr.getServerConnection(String jmxUrl, String username, String password)
          Return the MBeanServer connection corresponding to a given server in the current domain.
protected  String AdminHelper.getServletServerName(String domainName)
          Return the name of the servlet server.
static ArrayList AdminJmxHelper.getSessionMailFactoriesDeployed(AdminHelper p_AdminHelper)
          Return the list of deployed Session Mail Factories in the current server.
static ArrayList AdminJmxHelper.getSessionMailFilesDeployable(String domainName, String serverName)
          Return the list of Session Mail factory files ready to deploy in the current server.
static ArrayList AdminJmxHelper.getSessionMailFilesDeployed(AdminHelper p_AdminHelper)
          Return the list of deployed Session Mail factories in the current server.
 String BaseManagement.getStringAttribute(ObjectName objectName, String attrName)
          Get the String attribute value of an MBean in the current MBean Server.
 ObjectName BaseManagement.getTomcatRealm(String domainName, String serverName)
           
 List<RealmItem> BaseManagement.getTomcatRealmItems(String usedSecurityRealm, String domainName, String serverName)
           
static ArrayList AdminJmxHelper.getUsers(String domainName, String p_Resource, String serverName)
          Return the list of all users in a resource.
static ArrayList AdminJmxHelper.getWarFilesDeployable(String domainName, String serverName)
          Return the list of WAR filename ready to deploy in the current server.
static ArrayList AdminJmxHelper.getWarFilesDeployed(String domainName, String serverName)
          Return the list of deployed WAR filename in the current server.
static boolean AdminJmxHelper.hasMBeanName(ObjectName p_On, String serverName)
          Verify if the Mbean gotten by the query in the current MbeanServer exists.
 Object BaseManagement.invoke(ObjectName on, String operation, Object[] param, String[] signature, String serverName)
          Implementation of the invoke method to be applied to a server in the domain.
static Object JonasManagementRepr.invoke(ObjectName on, String operation, Object[] param, String[] signature, String serverName)
          Implementation of the invoke method to be applied to a server in the domain.
static Object JonasManagementRepr.invoke(ObjectName on, String operation, Object[] param, String[] signature, String jmxUrl, String username, String password)
          Implementation of the invoke method to be applied to a server in the domain.
static boolean AdminJmxHelper.isDepmonitorDir(String dir, String domainName, String serverName)
          Check with 'depmonitor' MBean if a given directory is a depmonitor directory
 boolean BaseManagement.isRegistered(ObjectName on, String serverName)
          Implementation of the isRegistered method to be applied to a server in the domain.
static boolean JonasManagementRepr.isRegistered(ObjectName on, String serverName)
          Implementation of the isRegistered method to be applied to a server in the domain.
static boolean JonasManagementRepr.isRegistered(ObjectName on, String jmxUrl, String username, String password)
          Implementation of the isRegistered method to be applied to a server identified by a JMX Url.
static Set JonasManagementRepr.queryNames(ObjectName on, String serverName)
           
 void BaseManagement.setAttribute(ObjectName on, String attribute, Object value)
          Sets the value of a specific attribute of a named MBean within the current server.
 void BaseManagement.setAttribute(ObjectName on, String attribute, Object value, String serverName)
          Sets the value of a specific attribute of a named MBean.
static void JonasManagementRepr.setAttribute(ObjectName on, String attribute, Object value, String serverName)
          Sets the value of a specific attribute of a named MBean.
static void JonasManagementRepr.setAttribute(ObjectName on, String attribute, Object value, String jmxUrl, String username, String password)
          Sets the value of a specific attribute of a named MBean.
static void JonasManagementRepr.setAttributes(ObjectName on, AttributeList attributes, String serverName)
           
static void JonasManagementRepr.setAttributes(ObjectName on, AttributeList attributes, String jmxUrl, String username, String password)
           
static void JonasManagementRepr.unregisterMBean(ObjectName on, String serverName)
          Unregisters an MBean from the managed server's MBean server.
 

Uses of ManagementException in org.ow2.jonas.lib.management.extensions.container.ejb
 

Constructors in org.ow2.jonas.lib.management.extensions.container.ejb that throw ManagementException
EjbItem(ObjectName p_On, String serverName)
           
 

Uses of ManagementException in org.ow2.jonas.lib.management.extensions.manager
 

Methods in org.ow2.jonas.lib.management.extensions.manager that throw ManagementException
 Object ManagementEntryPoint.getAttribute(ObjectName on, String attribute, String serverName)
          Gets the value of a specific attribute of a named MBean.
 J2EEMBeanAttributeInfo[] ManagementEntryPoint.getAttributes(ObjectName objectName, String serverName)
          Get management attributes.
 int ManagementEntryPoint.getIntegerAttribute(ObjectName objectName, String attrName)
          Get the integer attribute value of an MBean in the current MBean Server.
 String ManagementEntryPoint.getKeyValue(String objectName, String keyName)
          Return the value of a key property in an OBJECT_NAME.
 String[] ManagementEntryPoint.getKeyValues(String[] objectNames, String keyName)
          Return the values of a key property in String OBJECT_NAMEs.
 List ManagementEntryPoint.getListMbean(ObjectName on, String serverName)
          Return the list of ObjectName Mbean gotten by the query in the current MbeanServer.
 List<?> ManagementEntryPoint.getRealmItems(String realmType, String securityRealmUsed)
           
 List<?> ManagementEntryPoint.getRealmItems(String realmType, String securityRealmUsed, String domainName, String serverName)
           
 MBeanServerConnection ManagementEntryPoint.getServerConnection()
          Return the MBeanServer connection corresponding to a current server in the current domain.
 MBeanServerConnection ManagementEntryPoint.getServerConnection(String serverName)
          Return the MBeanServer connection corresponding to a given server in the current domain.
 String ManagementEntryPoint.getStringAttribute(ObjectName objectName, String attrName)
          Get the String attribute value of an MBean in the current MBean Server.
 ObjectName ManagementEntryPoint.getTomcatRealm(String domainName, String serverName)
           
 List<?> ManagementEntryPoint.getTomcatRealmItems(String usedSecurityRealm, String domainName, String serverName)
           
 Object ManagementEntryPoint.invoke(ObjectName on, String operation, Object[] param, String[] signature, String serverName)
          Implementation of the invoke method to be applied to a server in the domain.
 boolean ManagementEntryPoint.isRegistered(ObjectName on, String serverName)
          Implementation of the isRegistered method to be applied to a server in the domain.
 void ManagementEntryPoint.setAttribute(ObjectName on, String attribute, Object value)
          Sets the value of a specific attribute of a named MBean within the current server.
 void ManagementEntryPoint.setAttribute(ObjectName on, String attribute, Object value, String serverName)
          Sets the value of a specific attribute of a named MBean.
 

Uses of ManagementException in org.ow2.jonas.management.extensions.base.api
 

Methods in org.ow2.jonas.management.extensions.base.api that throw ManagementException
 Object IBaseManagement.getAttribute(ObjectName on, String attribute, String serverName)
          Gets the value of a specific attribute of a named MBean.
 J2EEMBeanAttributeInfo[] IBaseManagement.getAttributes(ObjectName objectName, String serverName)
          Get management attributes.
 int IBaseManagement.getIntegerAttribute(ObjectName objectName, String attrName)
          Get the integer attribute value of an MBean in the current MBean Server.
 String IBaseManagement.getKeyValue(String objectName, String keyName)
          Return the value of a key property in an OBJECT_NAME.
 String[] IBaseManagement.getKeyValues(String[] objectNames, String keyName)
          Return the values of a key property in String OBJECT_NAMEs.
 List IBaseManagement.getListMbean(ObjectName p_On, String serverName)
          Return the list of ObjectName Mbean gotten by the query in the current MbeanServer.
 List<?> IBaseManagement.getRealmItems(String realmType, String sSecurityRealmUsed)
          Get realm items of the given type within the current server of the current domain.
 List<?> IBaseManagement.getRealmItems(String realmType, String sSecurityRealmUsed, String domainName, String serverName)
          Get realm items of the given type.
 MBeanServerConnection IBaseManagement.getServerConnection()
          Return the MBeanServer connection corresponding to a current server in the current domain.
 MBeanServerConnection IBaseManagement.getServerConnection(String serverName)
          Return the MBeanServer connection corresponding to a given server in the current domain.
 String IBaseManagement.getStringAttribute(ObjectName objectName, String attrName)
          Get the String attribute value of an MBean in the current MBean Server.
 ObjectName IBaseManagement.getTomcatRealm(String domainName, String serverName)
          Get the ObjectName of the Tomcat Realm MBean.
 List<?> IBaseManagement.getTomcatRealmItems(String usedSecurityRealm, String domainName, String serverName)
           
 Object IBaseManagement.invoke(ObjectName on, String operation, Object[] param, String[] signature, String serverName)
          Implementation of the invoke method to be applied to a server in the domain.
 boolean IBaseManagement.isRegistered(ObjectName on, String serverName)
          Implementation of the isRegistered method to be applied to a server in the domain.
 void IBaseManagement.setAttribute(ObjectName on, String attribute, Object value)
          Sets the value of a specific attribute of a named MBean within the current server.
 void IBaseManagement.setAttribute(ObjectName on, String attribute, Object value, String serverName)
          Sets the value of a specific attribute of a named MBean.
 

Uses of ManagementException in org.ow2.jonas.webapp.jonasadmin
 

Methods in org.ow2.jonas.webapp.jonasadmin that throw ManagementException
 void WhereAreYou.refreshJonas(HttpServletRequest p_Request, String serverName)
          Refresh the managed JOnAS server properties.
 void WhereAreYou.refreshServers(HttpServletRequest p_Request, String domainName, String serverName)
          Refresh all the servers properties.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.