Interface | Description |
---|---|
ContextSensitiveSingletonService |
Marks a singleton service as context-sensitive, meaning that the service will have a
ServiceContextProvider associated with it. |
KougarServiceContext |
For Kougar connections, this should be used instead of ServiceContext.
|
Service |
This is a marker interface for a Kougar service.
|
ServiceContext |
The context used to borrow services from the service provider.
|
Class | Description |
---|---|
AbstractServiceContext |
Represents a service context for use with the service framework.
|
EscalatedServiceContext |
An EscalatedServiceContext is used to strongly-type mark methods that require privilege
escalation.
|
ServiceContextFactory |
Provides utility methods for creating new service contexts.
|
UserServiceContext |
UserServiceContext can be used to request services explicitly
in standalone applications.
|
WebServiceContext |
Represents a service context that was obtained from the
WebServiceContextFactory by sending it a session
or request. |
WebServiceContextFactory |
Used to manufacture the
ServiceContext used within the product
and in other web applications. |
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.