org.ow2.jasmine.vmm.api
Interface VMMAgentMXBean


public interface VMMAgentMXBean

The entry-point management interface of a VMM agent.

The ObjectName for uniquely identifying the singleton AgentMXBean within a MBeanServer is:

org.ow2.jasmine.vmm.api:type=Agent


Method Summary
 DomainMXBean getRootDomain()
          Returns the top-level domain managed by the agent
 void shutdown()
          Shutdowns the agent
 

Method Detail

getRootDomain

DomainMXBean getRootDomain()
Returns the top-level domain managed by the agent

Returns:
the root domain

shutdown

void shutdown()
Shutdowns the agent



Copyright © 2010 OW2 Consortium. All Rights Reserved.