C# 클래스 Castle.Facilities.Remoting.CustomActivators.RemoteActivator

Activates a object connecting to the remote server.
상속: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator, IDependencyAwareActivator
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
CanProvideRequiredDependencies ( ComponentModel component ) : bool
IsManagedExternally ( ComponentModel component ) : bool
RemoteActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

Initializes a new instance of the RemoteActivator class.

비공개 메소드들

메소드 설명
Instantiate ( CreationContext context ) : object
InternalInstantiate ( ) : object

메소드 상세

CanProvideRequiredDependencies() 공개 메소드

public CanProvideRequiredDependencies ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
리턴 bool

IsManagedExternally() 공개 메소드

public IsManagedExternally ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
리턴 bool

RemoteActivator() 공개 메소드

Initializes a new instance of the RemoteActivator class.
public RemoteActivator ( 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.
리턴 System