org.ow2.jasmine.vmm.api
Interface VirtualMachineImageMXBean

All Superinterfaces:
ManagedResourceMXBean

public interface VirtualMachineImageMXBean
extends ManagedResourceMXBean

Management interface of a VirtualMachineImage.

The ObjectName for identifying a VirtualMachineImageMXBean follows the following template:

org.ow2.jasmine.vmm.api:type=VirtualMachineImage ,name=<pathname>,uuid=<uuid>


Method Summary
 java.lang.String getDescription()
          Returns a description of the virtual image
 java.util.Map<java.lang.String,java.lang.String> getMetaData()
          Returns the metadata of the virtual image
 java.lang.String getName()
          Returns the user-friendly name of the virtual image
 java.lang.String getUUID()
          Returns the UUID of the virtual image
 
Methods inherited from interface org.ow2.jasmine.vmm.api.ManagedResourceMXBean
getObjectName, getPath
 

Method Detail

getUUID

java.lang.String getUUID()
Returns the UUID of the virtual image

Returns:
the UUID of the virtual image

getName

java.lang.String getName()
Returns the user-friendly name of the virtual image

Returns:

getMetaData

java.util.Map<java.lang.String,java.lang.String> getMetaData()
Returns the metadata of the virtual image

Returns:
the metadata of the virtual image

getDescription

java.lang.String getDescription()
Returns a description of the virtual image

Returns:
a description of the virtual image


Copyright © 2011 OW2 Consortium. All Rights Reserved.