2009-01-09 1.2.0

Uses of Interface
org.eclipse.soda.dk.filter.service.FilterService

Packages that use FilterService
org.eclipse.soda.dk.block This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.complex.message.testcase This package is part of the org.eclipse.soda.dk.core.testcase project. 
org.eclipse.soda.dk.filter This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.message This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.parameter.testcase This package is part of the org.eclipse.soda.dk.core.testcase project. 
org.eclipse.soda.dk.segment This package is part of the org.eclipse.soda.dk.core project. 
 

Uses of FilterService in org.eclipse.soda.dk.block
 

Methods in org.eclipse.soda.dk.block that return FilterService
 FilterService TypeBlock.getFilter()
          Gets the filter (FilterService) value.
 FilterService IdentifierBlock.getFilter()
          Gets the filter (FilterService) value.
 FilterService VersionBlock.getFilter()
          Gets the filter (FilterService) value.
 FilterService ReserveBlock.getFilter()
          Gets the filter (FilterService) value.
 

Methods in org.eclipse.soda.dk.block with parameters of type FilterService
 void TypeBlock.setFilter(FilterService filter)
          Sets the filter value.
 void IdentifierBlock.setFilter(FilterService filter)
          Sets the filter value.
 void VersionBlock.setFilter(FilterService filter)
          Sets the filter value.
 void ReserveBlock.setFilter(FilterService filter)
          Sets the filter value.
 

Constructors in org.eclipse.soda.dk.block with parameters of type FilterService
IdentifierBlock(byte[] bytes, int length, FilterService filter)
          Constructs an instance of this class from the specified bytes, length and filter parameters.
ReserveBlock(byte[] bytes, int length, FilterService filter)
          Constructs an instance of this class from the specified bytes, length and filter parameters.
TypeBlock(byte[] bytes, int length, FilterService filter)
          Constructs an instance of this class from the specified bytes, length and filter parameters.
VersionBlock(byte[] bytes, int length, FilterService filter)
          Constructs an instance of this class from the specified bytes, length and filter parameters.
 

Uses of FilterService in org.eclipse.soda.dk.complex.message.testcase
 

Methods in org.eclipse.soda.dk.complex.message.testcase that return FilterService
static FilterService LlrpDeviceMessages.getOneByteFilter()
          Gets the OneByteFilter value.
static FilterService LlrpDeviceMessages.getTwoBytesFilter()
          Gets the TwoBytesFilter value.
 

Uses of FilterService in org.eclipse.soda.dk.filter
 

Classes in org.eclipse.soda.dk.filter that implement FilterService
 class Filter
          The Filter class implements the FilterService interface.
 class Filters
          The Filters class handles muliple filter objects.
 class SimpleFilter
          The SimpleFilter class implements the FilterService interface.
 

Constructors in org.eclipse.soda.dk.filter with parameters of type FilterService
Filters(FilterService[] filters)
          Constructs an instance of this class from the specified filters parameter.
 

Uses of FilterService in org.eclipse.soda.dk.message
 

Methods in org.eclipse.soda.dk.message that return FilterService
 FilterService FilterMessage.getFilter()
          Gets the FilterService filter property value.
 

Methods in org.eclipse.soda.dk.message with parameters of type FilterService
protected  void FilterMessage.setFilter(FilterService filter)
          Sets the filter value.
 

Constructors in org.eclipse.soda.dk.message with parameters of type FilterService
FilterMessage(byte[] data, FilterService filter)
          Constructs an FilterMessage object using the input parameter(s).
ParameterMessage(byte[] data, FilterService filter, ParameterService parameter)
          Constructs an ParameterMessage object using the input parameter(s).
ResponseMessage(byte[] data, FilterService filter, ParameterService parameter, MessageService sentMessage)
          Constructs an instance of this class from the specified data, filter, parameter and sent message parameters.
TokenMessage(byte[] data, FilterService filter, ParameterService parameter, java.lang.String tokens)
          Constructs an ParameterMessage object using the input parameter(s).
TokenReceivedMessage(MessageService receivedMessage, FilterService filter, ParameterService parameter, java.lang.String tokens)
          Constructs an instance of this class from the specified received message, filter, parameter and tokens parameters.
 

Uses of FilterService in org.eclipse.soda.dk.parameter.testcase
 

Methods in org.eclipse.soda.dk.parameter.testcase that return FilterService
static FilterService CustomParameterTestcase.getTwoBytesFilter()
          Gets the two bytes filter (FilterService) value.
 

Uses of FilterService in org.eclipse.soda.dk.segment
 

Methods in org.eclipse.soda.dk.segment that return FilterService
 FilterService SimpleSegment.getFilter()
          Gets the filter (FilterService) value.
 

Methods in org.eclipse.soda.dk.segment with parameters of type FilterService
 void SimpleSegment.setFilter(FilterService filter)
          Sets the filter value.
 

Constructors in org.eclipse.soda.dk.segment with parameters of type FilterService
ChoiceSegment(byte[] bytes, FilterService filter, ParameterService parameter)
          Constructs an instance of this class from the specified bytes, filter and parameter parameters.
MultiSegment(byte[] bytes, FilterService filter, ParameterService parameter)
          Constructs an instance of this class from the specified bytes, filter and parameter parameters.
MultiSegment(byte[] bytes, FilterService filter, ParameterService parameter, int occursMinimum, int occursMaximum)
          Constructs an instance of this class from the specified bytes, filter, parameter, occurs minimum and occurs maximum parameters.
MultiSegment(java.lang.String key, byte[] bytes, FilterService filter, ParameterService parameter, int occursMinimum, int occursMaximum)
          Constructs an instance of this class from the specified key, bytes, filter, parameter, occurs minimum and occurs maximum parameters.
OptionalSegment(byte[] bytes, FilterService filter, ParameterService parameter)
          Constructs an instance of this class from the specified bytes, filter and parameter parameters.
OptionalSegment(java.lang.String key, byte[] bytes, FilterService filter, ParameterService parameter)
          Constructs an instance of this class from the specified key, bytes, filter and parameter parameters.
SimpleSegment(byte[] bytes, FilterService filter, ParameterService parameter)
          Constructs an instance of this class from the specified bytes, filter and parameter parameters.
SimpleSegment(java.lang.String key, byte[] bytes, FilterService filter, ParameterService parameter)
          Constructs an instance of this class from the specified key, bytes, filter and parameter parameters.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.