|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.webapp.jonasadmin.WhereAreYou
Field Summary | |
static java.lang.String |
CONTEXT_MACRO
|
static int |
DEPLOYMENT_DATASOURCE
|
static int |
DEPLOYMENT_EAR
|
static int |
DEPLOYMENT_JAR
|
static int |
DEPLOYMENT_RAR
|
static java.lang.String |
DEPLOYMENT_STRING_DATASOURCE
|
static java.lang.String |
DEPLOYMENT_STRING_EAR
|
static java.lang.String |
DEPLOYMENT_STRING_JAR
|
static java.lang.String |
DEPLOYMENT_STRING_RAR
|
static java.lang.String |
DEPLOYMENT_STRING_WAR
|
static int |
DEPLOYMENT_WAR
|
static java.lang.String |
TAGS_IMAGES_ROOT_KEY
|
Constructor Summary | |
WhereAreYou()
|
Method Summary | |
java.lang.String |
getCatalinaServiceName()
|
int |
getCurrentJonasDeploymentType()
|
java.lang.String |
getImagesRoot()
|
java.lang.String |
getSelectedNameNode()
Return the name of the selected node in the tree. |
org.apache.webapp.admin.TreeControlNode |
getSelectedTreeControlNode()
Return the selected node in the tree. |
org.apache.webapp.admin.TreeControl |
getTreeControl()
|
void |
initialize(ActionServlet p_Servlet,
javax.servlet.http.HttpServletRequest p_Request)
Initialize the properties in only reading. |
boolean |
isCatalinaEngine()
|
boolean |
isCatalinaEngineLogger()
|
boolean |
isCatalinaServer()
|
boolean |
isCatalinaService()
|
boolean |
isMyCatalinaConnector()
|
boolean |
isMyCatalinaContext()
|
boolean |
isMyJonasAdminServer()
|
void |
refreshCatalina(javax.servlet.http.HttpServletRequest p_Request)
Refresh the Catalina server properties. |
void |
refreshJonas(javax.servlet.http.HttpServletRequest p_Request)
Refresh the JOnAS server properties. |
void |
refreshServers(javax.servlet.http.HttpServletRequest p_Request)
Refresh all the servers properties. |
protected void |
resetCatalina()
Reset the Catalina server properties. |
protected void |
resetJonas()
Reset the JOnAS server properties. |
void |
setCurrentJonasDeploymentType(int currentJonasDeploymentType)
|
void |
setTreeControl(org.apache.webapp.admin.TreeControl treeControl)
|
java.lang.String |
toString()
Return in a string the contents of the instance for each propertie. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String TAGS_IMAGES_ROOT_KEY
public static final java.lang.String CONTEXT_MACRO
public static final int DEPLOYMENT_EAR
public static final int DEPLOYMENT_JAR
public static final int DEPLOYMENT_WAR
public static final int DEPLOYMENT_RAR
public static final int DEPLOYMENT_DATASOURCE
public static final java.lang.String DEPLOYMENT_STRING_EAR
public static final java.lang.String DEPLOYMENT_STRING_JAR
public static final java.lang.String DEPLOYMENT_STRING_WAR
public static final java.lang.String DEPLOYMENT_STRING_RAR
public static final java.lang.String DEPLOYMENT_STRING_DATASOURCE
Constructor Detail |
public WhereAreYou()
Method Detail |
public void initialize(ActionServlet p_Servlet, javax.servlet.http.HttpServletRequest p_Request)
p_Servlet
- The instance of servlet to access to the parameter of the servlet configp_Request
- The request to access to the HTTP informationspublic java.lang.String getSelectedNameNode()
public org.apache.webapp.admin.TreeControlNode getSelectedTreeControlNode()
public void refreshServers(javax.servlet.http.HttpServletRequest p_Request)
p_Request
- The request to access to the HTTP informationspublic void refreshCatalina(javax.servlet.http.HttpServletRequest p_Request)
p_Request
- The request to access to the HTTP informationspublic void refreshJonas(javax.servlet.http.HttpServletRequest p_Request)
p_Request
- The request to access to the HTTP informationspublic java.lang.String toString()
protected void resetCatalina()
protected void resetJonas()
public java.lang.String getImagesRoot()
public org.apache.webapp.admin.TreeControl getTreeControl()
public void setTreeControl(org.apache.webapp.admin.TreeControl treeControl)
public boolean isCatalinaEngine()
public boolean isCatalinaEngineLogger()
public boolean isCatalinaServer()
public boolean isCatalinaService()
public java.lang.String getCatalinaServiceName()
public boolean isMyCatalinaContext()
public boolean isMyCatalinaConnector()
public boolean isMyJonasAdminServer()
public int getCurrentJonasDeploymentType()
public void setCurrentJonasDeploymentType(int currentJonasDeploymentType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |