C# Class Caucho.Resin

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Méthode 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 méthode

public Error ( String message, Exception e ) : void
message String
e System.Exception
Résultat void

Error() public méthode

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

Main() public static méthode

public static Main ( String args ) : int
args String
Résultat int

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

StartResin() public méthode

public StartResin ( ) : bool
Résultat bool

StopResin() public méthode

public StopResin ( ) : void
Résultat void