|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterService | |
|---|---|
| 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. |
| 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 property. |
| 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. |
|
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||