org.oddjob.jmx
Interface RemoteDirectoryOwner

All Superinterfaces:
BeanDirectoryOwner
All Known Implementing Classes:
JMXClientJob, ServerView

public interface RemoteDirectoryOwner
extends BeanDirectoryOwner


Method Summary
 RemoteDirectory provideBeanDirectory()
          Get the BeanDirectory.
 

Method Detail

provideBeanDirectory

RemoteDirectory provideBeanDirectory()
Description copied from interface: BeanDirectoryOwner
Get the BeanDirectory. This method may return null if the BeanDirectory isn't available.

Specified by:
provideBeanDirectory in interface BeanDirectoryOwner
Returns:
The BeanDirectory or null.