org.oddjob.arooa.registry
Interface BeanDirectoryOwner

All Known Subinterfaces:
RemoteDirectoryOwner
All Known Implementing Classes:
JMXClientJob, JMXServiceJob, Oddjob, ServerMainBean, ServerView

public interface BeanDirectoryOwner

An owner of a BeanDirectory.

Author:
rob

Method Summary
 BeanDirectory provideBeanDirectory()
          Get the BeanDirectory.
 

Method Detail

provideBeanDirectory

BeanDirectory provideBeanDirectory()
Get the BeanDirectory. This method may return null if the BeanDirectory isn't available.

Returns:
The BeanDirectory or null.