public interface MuleServiceMBean
MuleServiceMBean is a JMX service interface for the UMOManager| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getBuildDate() |
String |
getBuildNumber() |
String |
getConfigBuilderClassName()
Contains value of option -builder
|
String |
getCopyright() |
long |
getFreeMemory() |
String |
getHostIp() |
String |
getHostname() |
String |
getInstanceId() |
String |
getJdkVersion() |
String |
getLicense() |
long |
getMaxMemory() |
String |
getOsVersion() |
String |
getServerId() |
Date |
getStartTime() |
long |
getTotalMemory() |
String |
getVendor() |
String |
getVersion() |
boolean |
isInitialised() |
boolean |
isStopped() |
void |
start() |
void |
stop() |
boolean isInitialised()
boolean isStopped()
Date getStartTime()
String getVersion()
String getVendor()
void start()
throws MuleException
MuleExceptionvoid stop()
throws MuleException
MuleExceptionvoid dispose()
throws MuleException
MuleExceptionlong getFreeMemory()
long getMaxMemory()
long getTotalMemory()
String getServerId()
String getHostname()
String getHostIp()
String getOsVersion()
String getJdkVersion()
String getCopyright()
String getLicense()
String getBuildDate()
String getBuildNumber()
String getInstanceId()
String getConfigBuilderClassName()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.