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

Activates a client connecting to the remote server, enforcing the uri and the server activation.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator, IDependencyAwareActivator
Exibir arquivo Open project: castleproject/Windsor

Public Methods

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

Initializes a new instance of the RemoteActivatorThroughConnector class.

Private Methods

Method Description
Instantiate ( CreationContext context ) : object
InternalInstantiate ( ) : object

Method Details

CanProvideRequiredDependencies() public method

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

IsManagedExternally() public method

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

RemoteActivatorThroughConnector() public method

Initializes a new instance of the RemoteActivatorThroughConnector class.
public RemoteActivatorThroughConnector ( 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