[This is preliminary documentation and is subject to change.]
The IGlueImplementation type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| ClientDeliverAsyncResponse | ||
| ClientDispatchedRequest | ||
| ClientDispatchingRequest | ||
| Configure |
Configures an entity from supplied config node
(Inherited from IConfigurable.) | |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from | ||
| ExternalGetParameter |
Gets external parameter value returning true if parameter was found
(Inherited from IExternallyParameterized.) | |
| ExternalParametersForGroups |
Gets names of supported external parameters or null if parameters are not supported in principle
(Inherited from IExternallyParameterized.) | |
| ExternalSetParameter |
Sets external parameter value, true if parameter name was found and set succeeded
(Inherited from IExternallyParameterized.) | |
| GetNodeBinding(String) |
Retrieves a binding for node and throws if such binding is not known
(Inherited from IGlue.) | |
| GetNodeBinding(Node) |
Retrieves a binding for node and throws if such binding is not known
(Inherited from IGlue.) | |
| LocalizedTimeToUniversalTime |
Converts localized time to UTC time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.) | |
| RegisterBinding | ||
| RegisterProvider | ||
| RegisterServerEndpoint | ||
| ServerDispatchRequest |
Asynchronously dispatch client request
| |
| ServerHandleRequest |
Handle client request synchronously
| |
| ServerHandleRequestFailure |
Handle failure of client request synchronously
| |
| UniversalTimeToLocalizedTime |
Converts universal time to local time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.) | |
| UnregisterBinding | ||
| UnregisterProvider | ||
| UnregisterServerEndpoint |
Properties
| Name | Description | |
|---|---|---|
| BindingConfigurations | ||
| Bindings |
Performs binding lookup by name
(Inherited from IGlue.) | |
| BindingsConfigurationSection | ||
| ClientLogLevel |
Determines how much information should be logged about client-side operations
(Inherited from IGlue.) | |
| ClientMsgInspectors |
Registry of inspectors that deal with client-side messages
(Inherited from IGlue.) | |
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.) | |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.) | |
| ComponentSID |
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.) | |
| DefaultDispatchTimeoutMs |
Specifies default ms timout for call dispatch only
(Inherited from IGlue.) | |
| DefaultTimeoutMs |
Specified default ms timeout for the calls
(Inherited from IGlue.) | |
| ExternalParameters |
Gets names/types of supported external parameters or null if parameters are not supported in principle
(Inherited from IExternallyParameterized.) | |
| GlueConfiguration | ||
| InstrumentationEnabled |
Turns on/off instrumentation
(Inherited from IInstrumentable.) | |
| LocalizedTime |
Returns current time localized per TimeLocation
(Inherited from ILocalizedTimeProvider.) | |
| ProviderConfigurations | ||
| Providers |
Performs provider lookup by name
(Inherited from IGlue.) | |
| ProvidersConfigurationSection | ||
| ServerConfigurations | ||
| ServerInstanceLockTimeoutMs |
Specifies ms timout for non-threadsafe server instance lock
(Inherited from IGlue.) | |
| ServerLogLevel |
Determines how much information should be logged about server-side operations
(Inherited from IGlue.) | |
| ServerMsgInspectors |
Registry of inspectors that deal with server-side messages
(Inherited from IGlue.) | |
| Servers |
Performs ServerEndPoint lookup by name
(Inherited from IGlue.) | |
| ServersConfigurationSection | ||
| TimeLocation |
Returns the location
(Inherited from ILocalizedTimeProvider.) |
See Also