org.mule.management.mbeans
Interface MuleServiceMBean

All Known Implementing Classes:
MuleService

public interface MuleServiceMBean

MuleServiceMBean is a JMX service interface for the UMOManager


Method Summary
 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 isInstanciated()
           
 boolean isStopped()
           
 void start()
           
 void stop()
           
 

Method Detail

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.