org.mule.management.mbeans
Interface MuleServiceMBean
- All Known Implementing Classes:
- MuleService
public interface MuleServiceMBean
MuleServiceMBean
is a JMX service interface for the UMOManager
isInstanciated
boolean isInstanciated()
isInitialised
boolean isInitialised()
isStopped
boolean isStopped()
getStartTime
Date getStartTime()
getVersion
String getVersion()
getVendor
String getVendor()
start
void start()
throws UMOException
- Throws:
UMOException
stop
void stop()
throws UMOException
- Throws:
UMOException
dispose
void dispose()
throws UMOException
- Throws:
UMOException
getFreeMemory
long getFreeMemory()
getMaxMemory
long getMaxMemory()
getTotalMemory
long getTotalMemory()
getServerId
String getServerId()
getHostname
String getHostname()
getHostIp
String getHostIp()
getOsVersion
String getOsVersion()
getJdkVersion
String getJdkVersion()
getCopyright
String getCopyright()
getLicense
String getLicense()
getBuildDate
String getBuildDate()
getBuildNumber
String getBuildNumber()
getInstanceId
String getInstanceId()
getConfigBuilderClassName
String getConfigBuilderClassName()
- Contains value of option -builder
- Returns:
- builder class name
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.