2008-02-07 1.1.0

Uses of Interface
org.eclipse.soda.dk.parameter.service.ParameterCursorService

Packages that use ParameterCursorService
org.eclipse.soda.dk.parameter This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.parameter.service This package is part of the org.eclipse.soda.dk.core.service project. 
 

Uses of ParameterCursorService in org.eclipse.soda.dk.parameter
 

Methods in org.eclipse.soda.dk.parameter with parameters of type ParameterCursorService
 java.lang.Object Parameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container parameter and return the Object result.
 java.lang.Object SimpleParameter.decodeBytes(byte[] mbytes, ParameterCursorService cursor)
          Decode bytes with the specified mbytes parameter and return the Object result.
 java.lang.Object SimpleIntegerParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container and cursor parameters and return the Object result.
 java.lang.Object OffsetParameter.decodeBytes(byte[] container, ParameterCursorService cursor)
          Decode bytes with the specified container parameter and return the Object result.
protected  java.lang.Object BitOffsetParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object FieldParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object Parameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
 java.lang.Object SimpleParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
protected  java.lang.Object OffsetParameter.decodeMessage(MessageService message, ParameterCursorService cursor)
          Perform the decodeMessage method and return the Object result.
 java.lang.Object Parameter.decodeString(java.lang.String container, ParameterCursorService cursor)
          Decode string with the specified container parameter and return the Object result.
 java.lang.Object TagParameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object Parameters.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object Parameter.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object ListParameters.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object MapParameters.decodeValue(MessageService message, ParameterCursorService cursor)
          Perform the decodeValue method and return the Object result.
 java.lang.Object SimpleParameter.encodeBytes(byte[] mbytes, java.lang.Object value, int offset, int index, int dataLength, ParameterCursorService cursor)
          Encode bytes with the specified mbytes, value, offset, data index and data length parameters and return the Object result.
 java.lang.Object Parameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container and data parameters and return the Object result.
 java.lang.Object SimpleParameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container and data parameters and return the Object result.
 java.lang.Object OffsetParameter.encodeBytes(byte[] container, java.lang.Object data, ParameterCursorService cursor)
          Encode bytes with the specified container and data parameters and return the Object result.
 MessageService BitOffsetParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService FieldParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService Parameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService SimpleParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 MessageService OffsetParameter.encodeMessage(MessageService message, java.lang.Object value, int offset, ParameterCursorService cursor)
          Perform the encodeMessage method and return the MessageService result.
 java.lang.Object Parameter.encodeString(java.lang.String container, java.lang.Object data, ParameterCursorService cursor)
          Encode string with the specified container and data parameters and return the Object result.
 MessageService TagParameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService Parameters.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService Parameter.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService ListParameters.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 MessageService MapParameters.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Perform the encodeValue method and return the MessageService result.
 int SimpleParameter.getIndex(ParameterCursorService cursor)
          Gets the int index property value.
protected  int OffsetParameter.getIndex(ParameterCursorService cursor)
          Gets the int index property value.
 int Parameters.getLength(MessageService message, ParameterCursorService cursor)
          Get length with the specified message and cursor parameters and return the int result.
protected  int OffsetParameter.getLength(ParameterCursorService cursor)
          Gets the int length property value.
protected  int OffsetParameter.getOffset(ParameterCursorService cursor)
          Gets the int offset property value.
protected  int OffsetParameter.getSize(ParameterCursorService cursor)
          Gets the int size property value.
 byte[] SimpleParameter.insert(byte[] bytes, int offset, byte[] insertBytes, ParameterCursorService cursor)
          Insert with the specified bytes, offset and insert bytes parameters and return the byte[] result.
protected  void Parameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void SimpleParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
protected  void OffsetParameter.updateCursor(ParameterCursorService cursor)
          Update cursor with the specified cursor parameter.
 

Uses of ParameterCursorService in org.eclipse.soda.dk.parameter.service
 

Methods in org.eclipse.soda.dk.parameter.service that return ParameterCursorService
 ParameterCursorService ParameterCursorService.getCountCursor()
          Gets the count cursor (ParameterCursorService) value.
 ParameterCursorService ParameterCursorService.getLengthCursor()
          Gets the length cursor (ParameterCursorService) value.
 ParameterCursorService ParameterCursorService.getParent()
          Gets the parent (ParameterCursorService) value.
 

Methods in org.eclipse.soda.dk.parameter.service with parameters of type ParameterCursorService
 boolean SegmentService.checkMatches(MessageService message, ParameterCursorService cursor)
          Check matches with the specified message and cursor parameters and return the boolean result.
 java.lang.Object ParameterService.decodeValue(MessageService message, ParameterCursorService cursor)
          Decode value with the specified message and cursor parameters and return the Object result.
 MessageService ParameterService.encodeValue(MessageService message, java.lang.Object value, ParameterCursorService cursor)
          Encode value with the specified message, value and cursor parameters and return the MessageService result.
 void ParameterCursorService.setCountCursor(ParameterCursorService countCursor)
          Sets the count cursor value.
 void ParameterCursorService.setLengthCursor(ParameterCursorService lengthCursor)
          Sets the length cursor value.
 void ParameterCursorService.setParent(ParameterCursorService parent)
          Sets the parent value.
 


2008-02-07 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.3.1.R33x_v20070828