|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
his interface is used in conjunction with the JMX instrumentation
ManagedDirectoryPoller
of DirectoryPoller
.
The JMX console user can specify the name of a class implementing
this interface, which is in turn used to produce a FilenameFilter
object which is added to ManagedDirectoryPoller
.
The implementing class must have a public default constructor.
Method Summary | |
java.io.FilenameFilter |
createFilenameFilter(java.lang.String mbeanName)
Create the FilenameFilter to add to the
ManagedDirectoryPoller MBean.
|
java.lang.String |
getDescription()
Provides a description of the factory. |
Method Detail |
public java.io.FilenameFilter createFilenameFilter(java.lang.String mbeanName)
FilenameFilter
to add to the
ManagedDirectoryPoller
MBean.
The MBean JMX ObjectName is passed to the factory, so that it can discriminate among different Mbean instances.
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |