org.jboss.test.jmx.compliance.server.support
Class InvocationHandlerTest
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invokeNoArgsNoReturnInvoked
public boolean invokeNoArgsNoReturnInvoked
invokeNoReturnInvoked
public boolean invokeNoReturnInvoked
primitive
public boolean primitive
type
public Boolean type
InvocationHandlerTest
public InvocationHandlerTest()
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.