C# Class Spring.Remoting.CaoExporter

Registers an object type on the server as a Client Activated Object (CAO).
Inheritance: Spring.Remoting.Support.ConfigurableLifetime, IApplicationContextAware, IObjectFactoryAware, IInitializingObject, IDisposable
Mostrar archivo Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
Export ( ) : void
ValidateConfiguration ( ) : void

Method Details

AfterPropertiesSet() public method

Publish the object
public AfterPropertiesSet ( ) : void
return void

CaoExporter() public method

Creates a new instance of the CaoExporter class.
public CaoExporter ( ) : System
return System

Dispose() public method

Disconnect the remote object from the registered remoting channels.
public Dispose ( ) : void
return void