|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Serves as a tag interface. Two subinterfaces are defined in this interface; one for gateways into the server and another one for gateways out of the server.
| Nested Class Summary | |
static interface |
AgentGateway.In
Implemented by gateways into the server. |
static interface |
AgentGateway.Out
Implemented by gateways out of the server. |
| Method Summary | |
boolean |
isEnabled()
|
String |
protocol()
|
void |
setEnabled(boolean on)
Enables and disables this gateway temporarily. |
| Method Detail |
public void setEnabled(boolean on)
on - true if the gateway shall be enabled
and false otherwise.public boolean isEnabled()
true if this gateway is enabled.public String protocol()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||