Class PublisherProxy


  • public class PublisherProxy
    extends java.lang.Object
    Class representing a proxy for a ILdapPublisher.
    Version:
    $Revision$ $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      PublisherProxy​(boolean enable, ILdapPublisher publisher)
      Constructs a PublisherProxy based on a ILdapPublisher object and enabled boolean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ILdapPublisher getPublisher()
      Return ILdapPublisher object.
      boolean isEnable()
      Return if enabled or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PublisherProxy

        public PublisherProxy​(boolean enable,
                              ILdapPublisher publisher)
        Constructs a PublisherProxy based on a ILdapPublisher object and enabled boolean.
        Parameters:
        enable - Proxy is enabled or not.
        publisher - Corresponding ILdapPublisher object.
    • Method Detail

      • isEnable

        public boolean isEnable()
        Return if enabled or not.
        Returns:
        true if enabled, otherwise false.
      • getPublisher

        public ILdapPublisher getPublisher()
        Return ILdapPublisher object.
        Returns:
        Instance of ILdapPublisher.