C# Класс Spring.Remoting.CaoExporter.CaoRemoteFactory

Наследование: System.MarshalByRefObject, ICaoRemoteFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CaoRemoteFactory() публичный Метод

Create a new instance of the RemoteFactory.
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

GetObject() публичный Метод

Returns the CAO proxy.
public GetObject ( ) : object
Результат object

GetObject() публичный Метод

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.
public GetObject ( object constructorArguments ) : object
constructorArguments object Constructor /// arguments used to create the object.
Результат object

InitializeLifetimeService() публичный Метод

Set infinite lifetime.
public InitializeLifetimeService ( ) : object
Результат object