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

Activates and publishes a server object.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator, IDependencyAwareActivator
Show file Open project: castleproject/Windsor

Public Methods

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

Initializes a new instance of the RemoteMarshallerActivator class.

Protected Methods

Method Description
Instantiate ( CreationContext context ) : object

Private Methods

Method Description
Marshal ( object instance, ComponentModel model ) : void

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

RemoteMarshallerActivator() public method

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