org.jboss.test.jmx.compliance.server.support
Interface TestMBean

All Known Implementing Classes:
Test

public interface TestMBean

Version:
$Revision: 1.1 $
Author:
Juha Lindfors.
See Also:

Method Summary
 void counterWithException()
           
 int getCounter()
           
 String getError()
           
 String getThisWillScream()
           
 String getThrowUncheckedException()
           
 void operationWithException()
           
 Long[] opWithLongArrayReturn()
           
 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)
           
 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)
           
 boolean opWithPrimBooleanReturn()
           
 double opWithPrimDoubleReturn()
           
 long[] opWithPrimLongArrayReturn()
           
 long opWithPrimLongReturn()
           
 void setAStringAttribute(String str)
           
 void setError(String str)
           
 void setThisWillScream(String str)
           
 void setThrowUncheckedException(String str)
           
 

Method Detail

getThisWillScream

public String getThisWillScream()
                         throws MyScreamingException
Throws:
MyScreamingException

setThisWillScream

public void setThisWillScream(String str)
                       throws MyScreamingException
Throws:
MyScreamingException

getThrowUncheckedException

public String getThrowUncheckedException()

setThrowUncheckedException

public void setThrowUncheckedException(String str)

getError

public String getError()

setError

public void setError(String str)

setAStringAttribute

public void setAStringAttribute(String str)

operationWithException

public void operationWithException()
                            throws MyScreamingException
Throws:
MyScreamingException

opWithPrimBooleanReturn

public boolean opWithPrimBooleanReturn()

opWithPrimLongReturn

public long opWithPrimLongReturn()

opWithPrimLongArrayReturn

public long[] opWithPrimLongArrayReturn()

opWithLongArrayReturn

public Long[] opWithLongArrayReturn()

opWithPrimDoubleReturn

public double opWithPrimDoubleReturn()

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)

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)

counterWithException

public void counterWithException()

getCounter

public int getCounter()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.