|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceComponentConfigInterface | |
---|---|
com.sas.services | SAS Foundation Services. |
com.sas.services.session | Session services. |
Uses of ServiceComponentConfigInterface in com.sas.services |
---|
Classes in com.sas.services that implement ServiceComponentConfigInterface | |
---|---|
class |
AbstractServiceComponentConfig
Abstract implementation of a foundation service component's configuration. |
Methods in com.sas.services that return ServiceComponentConfigInterface | |
---|---|
ServiceComponentConfigInterface |
ServiceProfile.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 ServiceComponentConfigInterface | |
---|---|
void |
ServiceProfile.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 ServiceComponentConfigInterface | |
---|---|
ServiceProfile(ServiceComponentConfigInterface serviceComponentConfiguration,
int supportedActions,
java.lang.String[] dependentServiceInterfaces,
java.lang.String serviceInterfaceClass,
java.lang.String serviceImplementationClass,
java.lang.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 ServiceComponentConfigInterface | |
---|---|
class |
SessionServiceInitObject
Session Service configuration which may specify the default user context to associate with the root session context and optionally a session context timeout. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |