Interface ManagedObjectServiceReady


public interface ManagedObjectServiceReady
Indicates if ready to start ManagedObjectService instances.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates if ready to start servicing.
  • Method Details

    • isServiceReady

      boolean isServiceReady() throws Exception
      Indicates if ready to start servicing.
      Returns:
      true if ready to start servicing.
      Throws:
      Exception - If fails to be ready.