Uses of Class
org.objectweb.jonas.mejb.ManagementEndpointException

Packages that use ManagementEndpointException
org.objectweb.jonas.mejb   
 

Uses of ManagementEndpointException in org.objectweb.jonas.mejb
 

Methods in org.objectweb.jonas.mejb that throw ManagementEndpointException
 String[] ManagementEndpoint.getAttribute(String domainServerName, String objectName, String attribute)
          Returns the attribute value for an mbean on a server in the domain.
 String[] ManagementBean.getAttribute(String domainServerName, String objectName, String attribute)
           
 String[] ManagementEndpoint.getAttributesList(String domainServerName, String objectName)
          Returns a list of attributes for a specified mbean on a server in the domain.
 String[] ManagementBean.getAttributesList(String domainServerName, String objectName)
           
 String ManagementEndpoint.getDescription(String domainServerName, String objectName)
          Returns the description for an mbean on a server in the domain.
 String ManagementBean.getDescription(String domainServerName, String objectName)
           
 String[] ManagementEndpoint.getOperations(String domainServerName, String objectName)
          Returns the list of operations for an mbean on a server in the domain.
 String[] ManagementBean.getOperations(String domainServerName, String objectName)
           
 String[] ManagementEndpoint.getServers()
          Returns the server names in the domain.
 String[] ManagementBean.getServers()
          Returns the names of the servers in the domain.
 String[] ManagementEndpoint.invoke(String domainServerName, String objectName, String operationName, String[] params)
          Invokes an mbean operation having String params on a server in the domain.
 String[] ManagementBean.invoke(String domainServerName, String objectName, String operationName, String[] params)
           
 boolean ManagementEndpoint.isRegistered(String domainServerName, String objectName)
          Returns True if the mbean is registered with the server in the domain, false otherwise.
 boolean ManagementBean.isRegistered(String domainServerName, String objectName)
           
 String[] ManagementEndpoint.queryNames(String domainServerName, String objectName, String query)
          Returns the search results for mbeans on a server in the domain.
 String[] ManagementBean.queryNames(String domainServerName, String objectName, String query)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.