C# Class NRack.Server.RemoteBootstrapProxy.ServerProxy

Inheritance: System.MarshalByRefObject, IManagedApp
Datei anzeigen Open project: kerryjiang/NRack

Public Methods

Method Description
CanBeRecycled ( ) : bool
CollectStatus ( ) : StatusInfoCollection
GetMetadata ( ) : AppServerMetadata
InitializeLifetimeService ( ) : object
ReportPotentialConfigChange ( IServerConfig config ) : void
ServerProxy ( IManagedApp app ) : System
Setup ( IBootstrap bootstrap, IServerConfig config ) : bool
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

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

ReportPotentialConfigChange() public method

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

ServerProxy() public method

public ServerProxy ( IManagedApp app ) : System
app IManagedApp
return System

Setup() public method

public Setup ( IBootstrap bootstrap, IServerConfig config ) : bool
bootstrap IBootstrap
config IServerConfig
return bool

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void