메소드 | 설명 | |
---|---|---|
CaoRemoteFactory ( ILifetime lifetime, string targetName, string interfaces, Spring.Objects.Factory.Support.AbstractObjectFactory objectFactory ) : System |
Create a new instance of the RemoteFactory.
|
|
GetObject ( ) : object |
Returns the CAO proxy.
|
|
GetObject ( object constructorArguments ) : object |
Returns the CAO proxy using the argument list to call the constructor. The matching of arguments to call the constructor is done by type. The alternative ways, by index and by constructor name are not supported. |
|
InitializeLifetimeService ( ) : object |
Set infinite lifetime.
|
public CaoRemoteFactory ( ILifetime lifetime, string targetName, string interfaces, Spring.Objects.Factory.Support.AbstractObjectFactory objectFactory ) : System | ||
lifetime | ILifetime | |
targetName | string | |
interfaces | string | |
objectFactory | Spring.Objects.Factory.Support.AbstractObjectFactory | |
리턴 | System |
public GetObject ( object constructorArguments ) : object | ||
constructorArguments | object | Constructor /// arguments used to create the object. |
리턴 | object |