Uses of Class
jade.core.Filter
-
Packages that use Filter Package Description jade.core This package contains the microkernel of JADE system.jade.core.event jade.core.faultRecovery jade.core.management jade.core.messaging jade.core.mobility jade.core.nodeMonitoring jade.core.replication jade.core.sam -
-
Uses of Filter in jade.core
Methods in jade.core that return Filter Modifier and Type Method Description FilterBaseService. getCommandFilter(boolean direction)This should be properly implemented by the services that have filters.FilterService. getCommandFilter(boolean direction)Access the command filter this service needs to perform its tasks. -
Uses of Filter in jade.core.event
Methods in jade.core.event that return Filter Modifier and Type Method Description FilterNotificationService. getCommandFilter(boolean direction) -
Uses of Filter in jade.core.faultRecovery
Methods in jade.core.faultRecovery that return Filter Modifier and Type Method Description FilterFaultRecoveryService. getCommandFilter(boolean direction) -
Uses of Filter in jade.core.management
Methods in jade.core.management that return Filter Modifier and Type Method Description FilterAgentManagementService. getCommandFilter(boolean direction)FilterBEAgentManagementService. getCommandFilter(boolean direction) -
Uses of Filter in jade.core.messaging
Subclasses of Filter in jade.core.messaging Modifier and Type Class Description classIncomingEncodingFilterClass that filters incoming commands related to encoding of ACL messages.classOutgoingEncodingFilterClass that filters outgoing commands related to the encoding of ACL messagesMethods in jade.core.messaging that return Filter Modifier and Type Method Description FilterLightMessagingService. getCommandFilter(boolean direction)Access the command filter this service needs to perform its tasks.FilterMessagingService. getCommandFilter(boolean direction)Access the command filter this service needs to perform its tasks.FilterPersistentDeliveryService. getCommandFilter(boolean direction)FilterTopicManagementService. getCommandFilter(boolean direction) -
Uses of Filter in jade.core.mobility
Methods in jade.core.mobility that return Filter Modifier and Type Method Description FilterAgentMobilityService. getCommandFilter(boolean direction) -
Uses of Filter in jade.core.nodeMonitoring
Methods in jade.core.nodeMonitoring that return Filter Modifier and Type Method Description FilterUDPNodeMonitoringService. getCommandFilter(boolean direction) -
Uses of Filter in jade.core.replication
Methods in jade.core.replication that return Filter Modifier and Type Method Description FilterAddressNotificationService. getCommandFilter(boolean direction)FilterAgentReplicationService. getCommandFilter(boolean direction)FilterMainReplicationService. getCommandFilter(boolean direction) -
Uses of Filter in jade.core.sam
Methods in jade.core.sam that return Filter Modifier and Type Method Description FilterSAMService. getCommandFilter(boolean direction)
-