Interface InitializingObject


  • public interface InitializingObject
    Interface that indicate to provide an initialization method.
    Since:
    3.4.2
    Author:
    Kazuki Shimizu
    • Method Detail

      • initialize

        void initialize()
                 throws Exception
        Initialize an instance.

        This method will be invoked after it has set all properties.

        Throws:
        Exception - in the event of misconfiguration (such as failure to set an essential property) or if initialization fails