Interface OrgPolicyScriptService
-
- All Superinterfaces:
ADEPT2Service
public interface OrgPolicyScriptService extends ADEPT2Service
A service allowing to registerOrgPolicyScriptHandler
dynamically at runtime at the org model manager. This service provides the script handler; the service itself is registered via itsservice URIs
at the org model manager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrgPolicyScriptHandler
getOrgPolicyScriptHandler()
Gets the handler for resolving org policies of specific types.-
Methods inherited from interface de.aristaflow.adept2.base.service.ADEPT2Service
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, start
-
-
-
-
Method Detail
-
getOrgPolicyScriptHandler
OrgPolicyScriptHandler getOrgPolicyScriptHandler()
Gets the handler for resolving org policies of specific types.- Returns:
- The handler for resolving org policies of specific types.
-
-