test.compliance.server.support
Interface ObjectInvocationHandlerTestMBean

All Superinterfaces:
InvocationHandlerTestMBean (src)
All Known Implementing Classes:
ObjectInvocationHandlerTest (src)

public interface ObjectInvocationHandlerTestMBean
extends InvocationHandlerTestMBean (src)


Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from interface test.compliance.server.support.InvocationHandlerTestMBean (src)
getAttribute, invoke, invokeMixedParameters, invokeNoArgs, invokeNoArgsNoReturn, invokeNoReturn, isIsPrimitive, isIsType, setAttribute, setIsPrimitive, setIsType
 

Method Detail

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()