|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getService()
getService
in interface Command
Service
object, such that
this command is one of the allowed commands for that service.public 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 |