C# 클래스 Spring.Remoting.RemoteObjectFactory

Factory for creating MarshalByRefObject wrapper around target class.
상속: Spring.Remoting.Support.ConfigurableLifetime, IInitializingObject, IFactoryObject
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

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