org.jboss.mx.server
Class AbstractMBeanInvoker.OperationKey

java.lang.Object
  extended by org.jboss.mx.server.AbstractMBeanInvoker.OperationKey
Enclosing class:
AbstractMBeanInvoker

protected final class AbstractMBeanInvoker.OperationKey
extends Object


Constructor Summary
AbstractMBeanInvoker.OperationKey(MBeanOperationInfo info)
           
AbstractMBeanInvoker.OperationKey(String name, MBeanParameterInfo[] signature)
           
AbstractMBeanInvoker.OperationKey(String name, String type)
           
AbstractMBeanInvoker.OperationKey(String name, String[] signature)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractMBeanInvoker.OperationKey

public AbstractMBeanInvoker.OperationKey(String name,
                                         String type)

AbstractMBeanInvoker.OperationKey

public AbstractMBeanInvoker.OperationKey(String name,
                                         String[] signature)

AbstractMBeanInvoker.OperationKey

public AbstractMBeanInvoker.OperationKey(String name,
                                         MBeanParameterInfo[] signature)

AbstractMBeanInvoker.OperationKey

public AbstractMBeanInvoker.OperationKey(MBeanOperationInfo info)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


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