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

Method Summary
 void dispose()
           
 String getBuildDate()
           
 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

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.