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

ServerObjectInstance (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


org.jboss.mx.server
Class ServerObjectInstance

java.lang.Object
  extended byjavax.management.ObjectInstance
      extended byorg.jboss.mx.server.ServerObjectInstance
All Implemented Interfaces:
Serializable

public class ServerObjectInstance
extends ObjectInstance

An Object Instance that differentiates between MBeanServers.

Version:
$Revision: 1.1.8.2 $
Author:
Adrian Brock.
See Also:
Serialized Form

Constructor Summary
ServerObjectInstance(ObjectName name, String className, String agentID)
          Create a new Server Object Instance
 
Method Summary
 boolean equals(Object object)
           
 int hashCode()
           
 
Methods inherited from class javax.management.ObjectInstance
getClassName, getObjectName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerObjectInstance

public ServerObjectInstance(ObjectName name,
                            String className,
                            String agentID)
Create a new Server Object Instance

Parameters:
name - the object name
className - the class name
agentID - the agentID
Method Detail

equals

public boolean equals(Object object)
Overrides:
equals in class ObjectInstance

hashCode

public int hashCode()
Overrides:
hashCode in class ObjectInstance


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