org.mule.management.mbeans
Interface MuleServiceMBean
- All Known Implementing Classes:
- MuleService
- public interface MuleServiceMBean
MuleServiceMBean
is a JMX service interface for the UMOManager
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
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()
getInstanceId
public String getInstanceId()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.