A B C D E F G H I J K L M N O P Q R S T U V W X Z _

S

SASServerException - exception com.sas.services.storedprocess.SASServerException.
This class wraps exceptions thrown while accessing the SAS Server.
SecurityContext - class com.sas.services.events.broker.SecurityContext.
Security context associated with a particular Event Broker service message.
SelfIdentity - class com.sas.services.information.metadata.SelfIdentity.
 
Server - class com.sas.services.connection.Server.
A base class for describing IOM servers.
ServerComponentInterface - interface com.sas.services.information.metadata.ServerComponentInterface.
 
ServerContextInterface - interface com.sas.services.information.metadata.ServerContextInterface.
 
ServerFilter - class com.sas.services.information.metadata.ServerFilter.
 
ServerInterface - interface com.sas.services.information.metadata.ServerInterface.
This is a generic interface for interacting with a repository entry that represents a server of some sort.
ServerPrincipal - class com.sas.services.security.login.ServerPrincipal.
This class represents an authenticated principal identity which was authenticated against a repository server.
ServerPrincipalInterface - interface com.sas.services.security.login.ServerPrincipalInterface.
 
ServiceAttribute - class com.sas.services.deployment.ServiceAttribute.
Represents a service attribute from the perspective of a deployment utility.
ServiceAttributeFactoryInterface - interface com.sas.services.deployment.ServiceAttributeFactoryInterface.
Interface used to create a service attribute based upon a ServiceConfigurationInterface.
ServiceAttributeInterface - interface com.sas.services.ServiceAttributeInterface.
Base interface used to describe an attribute of a service.
ServiceComparator - class com.sas.services.deployment.ServiceComparator.
Comparator for DeployableService representations of a foundation service.
ServiceComponentConfigInterface - interface com.sas.services.ServiceComponentConfigInterface.
Interface describing operations which pertain to a foundation service's metadata.
ServiceConfiguration - class com.sas.services.ServiceConfiguration.
Configuration data for a service.
ServiceConfigurationException - exception com.sas.services.ServiceConfigurationException.
Exception used to indicate an issue with an invalid service configuration.
ServiceConfigurationInterface - interface com.sas.services.ServiceConfigurationInterface.
The base service configuration interface optionally specifying an object containing data necessary to initialize or reconfigure a service and other service configurations.
ServiceDeploymentExporter - class com.sas.services.deployment.ServiceDeploymentExporter.
Exports an application's foundation services deployment configuration from a SAS Metadata Repository to a UTF-8 encoded XML file.
ServiceDeploymentImporter - class com.sas.services.deployment.ServiceDeploymentImporter.
Utility to import metadata representing foundation service deployment(s) from a utf-8 encoded file into a SAS Metadata Repository.
ServiceDeploymentImportException - exception com.sas.services.deployment.ServiceDeploymentImportException.
Exception indicate that an attempt to import a platform service deployment from a file into OMR has failed.
ServiceDeploymentImportFile - class com.sas.services.deployment.ServiceDeploymentImportFile.
This class represents a foundation services deployment file that was exported from a SAS Metadata foundation repository.
ServiceDeploymentInterface - interface com.sas.services.deployment.ServiceDeploymentInterface.
This interface contains constants associated with a platform service deployment.
ServiceDeployments - class com.sas.services.deployment.ServiceDeployments.
Utility class used to retrieve SoftwareComponent elements from an open metadata repository.
ServiceDiscoveryConfiguration - class com.sas.services.discovery.ServiceDiscoveryConfiguration.
Service discovery configuration.
ServiceDiscoveryConfigurationInterface - interface com.sas.services.discovery.ServiceDiscoveryConfigurationInterface.
Interface describing a service discovery configuration consisting of an ID used to uniquely identify a service across JVMs and optional service attributes which may be used to qualify a discovery lookup to distinguish among multiple services that satisfy the same service types.
ServiceEvent - class com.sas.services.mgmt.ServiceEvent.
Base class for all foundation service events.
ServiceException - exception com.sas.services.ServiceException.
Base exception class for all service related exceptions.
ServiceFactoryInterface - interface com.sas.services.ServiceFactoryInterface.
An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceGroupAttribute - class com.sas.services.discovery.ServiceGroupAttribute.
A service attribute that denotes membership in a group of software components.
ServiceInitializationObject - class com.sas.services.ServiceInitializationObject.
An initialization object specified by the bootstrap configuration.
ServiceInterface - interface com.sas.services.ServiceInterface.
Interface used to designate a service that is only available within the local JVM.
ServiceLoader - class com.sas.services.deployment.ServiceLoader.
Service deployment utility that loads services based upon an Open Metadata Architecture (OMA) compliant schema.
ServiceLookupFailedException - exception com.sas.services.deployment.ServiceLookupFailedException.
An exception used in the event that a service lookup fails.
ServiceNotAvailableException - exception com.sas.services.discovery.ServiceNotAvailableException.
Service is not available exception.
ServiceNotificationBroadcaster - class com.sas.services.mgmt.ServiceNotificationBroadcaster.
Service notification broadcaster.
ServiceNotificationBroadcasterInterface - interface com.sas.services.mgmt.ServiceNotificationBroadcasterInterface.
Interface used to add/remove platform service observers.
ServiceObserverInterface - interface com.sas.services.mgmt.ServiceObserverInterface.
Interface describing the means to observe a platform service.
ServicePrototypeImporter - class com.sas.services.deployment.ServicePrototypeImporter.
Utility to import metadata representing foundation service deployment prototypes from a file into a SAS Metadata Server.
ServiceProxy - class com.sas.services.ServiceProxy.
Foundation service proxy.
ServiceRemoteObserver - class com.sas.services.mgmt.ServiceRemoteObserver.
Abstract implementation of a remoteable service observer.
ServiceRemoteObserverInterface - interface com.sas.services.mgmt.ServiceRemoteObserverInterface.
Interface describing the means to observe a platform service.
Services - class com.sas.services.discovery.Services.
A collection of services that implement the RemoteServiceInterface interface.
ServicesCache - class com.sas.services.discovery.ServicesCache.
Cache used to store foundation services.
ServicesDeploymentEvent - class com.sas.services.deployment.ServicesDeploymentEvent.
Event used to notify a listener of a change in the state of the foundation services deployment.
ServicesDeploymentEventListenerInterface - interface com.sas.services.deployment.ServicesDeploymentEventListenerInterface.
Interface that a listener must implement in order to be notified of service deployment state transitions.
ServiceState - class com.sas.services.ServiceState.
A service's state.
ServiceTemplate - class com.sas.services.discovery.ServiceTemplate.
A service request template that describes the type(s) of services expressed in terms of Java classes/interfaces representing the business interfaces and optional service attributes.
ServiceTypes - class com.sas.services.discovery.ServiceTypes.
Service capabilities expressed in terms of the Java interface(s) and/or class(es).
ServiceWrapperImpl - class com.sas.services.deployment.servicewrapper.ServiceWrapperImpl.
A sample service wrapper implementation.
ServiceWrapperInterface - interface com.sas.services.deployment.servicewrapper.ServiceWrapperInterface.
Interface that specifies methods to initialize and destroy a Foundation Services deployment.
SessionContextInterface - interface com.sas.services.session.SessionContextInterface.
The SessionContextInterface provides a control structure for maintaining state within a bound session and facilitates resource management and context passing.
SessionContextPermission - class com.sas.services.session.SessionContextPermission.
This class is used to protect Session Context objects that are stored in the Session Service.
SessionContextStateChangedEvent - class com.sas.services.session.SessionContextStateChangedEvent.
Sent to an object that implements RemoteSessionContextStateChangedListener when the object's state changes within the session context; currently, this is when the object is removed from the session context or when the session context is destroyed.
SessionNotAvailableException - exception com.sas.services.storedprocess.SessionNotAvailableException.
This exception is thrown when the StoredProcessService knows about the session described in the message, but you are supplying the wrong user context.
SessionNotFoundException - exception com.sas.services.storedprocess.SessionNotFoundException.
This exception is thrown when the StoredProcessService cannot find the session described in the message.
SessionPermission - class com.sas.services.session.SessionPermission.
This class is for various Session Service permissions.
SessionService - class com.sas.services.session.SessionService.
The SessionService provides a mechanism for creating and accessing session contexts.
SessionServiceFactory - class com.sas.services.session.SessionServiceFactory.
Factory used to manufacture an object that implements the following service interfaces: RemoteServiceInterface SessionServiceInterface
SessionServiceInitializer - class com.sas.services.session.SessionServiceInitializer.
Parse SessionService initialization context from platform service deployment configuration to create a Session Service initialization object SessionServiceInitObject.
SessionServiceInitObject - class com.sas.services.session.SessionServiceInitObject.
SessionService initialization object created from PFS Deployment configuration.
SessionServiceInterface - interface com.sas.services.session.SessionServiceInterface.
The SessionServiceInterface provides a mechanism for creating and accessing session contexts.
SessionServiceProxy - class com.sas.services.session.SessionServiceProxy.
Session Service proxy.
SimpleUserIdentity - class com.sas.services.user.SimpleUserIdentity.
The SimpleUserIdentity class implements a simple user/password identity.
SmartTypes - interface com.sas.services.information.util.SmartTypes.
 
