Uses of Interface
com.sas.services.ServiceConfigurationInterface

Packages that use ServiceConfigurationInterface
com.sas.services SAS Foundation Services. 
com.sas.services.deployment This subsystem provides utilities to deploy and lookup SAS Foundation Services. 
com.sas.services.discovery Discover a service based upon its service capabilities and optionally service attributes. 
com.sas.services.events.broker Broker events that are triggered by various transport protocols. 
com.sas.services.events.discovery Locate event brokers. 
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.security Perform Authentication against modular authentication providers with user identities. 
com.sas.services.session Session services. 
com.sas.services.storedprocess Execute stored processes. 
com.sas.services.user Maintain user identities and profiles. 
 

Uses of ServiceConfigurationInterface in com.sas.services
 

Methods in com.sas.services that return ServiceConfigurationInterface
 ServiceConfigurationInterface ServiceProxy.getServiceConfiguration()
          Gets the service's configuration.
 ServiceConfigurationInterface ServiceInterface.getServiceConfiguration()
          Gets the service's configuration.
 ServiceConfigurationInterface RemoteServiceInterface.getServiceConfiguration()
          Gets the service's configuration.
 ServiceConfigurationInterface AbstractRemoteService.getServiceConfiguration()
          Gets this service's configuration.
 ServiceConfigurationInterface ServiceProxy.getServiceConfiguration(java.lang.Object key)
          Gets the service's configuration associated with the specified lookup key.
 ServiceConfigurationInterface ServiceConfigurationInterface.getServiceConfiguration(java.lang.Object key)
          Gets the service configuration associated with the specified lookup key or null if a configuration is not available.
 ServiceConfigurationInterface ServiceConfiguration.getServiceConfiguration(java.lang.Object key)
          Gets the ancillary service configuration associated with the specified key.
 ServiceConfigurationInterface RemoteServiceInterface.getServiceConfiguration(java.lang.Object key)
          Gets the service's configuration associated with the specified lookup key.
 ServiceConfigurationInterface AbstractRemoteService.getServiceConfiguration(java.lang.Object key)
          Gets the service configuration associated with the specified lookup key.
 

Methods in com.sas.services with parameters of type ServiceConfigurationInterface
 void ServiceConfigurationInterface.addServiceConfiguration(java.lang.Object key, ServiceConfigurationInterface serviceConfiguration)
          Adds a service configuration which can be later obtained using the specified lookup key.
 void ServiceConfiguration.addServiceConfiguration(java.lang.Object key, ServiceConfigurationInterface serviceConfiguration)
          Adds a service configuration keyed by the specified value.
 void ServiceProxy.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures the service.
 void ServiceInterface.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures the service.
 void RemoteServiceInterface.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures the service.
 void AbstractService.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures the service.
 void AbstractRemoteService.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures the service.
 RemoteServiceInterface ServiceFactoryInterface.getService(ServiceConfigurationInterface serviceConfiguration)
          Gets a service that has been initialized with the specified service configuration.
 RemoteServiceInterface AbstractServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration)
          Gets a service from the factory and registers it with the local discovery service.
 RemoteServiceInterface ServiceFactoryInterface.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a service initialized with the specified service configuration.
abstract  RemoteServiceInterface AbstractServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
           
 ServiceAttributeInterface AbstractServiceAttributeFactory.getServiceAttribute(ServiceConfigurationInterface serviceConfiguration)
          Gets the service attribute from the provided service configuration.
 void ServiceProxy.reconfigure(ServiceConfigurationInterface serviceConfiguration)
          Reconfigure the service.
 void RemoteServiceInterface.reconfigure(ServiceConfigurationInterface serviceConfiguration)
          Reconfigure the service.
 void AbstractRemoteService.reconfigure(ServiceConfigurationInterface serviceConfiguration)
          Re-configures the service.
 

Uses of ServiceConfigurationInterface in com.sas.services.deployment
 

