|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContextServer
The interface that all ContextServer must implement.
| Nested Class Summary | |
|---|---|
static class |
IContextServer.Channel
Represents the pipe or socket channel. |
static class |
IContextServer.ChannelName
Represents the pipe or socket channel name. |
| Method Summary | |
|---|---|
void |
destroy()
Destroy the server |
boolean |
isAvailable()
Check if the ContextServer is ready, i.e. |
boolean |
start(IContextServer.ChannelName channel)
Start the runner. |
| Method Detail |
|---|
void destroy()
boolean isAvailable()
boolean start(IContextServer.ChannelName channel)
channel - The channel name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||