org.oddjob.jmx
Interface RemoteDirectoryOwner

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

public interface RemoteDirectoryOwner
extends BeanDirectoryOwner

Something that is able to provide a RemoteDirectory

Author:
rob

Method Summary
 RemoteDirectory provideBeanDirectory()
          Provide a remote directory.
 

Method Detail

provideBeanDirectory

RemoteDirectory provideBeanDirectory()
Provide a remote directory.

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