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
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Export ( ) : void
ValidateConfiguration ( ) : void

Method Details

AfterPropertiesSet() public méthode

Publish the object
public AfterPropertiesSet ( ) : void
Résultat void

CaoExporter() public méthode

Creates a new instance of the CaoExporter class.
public CaoExporter ( ) : System
Résultat System

Dispose() public méthode

Disconnect the remote object from the registered remoting channels.
public Dispose ( ) : void
Résultat void