C# Class Spring.Remoting.RemoteObjectFactory

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

Méthodes publiques

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

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

Method Details

AfterPropertiesSet() public méthode

Initializes factory object.
public AfterPropertiesSet ( ) : void
Résultat void

GetObject() public méthode

Creates new instance of the remotable target proxy.
public GetObject ( ) : object
Résultat object

RemoteObjectFactory() public méthode

Creates a new instance of the MarshalByRefObjectFactory.
public RemoteObjectFactory ( ) : System
Résultat System