Methods in com.sas.services.deployment that return ServiceConfigurationInterface
 ServiceConfigurationInterface URLServiceConfigFactory.createConfigForService(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
 ServiceConfigurationInterface ServiceConfigFactoryInterface.createConfigForService(java.lang.String softwareComponentName, java.lang.String serviceGroupName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
 ServiceConfigurationInterface OMRServiceConfigFactory.createConfigForService(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
abstract  ServiceConfigurationInterface AbstractServiceConfigFactory.createConfigForService(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
protected  ServiceConfigurationInterface AbstractServiceConfigFactory.createServiceConfig(java.lang.String metadataXML, java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Creates a service configuration using the specified metadata.
 ServiceConfigurationInterface URLServiceConfigFactory.createServiceConfiguration(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
 ServiceConfigurationInterface DeployableService.getServiceConfiguration()
          Gets the service configuration.
static ServiceConfigurationInterface DeployableServiceFactory.getServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, org.apache.log4j.Logger logger)
          Creates a service configuration for the specified service.
static ServiceConfigurationInterface DeployableServiceFactory.getServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, org.apache.log4j.Logger logger, Environment environment)
          Creates a service configuration for the specified service.
 

Methods in com.sas.services.deployment with parameters of type ServiceConfigurationInterface
 ServiceAttributeInterface ServiceAttributeFactoryInterface.getServiceAttribute(ServiceConfigurationInterface serviceConfiguration)
          Manufactures a service attribute based upon the initialization data specified in the service configuration.
 ServiceAttributeInterface ServiceAttribute.getServiceAttribute(ServiceConfigurationInterface serviceConfiguration)
          Gets the service attribute.
 

Constructors in com.sas.services.deployment with parameters of type ServiceConfigurationInterface
DeployableService(java.lang.String id, ServiceConfigurationInterface serviceConfiguration)
          Constructs an instance using the specified OMA ID for the metadata ServiceComponent that represents the foundation service.
DeployableService(java.lang.String id, ServiceConfigurationInterface serviceConfiguration, java.lang.String[] dependencies)
          Constructs an instance using the specified OMA ID for the metadata ServiceComponent that represents the foundation service.
RMIDeployableService(java.lang.String id, ServiceConfigurationInterface serviceConfiguration, java.lang.String[] dependencies, java.util.Set rmiBindings, AbstractMetadataSource metadataSource)
          Constructs an instance that specifies a factory that will be used to instantiate a service and optionally register it with the RMIRegistry.
 

Uses of ServiceConfigurationInterface in com.sas.services.discovery
 

Methods in com.sas.services.discovery with parameters of type ServiceConfigurationInterface
 void ActivatableDiscoveryService.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures service.
static DiscoveryServiceInterface DiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a discovery service that has been initialized with the specified service configuration.
 RemoteServiceInterface DiscoveryServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a service that has been initialized with the specified service configuration.
 

Constructors in com.sas.services.discovery with parameters of type ServiceConfigurationInterface
ActivatableDiscoveryService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Constructs a default instance of a remote discovery service.
 

Uses of ServiceConfigurationInterface in com.sas.services.events.broker
 

Methods in com.sas.services.events.broker with parameters of type ServiceConfigurationInterface
 void EventBrokerService.configure(ServiceConfigurationInterface serviceConfiguration)
          Deprecated. Configures this service.
static EventBrokerServiceInterface EventBrokerServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Deprecated. Instantiates a new Event Broker service initialized with the specified configuration.
 RemoteServiceInterface EventBrokerServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Deprecated. Instantiates a new Event Broker service initialized with the specified configuration.
 void EventBrokerService.reconfigure(ServiceConfigurationInterface serviceConfiguration)
          Deprecated. Re-configures this service.
 

Constructors in com.sas.services.events.broker with parameters of type ServiceConfigurationInterface
EventBrokerService(ServiceConfigurationInterface serviceConfiguration)
          Deprecated. Constructs an event broker service based upon the specified service configuration.
EventBrokerService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Deprecated. Constructs an event broker service based upon the specified service configuration.
 

Uses of ServiceConfigurationInterface in com.sas.services.events.discovery
 

Methods in com.sas.services.events.discovery with parameters of type ServiceConfigurationInterface
 void EventBrokerDiscoveryService.configure(ServiceConfigurationInterface serviceConfiguration)
          Deprecated. As of release 9.2, this class is no longer being supported.
static EventBrokerDiscoveryServiceInterface EventBrokerDiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Deprecated. As of release 9.2, this class is no longer being supported.
 RemoteServiceInterface EventBrokerDiscoveryServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Deprecated. As of release 9.2, this class is no longer being supported.
 

Constructors in com.sas.services.events.discovery with parameters of type ServiceConfigurationInterface
EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration)
          Deprecated. As of release 9.2, this class is no longer being supported.
EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Deprecated. As of release 9.2, this class is no longer being supported.
 

Uses of ServiceConfigurationInterface in com.sas.services.information
 

Methods in com.sas.services.information with parameters of type ServiceConfigurationInterface
 void InformationService.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures service.
 

Uses of ServiceConfigurationInterface in com.sas.services.security
 

Methods in com.sas.services.security with parameters of type ServiceConfigurationInterface
 void AuthenticationService.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures service.
static AuthenticationServiceInterface AuthenticationService.defaultInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets the authentication service.
 

Uses of ServiceConfigurationInterface in com.sas.services.session
 

Methods in com.sas.services.session with parameters of type ServiceConfigurationInterface
 void SessionService.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures service.
static SessionServiceInterface SessionServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a Session service initialized with the specified configuration.
static SessionServiceInterface SessionService.getInstance(ServiceConfigurationInterface serviceConfiguration)
          Returns the singleton instance of the session service.
static SessionServiceInterface SessionService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Returns the singleton instance of the session service.
 RemoteServiceInterface SessionServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a Session service initialized with the specified configuration.
 

Uses of ServiceConfigurationInterface in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess with parameters of type ServiceConfigurationInterface
static StoredProcessServiceInterface StoredProcessServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a Stored Process service initialized with the specified configuration.
 RemoteServiceInterface StoredProcessServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a Stored Process service initialized with the specified configuration.
 

Uses of ServiceConfigurationInterface in com.sas.services.user
 

Methods in com.sas.services.user with parameters of type ServiceConfigurationInterface
 void UserService.configure(ServiceConfigurationInterface serviceConfiguration)
          Configures service.
static UserServiceInterface UserService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a singleton instance of the user service for the specified service configuration.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.