|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
For every client exist a server. To simulate the client call, you can implement a "MiniServer". So you can test your client.
Method Summary | |
void |
addService(java.lang.String pvServiceInterface,
java.lang.String pvServiceObject)
Add services to the server |
void |
start()
Start the Server. |
void |
stop()
Stop the Server. |
Method Detail |
public void start()
public void stop()
public void addService(java.lang.String pvServiceInterface, java.lang.String pvServiceObject)
pvServiceInterface
- Interface of the service.pvServiceObject
- Implementation of the service.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |