com.tivoli.jmx.daemon
Interface DaemonMBean

All Known Implementing Classes:
Daemon

public interface DaemonMBean

Exposes the management interface of the daemon MBean.

Version:
1.2
Author:
Alessio Menale

Method Summary
 java.lang.String gethostName()
          Returns the name of the host machine.
 java.lang.String getipAddress()
          Returns the IP Address of the host machine.
 int getprocessID()
          Returns the process id (pid) of the controlling process
 java.lang.String getstartTime()
          Returns the time the daemon process was started, as a String date.
 java.lang.String getupTime()
          Returns the length of time the process the process has been running for, as a String formatted time.
 java.lang.String getversion()
          Returns the version number of the daemon executable.
 

Method Detail

gethostName

public java.lang.String gethostName()
Returns the name of the host machine.

getipAddress

public java.lang.String getipAddress()
Returns the IP Address of the host machine.

getversion

public java.lang.String getversion()
Returns the version number of the daemon executable.

getstartTime

public java.lang.String getstartTime()
Returns the time the daemon process was started, as a String date.

getupTime

public java.lang.String getupTime()
Returns the length of time the process the process has been running for, as a String formatted time.

getprocessID

public int getprocessID()
Returns the process id (pid) of the controlling process