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

Registers an object type on the server as a Client Activated Object (CAO).
Наследование: Spring.Remoting.Support.ConfigurableLifetime, IApplicationContextAware, IObjectFactoryAware, IInitializingObject, IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Publish the object

CaoExporter ( ) : System

Creates a new instance of the CaoExporter class.

Dispose ( ) : void

Disconnect the remote object from the registered remoting channels.

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

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

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

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

Publish the object
public AfterPropertiesSet ( ) : void
Результат void

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

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

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

Disconnect the remote object from the registered remoting channels.
public Dispose ( ) : void
Результат void