org.curjent.test.agent
Interface ProxyTest.ProxyTestAgent

All Superinterfaces:
TestAgent
Enclosing class:
ProxyTest

static interface ProxyTest.ProxyTestAgent
extends TestAgent


Method Summary
 int[] getArray()
           
 boolean getBoolean()
           
 Boolean getBooleanObject()
           
 byte getByte()
           
 char getChar()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 Object getObject()
           
 short getShort()
           
 void getValue(boolean[] array)
           
 int getValue(int[] array)
           
 Map<Integer,Integer> getValues()
           
 void setValue(Integer key, Integer value)
           
 boolean synchronousException(Throwable exception)
           
 void testParams(boolean p1, char p2, byte p3, short p4, int p5, long p6, float p7, double p8, Object p9, int[] p10, Boolean p11)
           
 void unhandledException()
           
 

Method Detail

testParams

void testParams(boolean p1,
                char p2,
                byte p3,
                short p4,
                int p5,
                long p6,
                float p7,
                double p8,
                Object p9,
                int[] p10,
                Boolean p11)

getBoolean

boolean getBoolean()

getChar

char getChar()

getByte

byte getByte()

getShort

short getShort()

getInt

int getInt()

getLong

long getLong()

getFloat

float getFloat()

getDouble

double getDouble()

getObject

Object getObject()

getArray

int[] getArray()

getBooleanObject

Boolean getBooleanObject()

getValue

void getValue(boolean[] array)

getValue

int getValue(int[] array)

setValue

void setValue(Integer key,
              Integer value)

getValues

Map<Integer,Integer> getValues()

synchronousException

boolean synchronousException(Throwable exception)
                             throws IOException,
                                    InterruptedException,
                                    ArithmeticException
Throws:
IOException
InterruptedException
ArithmeticException

unhandledException

void unhandledException()


Copyright 2009-2011 Tom Landon
Apache License 2.0