org.ow2.jasmine.vmm.agent.main
Class VirtManagerAgent

java.lang.Object
  extended by org.ow2.jasmine.vmm.agent.main.AgentCommon
      extended by org.ow2.jasmine.vmm.agent.main.VirtManagerAgent
All Implemented Interfaces:
org.ow2.jasmine.vmm.api.VMMAgentMXBean

public class VirtManagerAgent
extends AgentCommon
implements org.ow2.jasmine.vmm.api.VMMAgentMXBean

VirtManagerAgent implements the VMMAgentMXBean interface and is the entry point of the agent. VirtManagerAgent is a singleton. VirtManagerAgent expects:


Field Summary
static java.lang.String vmmHome
           
 
Fields inherited from class org.ow2.jasmine.vmm.agent.main.AgentCommon
mbs
 
Constructor Summary
VirtManagerAgent()
           
 
Method Summary
 org.ow2.jasmine.vmm.api.DomainMXBean getRootDomain()
           
 void shutdown()
           
 
Methods inherited from class org.ow2.jasmine.vmm.agent.main.AgentCommon
getMBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vmmHome

public static final java.lang.String vmmHome
Constructor Detail

VirtManagerAgent

public VirtManagerAgent()
Method Detail

getRootDomain

public org.ow2.jasmine.vmm.api.DomainMXBean getRootDomain()
Specified by:
getRootDomain in interface org.ow2.jasmine.vmm.api.VMMAgentMXBean

shutdown

public void shutdown()
Specified by:
shutdown in interface org.ow2.jasmine.vmm.api.VMMAgentMXBean


Copyright © 2010 OW2 Consortium. All Rights Reserved.