|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.resin.ResinVar
public class ResinVar
Method Summary | |
---|---|
java.lang.String |
getAddress()
Returns the local address |
Path |
getConf()
Returns the resin config. |
Path |
getHome()
Returns the resin home. |
java.lang.String |
getHostName()
Returns the local hostname |
java.lang.String |
getHttpAddress()
Returns the port (backward compat) |
int |
getHttpPort()
Returns the port (backward compat) |
java.lang.String |
getHttpsAddress()
Returns the port (backward compat) |
int |
getHttpsPort()
Returns the port (backward compat) |
java.lang.String |
getId()
Deprecated. use getServerId() |
Path |
getLogDirectory()
|
int |
getPort()
Returns the port (backward compat) |
Path |
getRoot()
Returns the root directory. |
Path |
getRootDir()
Deprecated. use getRoot() |
Path |
getRootDirectory()
Deprecated. use getRoot() |
java.lang.String |
getServerId()
Returns the -server id |
java.lang.String |
getUserName()
Returns the user |
java.lang.String |
getVersion()
Returns the version |
java.lang.String |
getVersionDate()
Returns the version date |
boolean |
isProfessional()
Returns true for Resin professional. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getServerId()
public java.lang.String getId()
getServerId()
public java.lang.String getAddress()
public Path getConf()
public Path getHome()
public Path getRoot()
public Path getRootDir()
getRoot()
public Path getRootDirectory()
getRoot()
public Path getLogDirectory()
public java.lang.String getUserName()
public int getPort()
public java.lang.String getHttpAddress()
public java.lang.String getHttpsAddress()
public int getHttpPort()
public int getHttpsPort()
public java.lang.String getVersion()
public java.lang.String getVersionDate()
public java.lang.String getHostName()
public boolean isProfessional()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |