|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsli.dialog.app.calo.main.xmlrpc.XmlRpcService
public class XmlRpcService
A service which provides a XML-RPC server. Methods handled come from the XmlRpcInterface class.
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
This is the logger for this class only. |
| Constructor Summary | |
|---|---|
XmlRpcService()
|
|
| Method Summary | |
|---|---|
JPanel |
getGui()
Get a Swing JPanel which provides a GUI to this service. |
String |
getTitle()
Get the name of this service as it should appear in the GUI. |
boolean |
isServiceAlive()
Is the service happy and alive? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public XmlRpcService()
| Method Detail |
|---|
public JPanel getGui()
Service
getGui in interface Servicepublic String getTitle()
Service
getTitle in interface Servicepublic boolean isServiceAlive()
Service
isServiceAlive in interface Service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||