C# Class Castle.Facilities.Remoting.RemoteMarshallerActivator

Activates and publishes a server object.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
RemoteMarshallerActivator ( ComponentModel model, IKernel 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

Instantiate() protected method

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
return object

RemoteMarshallerActivator() public method

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