Unit 'base_service_intf' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_wst]

TSimpleItemFactoryEx

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: base_service_intf.pas line 1552

type TSimpleItemFactoryEx = class(TSimpleItemFactory,IItemFactory,IItemFactoryEx)

protected

  function CreateInstance; override;

  

  procedure ReleaseInstance(); virtual;

  

  procedure DiscardInstance(); virtual;

  

  function GetPropertyManager();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

published

  property PoolMax: Integer; [rw]

  

  property PoolMin: Integer; [rw]

  

  property Pooled: Boolean; [rw]

  

  property TimeOut: PtrUInt; [rw]

  

end;

Inheritance

TSimpleItemFactoryEx

  

|

TSimpleItemFactory,IItemFactory,IItemFactoryEx

  

|

TObject,IItemFactory



CT Web help

CodeTyphon Studio