project BLF > class ComponentPool > dataset tComponentPool

table tComponentPool

Description

This temp-table with associated dataset holds the components that are active in memory. The way how it's done is that for each business component in memory, a record is created that points to "program/<component>.p" (for example "program/bcurrency.p"), and holds the corresponding handle for the persistent procedure in memory.

field namedata typedescription
tcNamecharacter
thProchandle
thInshandle
tiInsIDinteger
tiComponentSizeinteger
tiRequestCountinteger
tlIsInUselogical
tlRemoveOnCloselogical
tlIsInMemorylogical


Internal usage


BLF
method ComponentPool.GetComponentPool