Public Member Functions | Static Public Member Functions

alma.acs.monitoring.GCJMXClient Class Reference

List of all members.

Public Member Functions

 GCJMXClient (String className)
void connect () throws Exception
MBeanServerConnection getRemote ()

Static Public Member Functions

static void main (String[] args)

Detailed Description

Simple program that connects to a JVM running on the same host, given the classname that contains the main method, and calls the garbage collector periodically over it.

Author:
rtobar
Since:
ACS 9.0

Constructor & Destructor Documentation

alma.acs.monitoring.GCJMXClient.GCJMXClient ( String  className  ) 

Member Function Documentation

void alma.acs.monitoring.GCJMXClient.connect (  )  throws Exception
MBeanServerConnection alma.acs.monitoring.GCJMXClient.getRemote (  ) 
static void alma.acs.monitoring.GCJMXClient.main ( String[]  args  )  [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties