|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use DiscoveryServiceInterface | |
|---|---|
| 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 DiscoveryServiceInterface in com.sas.services |
|---|
| Methods in com.sas.services that return DiscoveryServiceInterface | |
|---|---|
DiscoveryServiceInterface |
AbstractRemoteService.getDiscoveryService()
Gets the discovery service. |
| Methods in com.sas.services with parameters of type DiscoveryServiceInterface | |
|---|---|
RemoteServiceInterface |
ServiceFactoryInterface.getService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Gets a service initialized with the specified service configuration. |
abstract RemoteServiceInterface |
AbstractServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
|
void |
AbstractRemoteService.setDiscoveryService(DiscoveryServiceInterface discoveryService)
Sets the discovery service which may be used to locate other services. |
| Constructors in com.sas.services with parameters of type DiscoveryServiceInterface | |
|---|---|
AbstractRemoteService(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 DiscoveryServiceInterface | |
|---|---|
static DiscoveryServiceInterface |
PlatformServices.getDiscoveryService()
Gets the local discovery service. |
static DiscoveryServiceInterface |
CorePlatformServices.getDiscoveryService()
Gets the discovery service. |
| Methods in com.sas.services.deployment with parameters of type DiscoveryServiceInterface | |
|---|---|
RemoteServiceInterface |
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. |
RemoteServiceInterface |
DeployableService.deploy(DiscoveryServiceInterface discoveryService)
Deploys a service by constructing a service factory and asking it to manufacture a service for a specified service configuration. |
static java.util.List |
ServiceLoader.deployServices(MetadataSourceInterface metadataSource,
DiscoveryServiceInterface discoveryService)
Gets a set of deployable services from the specified metadata source. |
static java.util.List |
ServiceLoader.deployServices(MetadataSourceInterface metadataSource,
Environment environment,
DiscoveryServiceInterface discoveryService)
Gets a set of services from the specified metadata source. |
static java.util.List |
ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource,
DiscoveryServiceInterface discoveryService)
Gets a set of DeployableService elements representing
remote discovery services that may be available if previously
deployed by foundation bootstrap process. |
static java.util.List |
ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSourceLookup,
DiscoveryServiceInterface discoveryService,
LookupPolicyInterface lookupPolicy)
Gets a set of DeployableService elements representing
remote discovery services that may be available if previously
deployed by foundation bootstrap process. |
java.util.List |
AbstractMetadataSource.lookupServices(DiscoveryServiceInterface discoveryService)
Attempts to lookup services using previously discovered RMI bindings. |
| Uses of DiscoveryServiceInterface in com.sas.services.discovery |
|---|
| Methods in com.sas.services.discovery that return DiscoveryServiceInterface | |
|---|---|
static DiscoveryServiceInterface |
DiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Gets a discovery service that has been initialized with the specified service configuration. |
DiscoveryServiceInterface |
ActivatableDiscoveryService.getDiscoveryService()
Gets the discovery service. |
| Methods in com.sas.services.discovery with parameters of type DiscoveryServiceInterface | |
|---|---|
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 DiscoveryServiceInterface | |
|---|---|
ActivatableDiscoveryService(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 DiscoveryServiceInterface | |
|---|---|
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. |
| Constructors in com.sas.services.events.broker with parameters of type DiscoveryServiceInterface | |
|---|---|
EventBrokerService(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 DiscoveryServiceInterface | |
|---|---|
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 DiscoveryServiceInterface | |
|---|---|
EventBrokerDiscoveryService(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 DiscoveryServiceInterface | |
|---|---|
static InformationServiceInterface |
InformationService.getInstance(java.lang.Object initObject,
DiscoveryServiceInterface discoveryService)
Get an instance of the InformationService. |
| Uses of DiscoveryServiceInterface in com.sas.services.security |
|---|
| Methods in com.sas.services.security with parameters of type DiscoveryServiceInterface | |
|---|---|
static AuthenticationServiceInterface |
AuthenticationService.defaultInstance(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Gets the authentication service. |
| Uses of DiscoveryServiceInterface in com.sas.services.session |
|---|
| Methods in com.sas.services.session with parameters of type DiscoveryServiceInterface | |
|---|---|
static SessionServiceInterface |
SessionServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Gets a Session service initialized with the specified configuration. |
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 DiscoveryServiceInterface in com.sas.services.storedprocess |
|---|
| Methods in com.sas.services.storedprocess with parameters of type DiscoveryServiceInterface | |
|---|---|
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 DiscoveryServiceInterface in com.sas.services.user |
|---|
| Methods in com.sas.services.user with parameters of type DiscoveryServiceInterface | |
|---|---|
static UserServiceInterface |
UserService.getInstance(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Gets a singleton instance of the user service for the specified service configuration. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||