org.smartcc.replay
Class Script

java.lang.Object
  |
  +--org.smartcc.replay.Script

public abstract class Script
extends java.lang.Object


Field Summary
protected  Client client
           
protected  java.util.List data
           
 
Constructor Summary
Script()
           
 
Method Summary
abstract  void execute()
           
protected  boolean getBoolean(int invocation, int index)
           
protected  byte getByte(int invocation, int index)
           
protected  char getChar(int invocation, int index)
           
 Client getClient()
           
protected  double getDouble(int invocation, int index)
           
protected  float getFloat(int invocation, int index)
           
protected  int getInt(int invocation, int index)
           
protected  long getLong(int invocation, int index)
           
protected  java.lang.Object getObject(int invocation, int index)
           
protected  short getShort(int invocation, int index)
           
 void setClient(Client client)
           
 void setData(java.util.List data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected Client client

data

protected java.util.List data
Constructor Detail

Script

public Script()
Method Detail

setClient

public void setClient(Client client)

getClient

public Client getClient()

setData

public void setData(java.util.List data)

getObject

protected java.lang.Object getObject(int invocation,
                                     int index)

getBoolean

protected boolean getBoolean(int invocation,
                             int index)

getChar

protected char getChar(int invocation,
                       int index)

getByte

protected byte getByte(int invocation,
                       int index)

getShort

protected short getShort(int invocation,
                         int index)

getInt

protected int getInt(int invocation,
                     int index)

getLong

protected long getLong(int invocation,
                       int index)

getFloat

protected float getFloat(int invocation,
                         int index)

getDouble

protected double getDouble(int invocation,
                           int index)

execute

public abstract void execute()
                      throws java.lang.Exception
java.lang.Exception


Copyright © 2002 DC-TSS. All Rights Reserved.