Uses of Class
org.objectweb.jonas.webapp.jonasadmin.ManagementException

Packages that use ManagementException
org.objectweb.jonas.webapp.jonasadmin   
 

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

Methods in org.objectweb.jonas.webapp.jonasadmin that throw ManagementException
static Object JonasManagementRepr.getAttribute(ObjectName on, String attribute, String serverName)
          Gets the value of a specific attribute of a named MBean.
static AttributeList JonasManagementRepr.getAttributes(ObjectName on, String[] attributes, String serverName)
          Gets the values of several attributes of a named MBean.
static ArrayList JonasAdminJmx.getDatasourceDependences(String pDatasourceName, String domainName, String serverName)
          Return the list of Datasource dependences for a given datasource name in the current server.
static ArrayList JonasAdminJmx.getDatasourceFilesDeployable(String domainName, String serverName)
          Return the list of Datasource properties files ready to deploy in the current server.
static ArrayList JonasAdminJmx.getDatasourceFilesDeployed(String domainName, String serverName)
          Return the list of deployed Datasources in the current server.
static ArrayList JonasAdminJmx.getEarFilesDeployable(String domainName, String serverName)
          Return the list of EAR filename ready to deploy in the current server.
static ArrayList JonasAdminJmx.getEarFilesDeployed(String domainName, String serverName)
          Return the list of deployed EAR filename in the current server.
static ArrayList[] JonasAdminJmx.getFamiliesMbeansLists(String serverName)
          Create a list for each family of Mbean.
static ObjectName JonasAdminJmx.getFirstMbean(ObjectName p_On, String serverName)
          Return the first ObjectName Mbean gotten by the query in the current MbeanServer.
static String JonasAdminJmx.getFirstMBeanName(ObjectName p_On, String serverName)
          Return the first Mbean name gotten by the query in the current MbeanServer.
static ArrayList JonasAdminJmx.getGroups(String domainName, String p_Resource, String serverName)
          Return the list of all groups in a resource.
static ObjectName JonasAdminJmx.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 JonasAdminJmx.getJarFilesDeployable(String domainName, String serverName)
          Return the list of JAR filename ready to deploy in the current server.
static ArrayList JonasAdminJmx.getJarFilesDeployed(String domainName, String serverName)
          Return the list of deployed JAR filename in the current server.
static List JonasAdminJmx.getListMbean(ObjectName p_On, String serverName)
          Return the list of ObjectName Mbean gotten by the query in the current MbeanServer.
static ArrayList JonasAdminJmx.getMailFactoryDependences(String p_MailFactoryName, WhereAreYou p_WhereAreYou)
          Return the list of Mail factory dependences in the current server for a given factory name.
static ArrayList JonasAdminJmx.getMailFilesDeployable(String domainName, String serverName)
          Return the list of Mail factory files ready to deploy in the current server.
static ArrayList JonasAdminJmx.getMailFilesDeployed(WhereAreYou p_WhereAreYou)
          Return the list of deployed Mail factories in the current server.
static MBeanInfo JonasManagementRepr.getMBeanInfo(ObjectName on, String serverName)
           
static ArrayList JonasAdminJmx.getMbeansLists(String serverName)
          Create a list for each family of Mbean.
static ArrayList JonasAdminJmx.getMimeMailPartFactoriesDeployed(WhereAreYou p_WhereAreYou)
          Return the list of deployed MimePartDatasource Mail Factories in the current server.
static ArrayList JonasAdminJmx.getMimePartMailFilesDeployable(String domainName, String serverName)
          Return the list of MimePartDataSource Mail factory files ready to deploy in the current server.
static ArrayList JonasAdminJmx.getMimePartMailFilesDeployed(WhereAreYou p_WhereAreYou)
          Return the list of deployed MimePartDataSource Mail factories in the current server.
static ArrayList JonasAdminJmx.getRarFilesDeployable(String domainName, String serverName)
          Return the list of RAR filename ready to deploy in the current server.
static ArrayList JonasAdminJmx.getRarFilesDeployed(String domainName, String serverName)
          Return the list of deployed RAR filename in the current server.
static ArrayList JonasAdminJmx.getRoles(String domainName, String p_Resource, String serverName)
          Return the list of all roles in a resource.
protected  String WhereAreYou.getServletServerName(String domainName)
          Return the name of the servlet server.
static ArrayList JonasAdminJmx.getSessionMailFactoriesDeployed(WhereAreYou p_WhereAreYou)
          Return the list of deployed Session Mail Factories in the current server.
static ArrayList JonasAdminJmx.getSessionMailFilesDeployable(String domainName, String serverName)
          Return the list of Session Mail factory files ready to deploy in the current server.
static ArrayList JonasAdminJmx.getSessionMailFilesDeployed(WhereAreYou p_WhereAreYou)
          Return the list of deployed Session Mail factories in the current server.
static ArrayList JonasAdminJmx.getUsers(String domainName, String p_Resource, String serverName)
          Return the list of all users in a resource.
static ArrayList JonasAdminJmx.getWarFilesDeployable(String domainName, String serverName)
          Return the list of WAR filename ready to deploy in the current server.
static ArrayList JonasAdminJmx.getWarFilesDeployed(String domainName, String serverName)
          Return the list of deployed WAR filename in the current server.
static boolean JonasAdminJmx.hasMBeanName(ObjectName p_On, String serverName)
          Verify if the Mbean gotten by the query in the current MbeanServer exists.
static Object JonasManagementRepr.invoke(ObjectName on, String operation, Object[] param, String[] signature, String serverName)
          Invokes an operation on an MBean.
static boolean JonasManagementRepr.isRegistered(ObjectName on, String serverName)
           
static Set JonasManagementRepr.queryNames(ObjectName on, String serverName)
           
 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.
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.setAttributes(ObjectName on, AttributeList attributes, String serverName)
           
static void JonasManagementRepr.unregisterMBean(ObjectName on, String serverName)
          Unregisters an MBean from the managed server's MBean server.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.