C# Class Caucho.Resin

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Public Methods

Method Description
Error ( String message, Exception e ) : void
Error ( String message, Exception e, TextWriter writer ) : void
Main ( String args ) : int
StartResin ( ) : bool
StopResin ( ) : void

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
Execute ( ) : int
ExecuteJava ( String command ) : void
ExecuteJavaImpl ( String command ) : void
FindJdkInRegistry ( String key ) : String
FindPath ( String exe ) : String
GetJavaExe ( String javaHome ) : String
GetJavaHome ( String resinHome, String javaHome ) : String
GetResinAppDataDir ( ) : String
Info ( String message ) : void
Info ( String message, TextWriter writer, bool newLine ) : void
Info ( String message, bool newLine ) : void
Join ( ) : void
Resin ( ResinArgs args ) : System

Method Details

Error() public method

public Error ( String message, Exception e ) : void
message String
e System.Exception
return void

Error() public method

public Error ( String message, Exception e, TextWriter writer ) : void
message String
e System.Exception
writer System.IO.TextWriter
return void

Main() public static method

public static Main ( String args ) : int
args String
return int

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

StartResin() public method

public StartResin ( ) : bool
return bool

StopResin() public method

public StopResin ( ) : void
return void