Uses of Interface
com.sas.services.discovery.DiscoveryServiceInterface
Packages that use DiscoveryServiceInterface
Package
Description
SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Discover a service based upon its service capabilities and optionally
service attributes.
Broker events that are triggered by various transport protocols.
Locate event brokers.
Interact with data repositories on behalf of client applications.
Send runtime messages to one or more output destinations.
Perform Authentication against modular authentication providers with user identities.
Session services.
Execute stored processes.
Maintain user identities and profiles.
-
Uses of DiscoveryServiceInterface in com.sas.services
Methods in com.sas.services that return DiscoveryServiceInterfaceModifier and TypeMethodDescriptionAbstractRemoteService.getDiscoveryService()Gets the discovery service.Methods in com.sas.services with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionabstract RemoteServiceInterfaceAbstractServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) ServiceFactoryInterface.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a service initialized with the specified service configuration.voidAbstractRemoteService.setDiscoveryService(DiscoveryServiceInterface discoveryService) Sets the discovery service which may be used to locate other services.Constructors in com.sas.services with parameters of type DiscoveryServiceInterfaceModifierConstructorDescriptionAbstractRemoteService(DiscoveryServiceInterface discoveryService) Constructs a service.AbstractService(DiscoveryServiceInterface discoveryService) Constructs a service. -
Uses of DiscoveryServiceInterface in com.sas.services.deployment
Methods in com.sas.services.deployment that return DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic DiscoveryServiceInterfaceCorePlatformServices.getDiscoveryService()Gets the discovery service.static final DiscoveryServiceInterfacePlatformServices.getDiscoveryService()Gets the local discovery service.Methods in com.sas.services.deployment with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionDeployableService.deploy(DiscoveryServiceInterface discoveryService) Deploys a service by constructing a service factory and asking it to manufacture a service for a specified service configuration.RMIDeployableService.deploy(DiscoveryServiceInterface discoveryService) Deploys an RMI service by either looking up its stub in an RMI registry or instantiating a service and optionally registering it with RMI.static final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource, Environment environment, DiscoveryServiceInterface discoveryService) Gets a set of services from the specified metadata source.static final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService) Gets a set of deployable services from the specified metadata source.static final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.static final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSourceLookup, DiscoveryServiceInterface discoveryService, LookupPolicyInterface lookupPolicy) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.final List<RemoteServiceInterface> AbstractMetadataSource.lookupServices(DiscoveryServiceInterface discoveryService) Attempts to lookup services using previously discovered RMI bindings. -
Uses of DiscoveryServiceInterface in com.sas.services.discovery
Subinterfaces of DiscoveryServiceInterface in com.sas.services.discoveryModifier and TypeInterfaceDescriptioninterfaceInterface describing a local discovery service that provides additional controls related to policy decisions peculiar to a local discovery service.interfaceMarker interface used to denote a discovery service that is capable of servicing remote clients.Classes in com.sas.services.discovery that implement DiscoveryServiceInterfaceModifier and TypeClassDescriptionfinal classRemotely accessible discovery service.classDiscovery service used to store registered services and discovery delegates.classProxy to a discovery service that is capable of servicing remote clients.Methods in com.sas.services.discovery that return DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic final DiscoveryServiceInterfaceDiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a discovery service that has been initialized with the specified service configuration.ActivatableDiscoveryService.getDiscoveryService()Gets the discovery service.Methods in com.sas.services.discovery with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic final DiscoveryServiceInterfaceDiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a discovery service that has been initialized with the specified service configuration.final RemoteServiceInterfaceDiscoveryServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a service that has been initialized with the specified service configuration.voidDiscoveryServiceMBean.setTargetObject(DiscoveryServiceInterface discoveryService) Specifies the object to which the JMX invocations will be targeted.Constructors in com.sas.services.discovery with parameters of type DiscoveryServiceInterfaceModifierConstructorDescriptionActivatableDiscoveryService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Constructs a default instance of a remote discovery service.RemoteDiscoveryServiceProxy(DiscoveryServiceInterface discoveryService) Constructs a proxy to the specified discovery service. -
Uses of DiscoveryServiceInterface in com.sas.services.events.broker
Methods in com.sas.services.events.broker with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic final EventBrokerServiceInterfaceEventBrokerServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.Instantiates a new Event Broker service initialized with the specified configuration.final RemoteServiceInterfaceEventBrokerServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.Instantiates a new Event Broker service initialized with the specified configuration.Constructors in com.sas.services.events.broker with parameters of type DiscoveryServiceInterfaceModifierConstructorDescriptionEventBrokerService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.Constructs an event broker service based upon the specified service configuration. -
Uses of DiscoveryServiceInterface in com.sas.services.events.discovery
Methods in com.sas.services.events.discovery with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic final EventBrokerDiscoveryServiceInterfaceEventBrokerDiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.As of release 9.2, this class is no longer being supported.final RemoteServiceInterfaceEventBrokerDiscoveryServiceFactory.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 DiscoveryServiceInterfaceModifierConstructorDescriptionEventBrokerDiscoveryService(DiscoveryServiceInterface discoveryService) 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 DiscoveryServiceInterface in com.sas.services.information
Methods in com.sas.services.information with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic final InformationServiceInterfaceInformationServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Information service initialized with the specified configuration.static InformationServiceInterfaceInformationService.getInstance(Object initObject, DiscoveryServiceInterface discoveryService) Get an instance of the InformationService.final RemoteServiceInterfaceInformationServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Information service initialized with the specified configuration. -
Uses of DiscoveryServiceInterface in com.sas.services.logging
Methods in com.sas.services.logging with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic LoggingService2LoggingServiceFactory2.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Logging service initialized with the specified configuration and registered with the specified discovery service.static LoggingService2LoggingService2.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Returns the singleton instance of the logging service.LoggingService2LoggingServiceFactory2.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Logging service initialized with the specified configuration and registered with the specified discovery service. -
Uses of DiscoveryServiceInterface in com.sas.services.security
Methods in com.sas.services.security with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionAuthenticationServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Authentication service initialized with the specified configuration registering it with the specified discovery service.static final AuthenticationServiceInterfaceAuthenticationService.defaultInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets the authentication service.final RemoteServiceInterfaceAuthenticationServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Authentication service initialized with the specified configuration registering it with the specified discovery service. -
Uses of DiscoveryServiceInterface in com.sas.services.session
Methods in com.sas.services.session with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic final SessionServiceInterfaceSessionServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Session service initialized with the specified configuration.static SessionServiceInterfaceSessionService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Returns the singleton instance of the session service.final RemoteServiceInterfaceSessionServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Session service initialized with the specified configuration. -
Uses of DiscoveryServiceInterface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic final StoredProcessServiceInterfaceStoredProcessServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Stored Process service initialized with the specified configuration.StoredProcessService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Returns the singleton instance of the Stored Process service.final RemoteServiceInterfaceStoredProcessServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Stored Process service initialized with the specified configuration. -
Uses of DiscoveryServiceInterface in com.sas.services.user
Methods in com.sas.services.user with parameters of type DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic UserServiceInterfaceUserServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a User Service initialized with the specified configuration.static UserServiceInterfaceUserService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a singleton instance of the user service for the specified service configuration.UserServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a service initialized with the specified service configuration. -
Uses of DiscoveryServiceInterface in com.sas.services.webapp
Methods in com.sas.services.webapp that return DiscoveryServiceInterfaceModifier and TypeMethodDescriptionstatic DiscoveryServiceInterfaceServicesFacade.getDiscoveryService()