public interface HorizontalCommand extends Command, Serializable
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.Modifier and Type | Method and Description |
---|---|
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.
|
getCredentials, getName, getParam, getParams, getPrincipal, getReturnValue, setCredentials, setPrincipal, setReturnValue
java.lang.String getService()
getService
in interface Command
Service
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.