|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jcms.AppServerInfo
public class AppServerInfo
This class manages information about the underlying application server.
Field Summary | |
---|---|
static String |
REVISION
|
Method Summary | |
---|---|
static AppServerInfo |
getInstance(javax.servlet.ServletContext context)
Return an instance of AppServerInfo |
String |
getName()
|
String |
getPattern()
|
String |
getRestartFile()
|
String |
getServerInfo()
|
boolean |
isRestartSupported()
Check if restart is fully supported under this Application Server |
void |
setRestartSupported(boolean restartSupported)
Change current status regarding restart possibility under this Application Server |
void |
setServerInfo(String string)
Set the serverInfo String |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
Method Detail |
---|
public static AppServerInfo getInstance(javax.servlet.ServletContext context)
context
- the ServletContext
public String getName()
public String getPattern()
public String getRestartFile()
public String getServerInfo()
public void setServerInfo(String string)
string
- the serverInfo Stringpublic boolean isRestartSupported()
public void setRestartSupported(boolean restartSupported)
restartSupported
- set to true to allow restart to be performed false to disable itpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |