test.compliance.server.support
Class ObjectInvocationHandlerTest

java.lang.Object
  extended bytest.compliance.server.support.InvocationHandlerTest (src) 
      extended bytest.compliance.server.support.ObjectInvocationHandlerTest
All Implemented Interfaces:
InvocationHandlerTestMBean (src) , ObjectInvocationHandlerTestMBean (src)

public class ObjectInvocationHandlerTest
extends InvocationHandlerTest (src)
implements ObjectInvocationHandlerTestMBean (src)


Field Summary
 
Fields inherited from class test.compliance.server.support.InvocationHandlerTest (src)
invokeNoArgsNoReturnInvoked, invokeNoReturnInvoked, primitive, type
 
Constructor Summary
ObjectInvocationHandlerTest()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class test.compliance.server.support.InvocationHandlerTest (src)
getAttribute, invoke, invokeMixedParameters, invokeNoArgs, invokeNoArgsNoReturn, invokeNoReturn, isIsPrimitive, isIsType, setAttribute, setIsPrimitive, setIsType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface test.compliance.server.support.InvocationHandlerTestMBean (src)
getAttribute, invoke, invokeMixedParameters, invokeNoArgs, invokeNoArgsNoReturn, invokeNoReturn, isIsPrimitive, isIsType, setAttribute, setIsPrimitive, setIsType
 

Constructor Detail

ObjectInvocationHandlerTest

public ObjectInvocationHandlerTest()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface ObjectInvocationHandlerTestMBean (src)

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface ObjectInvocationHandlerTestMBean (src)

hashCode

public int hashCode()
Specified by:
hashCode in interface ObjectInvocationHandlerTestMBean (src)