SMTPServerInfo - class com.sas.services.publish.alerts.SMTPServerInfo.
Represents all the information needed to connect to a SMTP mail server.
StoredProcess - class com.sas.services.storedprocess.metadata.StoredProcess.
 
StoredProcessAlertItem - class com.sas.services.storedprocess.metadata.StoredProcessAlertItem.
This class represents a sas stored process alert item, which keeps track of the results of a stored process.
StoredProcessAlertItemInterface - interface com.sas.services.storedprocess.metadata.StoredProcessAlertItemInterface.
This class represents a sas stored process alert item, which keeps track of the results of a stored process.
StoredProcessFilter - class com.sas.services.storedprocess.metadata.StoredProcessFilter.
 
StoredProcessInterface - interface com.sas.services.storedprocess.StoredProcessInterface.
This interface describes a stored process.
StoredProcessInterface - interface com.sas.services.storedprocess.metadata.StoredProcessInterface.
This is a generic interface for interacting with a repository entry that represents a SAS Stored Process object.
StoredProcessServiceFactory - class com.sas.services.storedprocess.StoredProcessServiceFactory.
Factory used to manufacture an object that implements the following service interfaces: RemoteServiceInterface StoredProcessServiceInterface
StoredProcessServiceInterface - interface com.sas.services.storedprocess.StoredProcessServiceInterface.
This interface describes a stored process service.
StoredProcessServiceProxy - class com.sas.services.storedprocess.StoredProcessServiceProxy.
Stored Process service proxy.
SubscriberDeliveryTransports - class com.sas.services.information.metadata.SubscriberDeliveryTransports.
 
SubscriberFilter - class com.sas.services.information.metadata.SubscriberFilter.
 
SubscriberInterface - interface com.sas.services.information.metadata.SubscriberInterface.
Subscriber interface;
SummaryData - class com.sas.services.session.SummaryData.
Contains session summary information.
SummaryDataInterface - interface com.sas.services.session.SummaryDataInterface.
The SummaryDataInterface provides a mechanism for returning session summary information.
SyntaxException - exception com.sas.services.SyntaxException.
Exception that is thrown when a validation method has determined that an invalid syntax.

A B C D E F G H I J K L M N O P Q R S T U V W X Z _

Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:50