The code is:
public int hashCode()
{
int result;
result = objectName.hashCode();
result = 29 * result + handback.hashCode();
result = 29 * result + filter.hashCode();
return result;
}
This code requires that the filter be non-null, or a NullPointerException will be
raised.
If I have an
The available constructors for MBeanTracker allow me to track MBeans based on the
MBean class or the MBean Attributes (via a QueryExp), but not based on the MBean name.
I mostly want to use XMBeans, which means that the MBean classes all appear as XMBean,
so selecting by class is not much help.
Apologies. Wrong forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849463#3849463
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849463
---
This SF.Net email is
The code is:
public int hashCode()
{
int result;
result = objectName.hashCode();
result = 29 * result + handback.hashCode();
result = 29 * result + filter.hashCode();
return result;
}
This code requires that the fi
Apologies. Wrong forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849462#3849462
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849462
---
This SF.Net email is
The available constructors for MBeanTracker allow me to track MBeans based on the
MBean class or the MBean Attributes (via a QueryExp), but not based on the MBean name.
I mostly want to use XMBeans, which means that the MBean classes all appear as XMBean,
so selecting by class is not much help.