test.compliance.server.support
Class InvocationHandlerTest
java.lang.Object
test.compliance.server.support.InvocationHandlerTest
- All Implemented Interfaces:
- InvocationHandlerTestMBean (src)
- Direct Known Subclasses:
- BroadcasterInvocationHandlerTest (src) , EmitterInvocationHandlerTest (src) , ObjectInvocationHandlerTest (src)
- public class InvocationHandlerTest
- extends java.lang.Object
- implements InvocationHandlerTestMBean (src)
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 java.lang.Boolean type
InvocationHandlerTest
public InvocationHandlerTest()
getAttribute
public java.lang.String getAttribute()
- Specified by:
getAttribute
in interface InvocationHandlerTestMBean (src)
setAttribute
public void setAttribute(java.lang.String attribute)
- Specified by:
setAttribute
in interface InvocationHandlerTestMBean (src)
isIsPrimitive
public boolean isIsPrimitive()
- Specified by:
isIsPrimitive
in interface InvocationHandlerTestMBean (src)
setIsPrimitive
public void setIsPrimitive(boolean bool)
- Specified by:
setIsPrimitive
in interface InvocationHandlerTestMBean (src)
isIsType
public java.lang.Boolean isIsType()
- Specified by:
isIsType
in interface InvocationHandlerTestMBean (src)
setIsType
public void setIsType(java.lang.Boolean bool)
- Specified by:
setIsType
in interface InvocationHandlerTestMBean (src)
invokeNoArgsNoReturn
public void invokeNoArgsNoReturn()
- Specified by:
invokeNoArgsNoReturn
in interface InvocationHandlerTestMBean (src)
invokeNoArgs
public java.lang.String invokeNoArgs()
- Specified by:
invokeNoArgs
in interface InvocationHandlerTestMBean (src)
invokeNoReturn
public void invokeNoReturn(java.lang.String parameter)
- Specified by:
invokeNoReturn
in interface InvocationHandlerTestMBean (src)
invoke
public java.lang.String invoke(java.lang.String parameter)
- Specified by:
invoke
in interface InvocationHandlerTestMBean (src)
invokeMixedParameters
public java.lang.Object invokeMixedParameters(java.lang.String parameter1,
int parameter2,
java.lang.Object parameter3)
- Specified by:
invokeMixedParameters
in interface InvocationHandlerTestMBean (src)