|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.admin.html.AdministrationBean
public class AdministrationBean
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 |
---|
public AdministrationBean()
Method Detail |
---|
public void restartReceiverService()
XException
- if something goes wrongpublic java.lang.String getRefreshMQ()
public java.lang.String getTrace()
XException
- if something goes wrongTrace
public java.lang.String getReceiverServiceStatus()
public java.lang.String getJvmStatus()
public java.lang.String getResult()
public void setResult(java.lang.String result)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |