|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.core.base.MBeanHandle.ClassQueryExp
public static class MBeanHandle.ClassQueryExp
An inner class for queries of a specific class.
| Constructor Summary | |
|---|---|
MBeanHandle.ClassQueryExp(String c)
Constructs a new expression. |
|
MBeanHandle.ClassQueryExp(String c,
boolean nb)
Constructs a new expression for a broadcaster. |
|
| Method Summary | |
|---|---|
boolean |
apply(ObjectName n)
|
protected String |
getClassName()
Gets the class name. |
protected boolean |
isNotificationBrodcaster()
Checks whether a notification broadcaster. |
void |
setMBeanServer(MBeanServer s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBeanHandle.ClassQueryExp(String c)
c - the class name.
public MBeanHandle.ClassQueryExp(String c,
boolean nb)
c - the class name.nb - true for a notification broadcaster, false otherwise.| Method Detail |
|---|
public void setMBeanServer(MBeanServer s)
setMBeanServer in interface QueryExppublic boolean apply(ObjectName n)
apply in interface QueryExpprotected String getClassName()
protected boolean isNotificationBrodcaster()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||