C# Класс Spring.Remoting.RemoteObjectFactory

Factory for creating MarshalByRefObject wrapper around target class.
Наследование: Spring.Remoting.Support.ConfigurableLifetime, IInitializingObject, IFactoryObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AfterPropertiesSet ( ) : void

Initializes factory object.

GetObject ( ) : object

Creates new instance of the remotable target proxy.

RemoteObjectFactory ( ) : System

Creates a new instance of the MarshalByRefObjectFactory.

Приватные методы

Метод Описание
GenerateProxy ( ) : void
ValidateConfiguration ( ) : void

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

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

Initializes factory object.
public AfterPropertiesSet ( ) : void
Результат void

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

Creates new instance of the remotable target proxy.
public GetObject ( ) : object
Результат object

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

Creates a new instance of the MarshalByRefObjectFactory.
public RemoteObjectFactory ( ) : System
Результат System