fr.paris5.shaman.insight.client
Class OperationCombinerTest.DummyOperation

java.lang.Object
  |
  +--fr.paris5.shaman.insight.service.Operation
        |
        +--fr.paris5.shaman.insight.client.OperationCombinerTest.DummyOperation
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OperationCombinerTest

public class OperationCombinerTest.DummyOperation
extends Operation

An Operation for testing OperationService result combination.

See Also:
Serialized Form

Field Summary
private  boolean aBoolean
           
private  byte aByte
           
private  char aChar
           
private  double aDouble
           
private  float aFloat
           
private  long aLong
           
private  int anInt
           
private  short aShort
           
private  java.lang.String aString
           
private  int finalInt
           
 
Fields inherited from class fr.paris5.shaman.insight.service.Operation
consumed, insightManager, insightModel
 
Constructor Summary
OperationCombinerTest.DummyOperation(int i1)
           
 
Method Summary
protected  void doExecute(InsightModel model)
           
 boolean getBoolean()
           
 byte getByte()
           
 char getChar()
           
 double getDouble()
           
 int getFinalInt()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 short getShort()
           
 java.lang.String getString()
           
 
Methods inherited from class fr.paris5.shaman.insight.service.Operation
execute, getInsightManager, getInsightModel, isMutator
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

finalInt

private final int finalInt

aString

private java.lang.String aString

anInt

private int anInt

aDouble

private double aDouble

aShort

private short aShort

aFloat

private float aFloat

aByte

private byte aByte

aBoolean

private boolean aBoolean

aLong

private long aLong

aChar

private char aChar
Constructor Detail

OperationCombinerTest.DummyOperation

public OperationCombinerTest.DummyOperation(int i1)
Method Detail

doExecute

protected void doExecute(InsightModel model)
                  throws java.lang.Exception
Overrides:
doExecute in class Operation

getFinalInt

public int getFinalInt()

getString

public java.lang.String getString()

getInt

public int getInt()

getDouble

public double getDouble()

getShort

public short getShort()

getFloat

public float getFloat()

getByte

public byte getByte()

getBoolean

public boolean getBoolean()

getLong

public long getLong()

getChar

public char getChar()


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.