IObjectContext
interface - Provides
methods that allow your component to influence the transaction outcome.
Nontransactional components can call the IObjectContext methods
to cause early deactivation of an instance.
IObjectControl
interface - Allows components
to support EAServer's instance pooling model. The component
dispatcher calls the IObjectControl methods to
indicate transitions in the lifecycle of an ActiveX component.
ISharedProperty
interface - Represents
a property value that is shared among all ActiveX component instances
in a EAServer package.
ISharedPropertyGroup
interface - Represents
a group of properties that are shared by all ActiveX components
in a EAServer package. Contains methods to create, access, and destroy
shared properties.