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 Details

    • provideBeanDirectory

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