2008-07-29 1.1.0

org.eclipse.soda.dk.parameter.service
Interface SegmentService

All Superinterfaces:
DataParameterService, ParameterService

public interface SegmentService
extends ParameterService

Version:
1.1.0

Field Summary
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 
Fields inherited from interface org.eclipse.soda.dk.parameter.service.ParameterService
ARRAY, ASCII, ASCIIZ, BOOLEAN, BYTE, BYTES, DOUBLE, FLOAT, HEXASCII, HEXSTRING, INSERT, INTEGER, LITTLEENDIAN, LONG, NASCII, NSTRING, NULL, SHORT, STRING, UNLIMITED, UNSIGNED, USE_CURSOR, USE_CURSOR_INSERT
 
Method Summary
 boolean checkMatches(MessageService message, ParameterCursorService cursor)
          Check matches with the specified message and cursor parameters and return the boolean result.
 
Methods inherited from interface org.eclipse.soda.dk.parameter.service.ParameterService
decodeValue, decodeValue, encodeValue, encodeValue, getKey, isConstantParameter
 
Methods inherited from interface org.eclipse.soda.dk.data.parameter.service.DataParameterService
decode, encode
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

Method Detail

checkMatches

boolean checkMatches(MessageService message,
                     ParameterCursorService cursor)
Check matches with the specified message and cursor parameters and return the boolean result.

Parameters:
message - The message (MessageService) parameter.
cursor - The cursor (ParameterCursorService) parameter.
Returns:
Results of the check matches (boolean) value.

2008-07-29 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900