|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HorizontalCommand
The HorizontalCommand interface represents those
kernel-level commands that are exchanged among the slices of a
given JADE service, and they are sent across the network by the
platform IMTP.
| Method Summary | |
|---|---|
java.lang.String |
getInteraction()
Query the interaction this command object is a part of. |
java.lang.String |
getService()
Access the service object this command belongs to. |
| Methods inherited from interface jade.core.Command |
|---|
getCredentials, getName, getParam, getParams, getPrincipal, getReturnValue, setCredentials, setPrincipal, setReturnValue |
| Method Detail |
|---|
java.lang.String getService()
getService in interface CommandService object, such that
this command is one of the allowed commands for that service.java.lang.String getInteraction()
getInteraction() on them yields the same result.
String serving as a service-unique
identifier for the interaction of this command object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||