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
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
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