Uses of Class
org.ow2.petals.jmx.exception.PerformActionErrorException

Packages that use PerformActionErrorException
org.ow2.petals.jmx   
org.ow2.petals.jmx.exception   
 

Uses of PerformActionErrorException in org.ow2.petals.jmx
 

Methods in org.ow2.petals.jmx that throw PerformActionErrorException
 int SystemMonitoringServiceClient.getAvailableProcessors()
          Get the available processors
 long SystemMonitoringServiceClient.getCommittedVirtualMemorySize()
          Get the committed physical memory size
 ConfigurationInstallerComponentClient InstallerComponentClient.getConfigurationInstallerClient()
           
 java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> RuntimeConfigurationComponentClient.getConfigurationMBeanAttributes()
          Get Attributes of runtime configuration MBean
 int SystemMonitoringServiceClient.getDaemonThreadCount()
          Get Daemon thread count
 long SystemMonitoringServiceClient.getFreePhysicalMemorySize()
          Get the free physical memory size
 javax.management.openmbean.CompositeDataSupport SystemMonitoringServiceClient.getHeapMemoryUsage()
          Get heap memory usage
 java.lang.String InstallerComponentClient.getInstallRoot()
          Get the root path to the component installation.
 int SystemMonitoringServiceClient.getLoadedClassCount()
          Get the loaded class count
 int SystemMonitoringServiceClient.getPeakThreadCount()
          Get Peak thread count
 int SystemMonitoringServiceClient.getPendingObjects()
          Get heap memory usage
 long SystemMonitoringServiceClient.getProcessCpuTime()
          Get the process cpu time
 int SystemMonitoringServiceClient.getThreadCount()
          Get thread count
 long SystemMonitoringServiceClient.getTotalLoadedClassCount()
          Get the total loaded class count
 long SystemMonitoringServiceClient.getTotalPhysicalMemorySize()
          Get the total physical mem size
 long SystemMonitoringServiceClient.getTotalStartedThreadCount()
          Get the total started thread count
 long SystemMonitoringServiceClient.getUnloadedClassCount()
          Get the unloaded class count
 long SystemMonitoringServiceClient.getUptime()
          Get the up time
 void InstallerComponentClient.install()
          Install the component.
 boolean InstallerComponentClient.isInstalled()
          Get the current installation state of the JBI component
protected  java.lang.Object AbstractServiceClient.performAction(java.lang.String action, java.lang.Object[] objectsLoad, java.lang.String[] stringsLoad)
          Perform an action on the MBean service
 void RuntimeConfigurationComponentClient.setAttributes(java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> attributes)
          Set Attributes of runtime configuration MBean
 void InstallerComponentClient.uninstall()
          Uninstall the component.
 

Uses of PerformActionErrorException in org.ow2.petals.jmx.exception
 

Subclasses of PerformActionErrorException in org.ow2.petals.jmx.exception
 class PerformActionDoesNotExistException
           
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.