站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

AbstractMBeanInvoker.OperationKey (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


org.jboss.mx.server
Class AbstractMBeanInvoker.OperationKey

java.lang.Object
  extended byorg.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()

equals

public boolean equals(Object o)

toString

public String toString()


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