|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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)
PollManagerFactoryPollManager 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
PollManagers are going to be added.
* @return PollManager[] the PollManager objects to add.
createPollManagers in interface PollManagerFactoryorg.sadun.util.polling.PollManagerFactory#createPollManagers()public java.lang.String getDescription()
PollManagerFactory
getDescription in interface PollManagerFactoryPollManagerFactory.getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||