org.jboss.test.jmx.compliance.server.support
Class InvocationHandlerTest

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.server.support.InvocationHandlerTest
All Implemented Interfaces:
InvocationHandlerTestMBean
Direct Known Subclasses:
BroadcasterInvocationHandlerTest, EmitterInvocationHandlerTest, ObjectInvocationHandlerTest

public class InvocationHandlerTest
extends Object
implements InvocationHandlerTestMBean

Version:
$Revision: 1.1 $
Author:
Adrian Brock.

Field Summary
 boolean invokeNoArgsNoReturnInvoked
           
 boolean invokeNoReturnInvoked
           
 boolean primitive
           
 Boolean type
           
 
Constructor Summary
InvocationHandlerTest()
           
 
Method Summary
 String getAttribute()
           
 Boolean getType()
           
 String invoke(String parameter)
           
 Object invokeMixedParameters(String parameter1, int parameter2, Object parameter3)
           
 String invokeNoArgs()
           
 void invokeNoArgsNoReturn()
           
 void invokeNoReturn(String parameter)
           
 boolean isIsPrimitive()
           
 void setAttribute(String attribute)
           
 void setIsPrimitive(boolean bool)
           
 void setType(Boolean bool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invokeNoArgsNoReturnInvoked

public boolean invokeNoArgsNoReturnInvoked

invokeNoReturnInvoked

public boolean invokeNoReturnInvoked

primitive

public boolean primitive

type

public Boolean type
Constructor Detail

InvocationHandlerTest

public InvocationHandlerTest()
Method Detail

getAttribute

public String getAttribute()
Specified by:
getAttribute in interface InvocationHandlerTestMBean

setAttribute

public void setAttribute(String attribute)
Specified by:
setAttribute in interface InvocationHandlerTestMBean

isIsPrimitive

public boolean isIsPrimitive()
Specified by:
isIsPrimitive in interface InvocationHandlerTestMBean

setIsPrimitive

public void setIsPrimitive(boolean bool)
Specified by:
setIsPrimitive in interface InvocationHandlerTestMBean

getType

public Boolean getType()
Specified by:
getType in interface InvocationHandlerTestMBean

setType

public void setType(Boolean bool)
Specified by:
setType in interface InvocationHandlerTestMBean

invokeNoArgsNoReturn

public void invokeNoArgsNoReturn()
Specified by:
invokeNoArgsNoReturn in interface InvocationHandlerTestMBean

invokeNoArgs

public String invokeNoArgs()
Specified by:
invokeNoArgs in interface InvocationHandlerTestMBean

invokeNoReturn

public void invokeNoReturn(String parameter)
Specified by:
invokeNoReturn in interface InvocationHandlerTestMBean

invoke

public String invoke(String parameter)
Specified by:
invoke in interface InvocationHandlerTestMBean

invokeMixedParameters

public Object invokeMixedParameters(String parameter1,
                                    int parameter2,
                                    Object parameter3)
Specified by:
invokeMixedParameters in interface InvocationHandlerTestMBean


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