|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sadun.util.polling.test.TestPollManagerFactory
A PollManagerFactory
which produces one
instance of TestPollManager
Constructor Summary | |
TestPollManagerFactory()
|
Method Summary | |
PollManager[] |
createPollManagers(java.lang.String name)
Create the PollManager to add to the
ManagedDirectoryPoller MBean.
|
java.lang.String |
getDescription()
Provides a description of the factory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestPollManagerFactory()
Method Detail |
public PollManager[] createPollManagers(java.lang.String name)
PollManagerFactory
PollManager
to add to the
ManagedDirectoryPoller
MBean.
The MBean JMX ObjectName is passed to the factory, so that it can discriminate among different Mbean instances.
* @param mBeanName the ObjectName of the MBean to which the
PollManager
s are going to be added.
* @return PollManager[] the PollManager objects to add.
createPollManagers
in interface PollManagerFactory
org.sadun.util.polling.PollManagerFactory#createPollManagers()
public java.lang.String getDescription()
PollManagerFactory
getDescription
in interface PollManagerFactory
PollManagerFactory.getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |