Daraja HTTP Framework 3.0-MS1
HTTP server framework for Object Pascal
|
Holds a reference to a web component or web filter instance. More...
Public Member Functions | |
TdjGenericHolder (TInterfacedClass AClass) | |
Public Member Functions inherited from TdjLifeCycle | |
Start () | |
Start the handler. | |
Stop () | |
Stop the handler. | |
Boolean | IsStarted () |
Boolean | IsStopped () |
Public Attributes | |
string | Name |
Public Attributes inherited from TdjLifeCycle | |
Boolean | Started |
True if the state is "started". | |
Boolean | Stopped |
True if the state is "stopped". | |
Additional Inherited Members | |
Protected Member Functions inherited from TdjLifeCycle | |
DoStart () | |
Execute the custom start code. | |
DoStop () | |
Execute the custom stop code. | |
CheckStarted () | |
Raises an exception if the lifecycle is in "started" state. | |
CheckStopped () | |
Raises an exception if the lifecycle is in "stopped" state. | |
Holds a reference to a web component or web filter instance.
string TdjGenericHolder::Name |