C# Class Infinispan.HotRod.Tests.Util.HotRodServer

显示文件 Open project: infinispan/dotnet-client Class Usage Examples

Public Methods

Method Description
HotRodServer ( string configurationFile ) : System
ShutDownHotrodServer ( ) : void
StartHotRodServer ( ) : void
StartHotrodServerInternal ( ) : void

Private Methods

Method Description
DropOutputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void
buildStartCommand ( string homePath ) : string

Method Details

HotRodServer() public method

public HotRodServer ( string configurationFile ) : System
configurationFile string
return System

ShutDownHotrodServer() public method

public ShutDownHotrodServer ( ) : void
return void

StartHotRodServer() public method

public StartHotRodServer ( ) : void
return void

StartHotrodServerInternal() public method

public StartHotrodServerInternal ( ) : void
return void