C# Class Castle.Facilities.Remoting.CustomActivators.RemoteActivatorThroughRegistry

Activates a client connecting to the remote server through the RemotingRegistry.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Show file Open project: castleproject/Windsor

Public Methods

Method Description
CanProvideRequiredDependencies ( ComponentModel component ) : bool
IsManagedExternally ( ComponentModel component ) : bool
RemoteActivatorThroughRegistry ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Linq

Initializes a new instance of the RemoteActivatorThroughRegistry class.

Protected Methods

Method Description
Instantiate ( CreationContext context ) : object

Method Details

CanProvideRequiredDependencies() public method

public CanProvideRequiredDependencies ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
return bool

Instantiate() protected method

protected Instantiate ( CreationContext context ) : object
context CreationContext
return object

IsManagedExternally() public method

public IsManagedExternally ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
return bool

RemoteActivatorThroughRegistry() public method

Initializes a new instance of the RemoteActivatorThroughRegistry class.
public RemoteActivatorThroughRegistry ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Linq
model Castle.Core.ComponentModel The model.
kernel IKernelInternal The kernel.
onCreation ComponentInstanceDelegate The oncreation event handler.
onDestruction ComponentInstanceDelegate The ondestruction event handler.
return System.Linq