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