Uses of Interface
com.sas.services.ServiceComponentConfigInterface
Packages that use ServiceComponentConfigInterface
Package
Description
SAS Foundation Services.
Session services.
-
Uses of ServiceComponentConfigInterface in com.sas.services
Classes in com.sas.services that implement ServiceComponentConfigInterfaceModifier and TypeClassDescriptionclassAbstract implementation of a foundation service component's configuration.Methods in com.sas.services that return ServiceComponentConfigInterfaceModifier and TypeMethodDescriptionServiceProfile.getServiceComponentConfiguration()Gets the service component's configuration that governs the configuration metadata that may be used to initialize or re-configure the service component.Methods in com.sas.services with parameters of type ServiceComponentConfigInterfaceModifier and TypeMethodDescriptionfinal voidServiceProfile.setServiceComponentConfiguration(ServiceComponentConfigInterface serviceComponentConfiguration) Specifies the service component's configuration that governs the configuration metadata that may be used to initialize or re-configure the service component.Constructors in com.sas.services with parameters of type ServiceComponentConfigInterfaceModifierConstructorDescriptionServiceProfile(ServiceComponentConfigInterface serviceComponentConfiguration, int supportedActions, String[] dependentServiceInterfaces, String serviceInterfaceClass, String serviceImplementationClass, String configUserInterfaceClassName, boolean isSingletonService) Constructs a profile that describes a foundation service. -
Uses of ServiceComponentConfigInterface in com.sas.services.session
Classes in com.sas.services.session that implement ServiceComponentConfigInterfaceModifier and TypeClassDescriptionfinal classSession Service configuration which may specify the default user context to associate with the root session context and optionally a session context timeout.