C# Class Caucho.ResinConf

Exibir arquivo Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Public Methods

Method Description
GetDebugPort ( String cluster, String server ) : String
GetJmxPort ( String cluster, String server ) : String
GetWatchDogPort ( String cluster, String server ) : String
IsDynamicServerEnabled ( String cluster ) : bool
ParseDynamic ( String value ) : ResinConfServer
ResinConf ( String file ) : System
getRootDirectory ( ) : String
getServers ( ) : IList

Private Methods

Method Description
getProperties ( ) : Hashtable
parse ( String path, String resinConf, Hashtable properties ) : void

Method Details

GetDebugPort() public method

public GetDebugPort ( String cluster, String server ) : String
cluster String
server String
return String

GetJmxPort() public method

public GetJmxPort ( String cluster, String server ) : String
cluster String
server String
return String

GetWatchDogPort() public method

public GetWatchDogPort ( String cluster, String server ) : String
cluster String
server String
return String

IsDynamicServerEnabled() public method

public IsDynamicServerEnabled ( String cluster ) : bool
cluster String
return bool

ParseDynamic() public static method

public static ParseDynamic ( String value ) : ResinConfServer
value String
return ResinConfServer

ResinConf() public method

public ResinConf ( String file ) : System
file String
return System

getRootDirectory() public method

public getRootDirectory ( ) : String
return String

getServers() public method

public getServers ( ) : IList
return IList