1.0.0

org.eclipse.soda.dk.interest.service
Interface InterestService

All Known Implementing Classes:
InterestMask, InterestMasks

public interface InterestService

Version:
1.0.0

Method Summary
 byte[] getCareMask()
          Method getCareMask.
 byte[] getPatternMask()
          Method getPatternMask.
 boolean isInterested(byte[] bytes)
          Is interested with the specified bytes parameter and return the boolean result.
 boolean isInterested(MessageService messageService)
          Method isInterested.
 

Method Detail

getCareMask

byte[] getCareMask()
Method getCareMask.

Returns:
Results of the get care mask (byte[]) value.

getPatternMask

byte[] getPatternMask()
Method getPatternMask.

Returns:
Results of the get pattern mask (byte[]) value.

isInterested

boolean isInterested(MessageService messageService)
Method isInterested.

Parameters:
messageService - The message service (MessageService) parameter.
Returns:
Results of the is interested (boolean) value.
See Also:
isInterested(byte[])

isInterested

boolean isInterested(byte[] bytes)
Is interested with the specified bytes parameter and return the boolean result.

Parameters:
bytes - The bytes (byte[]) parameter.
Returns:
Results of the is interested (boolean) value.
See Also:
isInterested(MessageService)

1.0.0

Copyright (c) 1999, 2007 IBM