Starts, stops, or restarts an Agentry application on the Agentry server node instance.
void startAgentryApplication (String appId)
throws SUPAdminException;
void stopAgentryApplication (String appId)
throws SUPAdminException;
void restartAgentryApplication (String appId)
throws SUPAdminException;
SupApplication.startAgentryApplication (“syclo.application”)
SupApplication.stopAgentryApplication (“syclo.application”)
SupApplication.restartAgentryApplication (“syclo.application”)