Package org.oddjob.arooa.registry
Interface BeanDirectoryOwner
- All Known Subinterfaces:
RemoteDirectoryOwner
- All Known Implementing Classes:
ForEachJob,ForEachJob.LocalBean,JMXClientJob,JMXServiceJob,Oddjob,ServerMainBean,ServerView,WebClientJob
public interface BeanDirectoryOwner
An owner of a
BeanDirectory.- Author:
- rob
-
Method Summary
-
Method Details
-
provideBeanDirectory
BeanDirectory provideBeanDirectory()Get theBeanDirectory. This method may return null if the BeanDirectory isn't available.- Returns:
- The
BeanDirectoryor null.
-