Datasnap.DataBkr

From RAD Studio API Documentation
Jump to: navigation, search

Defines classes that implement a remote data module, a provider data module, and a number of functions that enable or disable web/socket transports.

Package dsnap.bpl

Classes

TCRemoteDataModuleTCRemoteDataModule maintains a list of available providers in an application server.
TProviderDataModule
TRemoteDataModuleTRemoteDataModule encapsulates the objects and interfaces of an application server in a multi-tiered database application.
TRemoteDataModuleClass

Routines

DisableSocketTransportUnregisters a remote data module so clients cannot access it using a Socket connection.
DisableWebTransportUnregisters a remote data module so clients cannot access it using a Web connection.
EnableSocketTransportRegisters a remote data module so that clients can access it using a Socket connection.
EnableWebTransportRegisters a remote data module so clients can access it using a Web connection.
RegisterPooledRegisters a remote data module so that instances are pooled.
UnregisterPooledRemoves the object pooling registry entries for a remote data module.