|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.webapp.jonasadmin.JonasTreeBuilder
Implementation of TreeBuilder
that adds the nodes required
for administering the Jonas server.
Constructor Summary | |
JonasTreeBuilder()
|
Method Summary | |
void |
buildTree(org.apache.webapp.admin.TreeControl treeControl,
org.apache.webapp.admin.ApplicationServlet servlet,
javax.servlet.http.HttpServletRequest request)
Add the required nodes to the specified treeControl
instance. |
void |
getAppContainers(org.apache.webapp.admin.TreeControlNode p_NodeParent,
MessageResources p_Resources)
Append node for all App Containers. |
protected void |
getCatalinaServer(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for the Catalina server |
protected void |
getCatalinaServerConnectors(org.apache.webapp.admin.TreeControlNode p_CatalinaServerNode,
MessageResources p_Resources)
Append nodes for the Connectors catalina server |
void |
getContainers(org.apache.webapp.admin.TreeControlNode p_NodeParent,
MessageResources p_Resources)
Append node for all Containers. |
void |
getDatasources(org.apache.webapp.admin.TreeControlNode p_NodeParent,
MessageResources p_Resources)
Append node for all deployed Datasources. |
protected void |
getDeploymentConnector(org.apache.webapp.admin.TreeControlNode p_NodeDeployments,
MessageResources p_Resources)
Append node for Connector deployment. |
protected void |
getDeploymentEar(org.apache.webapp.admin.TreeControlNode p_NodeDeployments,
MessageResources p_Resources)
Append node for Ear deployment. |
protected void |
getDeploymentEjb(org.apache.webapp.admin.TreeControlNode p_NodeDeployments,
MessageResources p_Resources)
Append node for Ejb deployment. |
protected void |
getDeploymentEjbFiles(org.apache.webapp.admin.TreeControlNode p_NodeParent,
MessageResources p_Resources)
Append node for Ejb Files deployment. |
protected void |
getDeployments(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for Deployments services for the specified server. |
protected void |
getDeploymentWebAppli(org.apache.webapp.admin.TreeControlNode p_NodeDeployments,
MessageResources p_Resources)
Append node for Web deployment. |
protected void |
getEjbs(org.apache.webapp.admin.TreeControlNode p_NodeParent,
MessageResources p_Resources,
java.lang.String p_Filename)
Append node for all Ejbs for a Container. |
protected void |
getLogging(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for Logging. |
protected void |
getMonitoring(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for Monitoring. |
protected void |
getResourceDatabase(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for Database Resource for the specified server. |
protected void |
getResources(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for Resources services for the specified server. |
protected void |
getSecurity(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for Security for the specified server. |
protected void |
getSecurityFactories(org.apache.webapp.admin.TreeControlNode p_SecurityNode,
MessageResources p_Resources)
Append nodes for Security factories for the specified server. |
protected void |
getSecurityMemoryFactory(org.apache.webapp.admin.TreeControlNode p_SecurityMemoryNode,
MessageResources p_Resources,
java.lang.String p_ResourceFactory)
Append nodes for Memory Security Factory for the specified server. |
protected void |
getServer(org.apache.webapp.admin.TreeControlNode p_RootNode,
MessageResources p_Resources)
Append nodes for a defined Jonas server. |
protected void |
getServiceApp(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Ear service for the JOnAS services. |
protected void |
getServiceDatabase(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Database service for the JOnAS services. |
protected void |
getServiceEjbContainer(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for EJBContainer service for the JOnAS services. |
protected void |
getServiceJms(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Jms service for the JOnAS services. |
protected void |
getServiceMail(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Mail service for the JOnAS services. |
protected void |
getServiceResource(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Resource service for the JOnAS services. |
protected void |
getServices(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for all defined services for the specified server. |
protected void |
getServiceSecurity(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Security service for the JOnAS services. |
protected void |
getServiceTransaction(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Transaction service for the JOnAS services. |
protected void |
getServiceWeb(org.apache.webapp.admin.TreeControlNode p_NodeServices,
MessageResources p_Resources)
Append node for Web service for the JOnAS services. |
protected void |
getServletServer(org.apache.webapp.admin.TreeControlNode p_ServerNode,
MessageResources p_Resources)
Append nodes for the Servlet server |
void |
getWebContainers(org.apache.webapp.admin.TreeControlNode p_NodeParent,
MessageResources p_Resources)
Append node for all Web Containers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JonasTreeBuilder()
Method Detail |
public void buildTree(org.apache.webapp.admin.TreeControl treeControl, org.apache.webapp.admin.ApplicationServlet servlet, javax.servlet.http.HttpServletRequest request)
treeControl
instance.
buildTree
in interface org.apache.webapp.admin.TreeBuilder
treeControl
- The TreeControl
to which we should
add our nodesservlet
- The controller servlet for the admin applicationrequest
- The servlet request we are processingprotected void getServer(org.apache.webapp.admin.TreeControlNode p_RootNode, MessageResources p_Resources) throws java.lang.Exception
p_RootNode
- Root node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getMonitoring(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
messages
java.lang.Exception
- if an exception occurs building the treeprotected void getLogging(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServices(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceApp(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treepublic void getAppContainers(org.apache.webapp.admin.TreeControlNode p_NodeParent, MessageResources p_Resources) throws java.lang.Exception
p_NodeParent
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceEjbContainer(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
messages
java.lang.Exception
- if an exception occurs building the treepublic void getContainers(org.apache.webapp.admin.TreeControlNode p_NodeParent, MessageResources p_Resources) throws java.lang.Exception
p_NodeParent
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getEjbs(org.apache.webapp.admin.TreeControlNode p_NodeParent, MessageResources p_Resources, java.lang.String p_Filename) throws java.lang.Exception
p_NodeParent
- Server node for the tree controlp_Resources
- The MessageResources for our localized messagesp_Filename
- Filename of container
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceDatabase(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
messages
java.lang.Exception
- if an exception occurs building the treepublic void getDatasources(org.apache.webapp.admin.TreeControlNode p_NodeParent, MessageResources p_Resources) throws java.lang.Exception
p_NodeParent
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceWeb(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treepublic void getWebContainers(org.apache.webapp.admin.TreeControlNode p_NodeParent, MessageResources p_Resources) throws java.lang.Exception
p_NodeParent
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceTransaction(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceJms(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceMail(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceResource(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServiceSecurity(org.apache.webapp.admin.TreeControlNode p_NodeServices, MessageResources p_Resources) throws java.lang.Exception
p_NodeServices
- Services node for the tree controlp_Resources
- The MessageResources for our localized messages
messages
java.lang.Exception
- if an exception occurs building the treeprotected void getDeployments(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getDeploymentEar(org.apache.webapp.admin.TreeControlNode p_NodeDeployments, MessageResources p_Resources) throws java.lang.Exception
p_NodeDeployments
- Deployment node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getDeploymentEjb(org.apache.webapp.admin.TreeControlNode p_NodeDeployments, MessageResources p_Resources) throws java.lang.Exception
p_NodeDeployments
- Deployment node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getDeploymentEjbFiles(org.apache.webapp.admin.TreeControlNode p_NodeParent, MessageResources p_Resources) throws java.lang.Exception
p_NodeParent
- Deployment node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getDeploymentWebAppli(org.apache.webapp.admin.TreeControlNode p_NodeDeployments, MessageResources p_Resources) throws java.lang.Exception
p_NodeDeployments
- Deployment node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getDeploymentConnector(org.apache.webapp.admin.TreeControlNode p_NodeDeployments, MessageResources p_Resources) throws java.lang.Exception
p_NodeDeployments
- Deployment node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getResources(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getResourceDatabase(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getSecurity(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getSecurityFactories(org.apache.webapp.admin.TreeControlNode p_SecurityNode, MessageResources p_Resources) throws java.lang.Exception
p_SecurityNode
- Security node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getSecurityMemoryFactory(org.apache.webapp.admin.TreeControlNode p_SecurityMemoryNode, MessageResources p_Resources, java.lang.String p_ResourceFactory) throws java.lang.Exception
p_SecurityMemoryNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getServletServer(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getCatalinaServer(org.apache.webapp.admin.TreeControlNode p_ServerNode, MessageResources p_Resources) throws java.lang.Exception
p_ServerNode
- Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the treeprotected void getCatalinaServerConnectors(org.apache.webapp.admin.TreeControlNode p_CatalinaServerNode, MessageResources p_Resources) throws java.lang.Exception
p_CatalinaServerNode
- Catalina Server node for the tree controlp_Resources
- The MessageResources for our localized messages
java.lang.Exception
- if an exception occurs building the tree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |