org.mc4j.ems.impl.jmx.connection.support.providers
Class LocalVMProvider

java.lang.Object
  extended by org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider
      extended by org.mc4j.ems.impl.jmx.connection.support.providers.JMXRemotingConnectionProvider
          extended by org.mc4j.ems.impl.jmx.connection.support.providers.LocalVMProvider

public class LocalVMProvider
extends JMXRemotingConnectionProvider


Field Summary
 
Fields inherited from class org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider
connectionFailure, connectionListeners, connectionRoundTrips, connectionSettings, existingConnection
 
Constructor Summary
LocalVMProvider()
           
 
Method Summary
protected  void doConnect()
           
static java.util.Map<java.lang.Integer,LocalVirtualMachine> getManageableVirtualMachines()
           
 
Methods inherited from class org.mc4j.ems.impl.jmx.connection.support.providers.JMXRemotingConnectionProvider
doDisconnect, getMBeanServer, isConnected
 
Methods inherited from class org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider
addConnectionListener, compareTo, connect, disconnect, getConnectionSettings, getExistingConnection, getFailures, getMEJB, getRoundTrips, getStatsProxy, initialize, removeConnectionListener, setConnected, setStatsProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalVMProvider

public LocalVMProvider()
Method Detail

getManageableVirtualMachines

public static java.util.Map<java.lang.Integer,LocalVirtualMachine> getManageableVirtualMachines()

doConnect

protected void doConnect()
Overrides:
doConnect in class JMXRemotingConnectionProvider