C# Class NRack.Server.Isolation.ProcessIsolation.ExternalProcessApp.NullManagedApp

Inheritance: IManagedAppBase
显示文件 Open project: kerryjiang/NRack

Public Methods

Method Description
CanBeRecycled ( ) : bool
CollectStatus ( ) : StatusInfoCollection
GetMetadata ( ) : AppServerMetadata
ReportPotentialConfigChange ( IServerConfig config ) : void
Start ( ) : bool
Stop ( ) : void

Method Details

CanBeRecycled() public method

public CanBeRecycled ( ) : bool
return bool

CollectStatus() public method

public CollectStatus ( ) : StatusInfoCollection
return StatusInfoCollection

GetMetadata() public method

public GetMetadata ( ) : AppServerMetadata
return NRack.Base.AppServerMetadata

ReportPotentialConfigChange() public method

public ReportPotentialConfigChange ( IServerConfig config ) : void
config IServerConfig
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void