When a connected Manager requests the health status of the application, this method returns true if the application is up and operating normally. For more information about determining the health of an application, see Supporting Communication from Managers: Handling Health Status Requests.
boolean getHealth();
PCHcallable PCHLibrary = new defaultCallable();
...
boolean healthy = PCHLibrary.getHealth();
...