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
 
Method Summary
 org.ow2.jasmine.vmm.api.DomainMXBean getRootDomain()
           
static void main(java.lang.String[] args)
           
 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
Method Detail

getRootDomain

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

main

public static void main(java.lang.String[] args)

shutdown

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.