net.sf.xbus.admin.html
Class AdministrationBean

java.lang.Object
  extended by net.sf.xbus.admin.html.AdministrationBean

public class AdministrationBean
extends java.lang.Object

Administration for xBus servers. Currently there are the servlet engine and the ReceiverService.


Constructor Summary
AdministrationBean()
           
 
Method Summary
 java.lang.String getJvmStatus()
          Returns the status of the JVM.
 java.lang.String getReceiverServiceStatus()
          Returns the status of the ReceiverThreads.
 java.lang.String getRefreshMQ()
          Returns a string for the JSP, which indicates, wether the configuration has been refreshed or not.
 java.lang.String getResult()
           
 java.lang.String getTitle()
           
 java.lang.String getTrace()
          Returns the content of the tracing.
 void restartReceiverService()
          Refreshes the configuration.
 void setResult(java.lang.String result)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrationBean

public AdministrationBean()
Method Detail

restartReceiverService

public void restartReceiverService()
Refreshes the configuration.

Throws:
XException - if something goes wrong

getRefreshMQ

public java.lang.String getRefreshMQ()
Returns a string for the JSP, which indicates, wether the configuration has been refreshed or not.


getTrace

public java.lang.String getTrace()
Returns the content of the tracing.

Throws:
XException - if something goes wrong
See Also:
Trace

getReceiverServiceStatus

public java.lang.String getReceiverServiceStatus()
Returns the status of the ReceiverThreads.


getJvmStatus

public java.lang.String getJvmStatus()
Returns the status of the JVM.


getResult

public java.lang.String getResult()

setResult

public void setResult(java.lang.String result)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)