Uses of Interface
jade.core.Sink
-
Packages that use Sink Package Description jade.core This package contains the microkernel of JADE system.jade.core.event jade.core.management jade.core.messaging jade.core.mobility jade.core.replication -
-
Uses of Sink in jade.core
Methods in jade.core that return Sink Modifier and Type Method Description SinkBaseService. getCommandSink(boolean direction)This should be properly implemented by the services that have sinks.SinkService. getCommandSink(boolean side)Access the command sink this service uses to handle its own vertical commands. -
Uses of Sink in jade.core.event
Methods in jade.core.event that return Sink Modifier and Type Method Description SinkNotificationService. getCommandSink(boolean side) -
Uses of Sink in jade.core.management
Methods in jade.core.management that return Sink Modifier and Type Method Description SinkAgentManagementService. getCommandSink(boolean side)SinkBEAgentManagementService. getCommandSink(boolean side) -
Uses of Sink in jade.core.messaging
Methods in jade.core.messaging that return Sink Modifier and Type Method Description SinkLightMessagingService. getCommandSink(boolean side)Access the command sink this service uses to handle its own vertical commands.SinkMessagingService. getCommandSink(boolean side)Access the command sink this service uses to handle its own vertical commands.SinkMomMessagingService. getCommandSink(boolean side) -
Uses of Sink in jade.core.mobility
Methods in jade.core.mobility that return Sink Modifier and Type Method Description SinkAgentMobilityService. getCommandSink(boolean side) -
Uses of Sink in jade.core.replication
Methods in jade.core.replication that return Sink Modifier and Type Method Description SinkAddressNotificationService. getCommandSink(boolean side)
-