Uses of Package
com.sas.services

Packages that use com.sas.services
com.sas.services Foundation Services. 
com.sas.services.connection.platform Provides a connection factory configuation for use with SAS Foundation Services. 
com.sas.services.deployment This subsystem provides utilities to deploy and lookup foundation services. 
com.sas.services.deployment.servicewrapper Java Service Wrapper for the SAS Foundation Services. 
com.sas.services.discovery Discover a service based upon its service capabilities and optionally service attributes. 
com.sas.services.discovery.util Convenience utilities used by the discovery service. 
com.sas.services.events.broker Broker events that are triggered by various transport protocols. 
com.sas.services.events.broker.flowengine Run process flows and dispatch listener applications. 
com.sas.services.events.discovery Locate event brokers. 
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata Information Service metadata. 
com.sas.services.information.metadata.dav Information Service WebDAV metadata. 
com.sas.services.information.metadata.ldap Information Service LDAP metadata. 
com.sas.services.information.util Information service utilities. 
com.sas.services.logging Send runtime messages to one or more output destinations. 
com.sas.services.mgmt Service management. 
com.sas.services.publish Publish services. 
com.sas.services.publish.alerts Publish service alerts. 
com.sas.services.publish.archive Publish service archive. 
com.sas.services.publish.metadata Publish Service metadata. 
com.sas.services.publish.requester Publish Service requester. 
com.sas.services.publish.webdav Publishing capabilities for a WebDAV client. 
com.sas.services.security Perform Authentication against modular authentication providers with user identities. 
com.sas.services.session Session services. 
com.sas.services.storedprocess Create and execute stored processes. 
com.sas.services.storedprocess.metadata Stored Process Service metadata. 
com.sas.services.user Maintain user identities and profiles. 
com.sas.services.util Utility classes used by Foundation Services. 
 

Classes in com.sas.services used by com.sas.services
AbstractRemoteService
          Abstract implementation of a remoteable service.
InitializationException
          Initialization exception.
InitializationObjectInterface
          Initialization interface specification.
QuiesceException
          Quiesce exception thrown when an error occurs quiescing the service.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceAttributeInterface
          Base interface used to describe an attribute of a service.
ServiceComponentConfigInterface
          Interface describing operations which pertain to a foundation service's metadata.
ServiceConfigurationException
          Exception used to indicate an issue with an invalid service configuration.
ServiceConfigurationInterface
          The base service configuration interface optionally specifying an object containing data necessary to initialize or reconfigure a service and other service configurations.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
 

Classes in com.sas.services used by com.sas.services.connection.platform
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.deployment
InitializationException
          Initialization exception.
ServiceConfiguration
          Configuration data for a service.
ServiceConfigurationInterface
          The base service configuration interface optionally specifying an object containing data necessary to initialize or reconfigure a service and other service configurations.
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.deployment.servicewrapper
InitializationException
          Initialization exception.
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.discovery
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractService
          Abstract implementation of a service.
AbstractServiceAttribute
          Service attribute describing some additional criteria that may be used to distinguish services that implement the same service type(s) as specified by Java classes.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceAttributeInterface
          Base interface used to describe an attribute of a service.
ServiceConfiguration
          Configuration data for a service.
ServiceConfigurationInterface
          The base service configuration interface optionally specifying an object containing data necessary to initialize or reconfigure a service and other service configurations.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
 

Classes in com.sas.services used by com.sas.services.discovery.util
InitializationException
          Initialization exception.
 

Classes in com.sas.services used by com.sas.services.events.broker
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractServiceComponentConfig
          Abstract implementation of a foundation service component's configuration.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceComponentConfigInterface
          Interface describing operations which pertain to a foundation service's metadata.
ServiceConfigurationException
          Exception used to indicate an issue with an invalid service configuration.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
 

Classes in com.sas.services used by com.sas.services.events.broker.flowengine
InitializationException
          Initialization exception.
 

Classes in com.sas.services used by com.sas.services.events.discovery
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
 

Classes in com.sas.services used by com.sas.services.information
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractServiceComponentConfig
          Abstract implementation of a foundation service component's configuration.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceComponentConfigInterface
          Interface describing operations which pertain to a foundation service's metadata.
ServiceConfigurationException
          Exception used to indicate an issue with an invalid service configuration.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
 

Classes in com.sas.services used by com.sas.services.information.metadata
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.information.metadata.dav
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.information.metadata.ldap
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.information.util
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.logging
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractServiceComponentConfig
          Abstract implementation of a foundation service component's configuration.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceComponentConfigInterface
          Interface describing operations which pertain to a foundation service's metadata.
ServiceConfigurationException
          Exception used to indicate an issue with an invalid service configuration.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
 

Classes in com.sas.services used by com.sas.services.mgmt
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.publish
InitializationException
          Initialization exception.
ParseException
          Parse exception is thrown when a parsing error occurs.
TransportException
          Thrown when the underlying system used by this service throws an exception.
 

Classes in com.sas.services used by com.sas.services.publish.alerts
ServiceException
          Base exception class for all service related exceptions.
TransportException
          Thrown when the underlying system used by this service throws an exception.
 

Classes in com.sas.services used by com.sas.services.publish.archive
TransportException
          Thrown when the underlying system used by this service throws an exception.
 

Classes in com.sas.services used by com.sas.services.publish.metadata
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.publish.requester
TransportException
          Thrown when the underlying system used by this service throws an exception.
 

Classes in com.sas.services used by com.sas.services.publish.webdav
TransportException
          Thrown when the underlying system used by this service throws an exception.
 

Classes in com.sas.services used by com.sas.services.security
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
 

Classes in com.sas.services used by com.sas.services.session
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractServiceComponentConfig
          Abstract implementation of a foundation service component's configuration.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
QuiesceException
          Quiesce exception thrown when an error occurs quiescing the service.
QuiesceInterface
          The QuiesceInterface provides a mechanism for quiescing and/or resuming a service.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceComponentConfigInterface
          Interface describing operations which pertain to a foundation service's metadata.
ServiceConfigurationException
          Exception used to indicate an issue with an invalid service configuration.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
 

Classes in com.sas.services used by com.sas.services.storedprocess
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
TransportException
          Thrown when the underlying system used by this service throws an exception.
 

Classes in com.sas.services used by com.sas.services.storedprocess.metadata
ServiceException
          Base exception class for all service related exceptions.
 

Classes in com.sas.services used by com.sas.services.user
AbstractRemoteService
          Abstract implementation of a remoteable service.
AbstractServiceComponentConfig
          Abstract implementation of a foundation service component's configuration.
AbstractServiceFactory
          An abstract service factory class which provides a concrete implementation of AbstractServiceFactory.getDependentServiceInterfaces() that specifies no service dependencies.
InitializationException
          Initialization exception.
RemoteServiceInterface
          Interface used to designate a service that is capable of servicing clients that operate outside of the JVM process in which a service was instantiated.
ServiceComponentConfigInterface
          Interface describing operations which pertain to a foundation service's metadata.
ServiceConfigurationException
          Exception used to indicate an issue with an invalid service configuration.
ServiceException
          Base exception class for all service related exceptions.
ServiceFactoryInterface
          An interface used to acquire an implementation of a service based upon a desired service configuration.
ServiceProxy
          Foundation service proxy.
SyntaxException
          Exception that is thrown when a validation method has determined that an invalid syntax.
 

Classes in com.sas.services used by com.sas.services.util
ParseException
          Parse exception is thrown when a parsing error occurs.
ServiceException
          Base exception class for all service related exceptions.
 




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