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

java.lang.Object
  extended by org.ow2.jasmine.vmm.agent.main.AgentCommon
Direct Known Subclasses:
VirtManagerAgent

public class AgentCommon
extends java.lang.Object

AgentCommon provides access to the VMM agent MBeanServer singleton and to various agent-wide services.


Field Summary
protected static javax.management.MBeanServer mbs
           
 
Constructor Summary
protected AgentCommon()
           
 
Method Summary
static javax.management.MBeanServer getMBeanServer()
          Returns the agent's MBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbs

protected static javax.management.MBeanServer mbs
Constructor Detail

AgentCommon

protected AgentCommon()
Method Detail

getMBeanServer

public static javax.management.MBeanServer getMBeanServer()
Returns the agent's MBeanServer

Returns:
the agent's MBeanServer


Copyright © 2009 OW2 Consortium. All Rights Reserved.