| test.compliance.server.support.TestMBean
All known Subclasses: test.compliance.server.support.Test,
TestMBean | public interface TestMBean (Code) | |
See Also: author: Juha Lindfors. version: $Revision: 57200 $ |
Method Summary | |
public void | counterWithException() | public int | getCounter() | public String | getError() | public String | getThisWillScream() | public String | getThrowUncheckedException() | public Long[] | opWithLongArrayReturn() | public void | opWithLongSignature(int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, int i10, int i11, int i12, int i13, int i14, int i15, int i16, int i17, int i18, int i19, int i20) | public void | opWithMixedSignature(int i1, double i2, long i3, boolean i4, byte i5, short i6, long[] i7, Long[] i8, Short i9, Byte i10, Long i11, Double i12, int i13, int i14, int i15, int i16, int i17, int i18, int i19, int i20) | public boolean | opWithPrimBooleanReturn() | public double | opWithPrimDoubleReturn() | public long[] | opWithPrimLongArrayReturn() | public long | opWithPrimLongReturn() | public void | operationWithException() | public void | setAStringAttribute(String str) | public void | setError(String str) | public void | setThisWillScream(String str) | public void | setThrowUncheckedException(String str) |
counterWithException | public void counterWithException()(Code) | | |
getCounter | public int getCounter()(Code) | | |
getThrowUncheckedException | public String getThrowUncheckedException()(Code) | | |
opWithLongArrayReturn | public Long[] opWithLongArrayReturn()(Code) | | |
opWithLongSignature | public void opWithLongSignature(int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, int i10, int i11, int i12, int i13, int i14, int i15, int i16, int i17, int i18, int i19, int i20)(Code) | | |
opWithMixedSignature | public void opWithMixedSignature(int i1, double i2, long i3, boolean i4, byte i5, short i6, long[] i7, Long[] i8, Short i9, Byte i10, Long i11, Double i12, int i13, int i14, int i15, int i16, int i17, int i18, int i19, int i20)(Code) | | |
opWithPrimBooleanReturn | public boolean opWithPrimBooleanReturn()(Code) | | |
opWithPrimDoubleReturn | public double opWithPrimDoubleReturn()(Code) | | |
opWithPrimLongArrayReturn | public long[] opWithPrimLongArrayReturn()(Code) | | |
opWithPrimLongReturn | public long opWithPrimLongReturn()(Code) | | |
setAStringAttribute | public void setAStringAttribute(String str)(Code) | | |
setThrowUncheckedException | public void setThrowUncheckedException(String str)(Code) | | |
|
|