C# Class Spring.Remoting.RemoteObjectFactory

Factory for creating MarshalByRefObject wrapper around target class.
Inheritance: Spring.Remoting.Support.ConfigurableLifetime, IInitializingObject, IFactoryObject
Mostra file Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
AfterPropertiesSet ( ) : void

Initializes factory object.

GetObject ( ) : object

Creates new instance of the remotable target proxy.

RemoteObjectFactory ( ) : System

Creates a new instance of the MarshalByRefObjectFactory.

Private Methods

Method Description
GenerateProxy ( ) : void
ValidateConfiguration ( ) : void

Method Details

AfterPropertiesSet() public method

Initializes factory object.
public AfterPropertiesSet ( ) : void
return void

GetObject() public method

Creates new instance of the remotable target proxy.
public GetObject ( ) : object
return object

RemoteObjectFactory() public method

Creates a new instance of the MarshalByRefObjectFactory.
public RemoteObjectFactory ( ) : System
return System