org.mule.module.management.mbean
Interface MuleServiceMBean
- All Known Implementing Classes:
- MuleService
public interface MuleServiceMBean
MuleServiceMBean
is a JMX service interface for the UMOManager
isInitialised
boolean isInitialised()
isStopped
boolean isStopped()
getStartTime
Date getStartTime()
getVersion
String getVersion()
getVendor
String getVendor()
start
void start()
throws MuleException
- Throws:
MuleException
stop
void stop()
throws MuleException
- Throws:
MuleException
dispose
void dispose()
throws MuleException
- Throws:
MuleException
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.