C# 클래스 Castle.Facilities.Db4oIntegration.ObjectContainerComponentActivator

상속: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ObjectContainerComponentActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

보호된 메소드들

메소드 설명
Instantiate ( CreationContext context ) : object
OpenClient ( ) : IObjectContainer
OpenLocal ( ) : IObjectContainer
SetupDb4o ( ) : void
SetupTranslators ( ) : void

메소드 상세

Instantiate() 보호된 메소드

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
리턴 object

ObjectContainerComponentActivator() 공개 메소드

public ObjectContainerComponentActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System
model Castle.Core.ComponentModel
kernel IKernel
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
리턴 System

OpenClient() 보호된 메소드

protected OpenClient ( ) : IObjectContainer
리턴 IObjectContainer

OpenLocal() 보호된 메소드

protected OpenLocal ( ) : IObjectContainer
리턴 IObjectContainer

SetupDb4o() 보호된 메소드

protected SetupDb4o ( ) : void
리턴 void

SetupTranslators() 보호된 메소드

protected SetupTranslators ( ) : void
리턴 void