org.apache.qpid.qmf.schema
Interface BrokerSchema.SystemDelegate

All Superinterfaces:
QMFObject.Delegate
Enclosing class:
BrokerSchema

public static interface BrokerSchema.SystemDelegate
extends QMFObject.Delegate


Method Summary
 String getMachine()
           
 String getNodeName()
           
 String getOsName()
           
 String getRelease()
           
 UUID getSystemId()
           
 String getVersion()
           
 
Methods inherited from interface org.apache.qpid.qmf.QMFObject.Delegate
getCreateTime, getId
 

Method Detail

getSystemId

UUID getSystemId()

getOsName

String getOsName()

getNodeName

String getNodeName()

getRelease

String getRelease()

getVersion

String getVersion()

getMachine

String getMachine()


Licensed to the Apache Software Foundation