Interface ProxyObjectFactory

A ProxyObjectFactory instantiates a proxy to some type of object located in source locator.

interface ProxyObjectFactory
  : Factory!(object.Object) ;

Properties

NameTypeDescription
identity[get] stringGet the identity of original object that proxy factory will intantiate proxy object.
source[get] Locator!(Object,string)Get the original locator that is used by proxy to fetch the proxied object.

Methods

NameDescription
destruct Destructs a component of type T.
factory Instantiates component of type T.
type Get the type info of T that is created.