org.objectweb.jonas.web.WarMBean Interface Reference

Inherited by org.objectweb.jonas.web.War.

Inheritance diagram for org.objectweb.jonas.web.WarMBean:

Inheritance graph
[legend]
List of all members.

Public Member Functions

boolean isInEarCase ()

Package Functions

URL getWarURL ()
URL getEarURL ()
String getHostName ()
String getContextRoot ()
boolean getJava2DelegationModel ()
String getXmlContent ()
String getJOnASXmlContent ()
String[] getServletsName ()

Detailed Description

This interface defines the MBean methods which can be done on a war file
Author:
Florent Benoit

Definition at line 35 of file WarMBean.java.


Member Function Documentation

String org.objectweb.jonas.web.WarMBean.getContextRoot  )  [package]
 

Get the context root of this war.

Returns:
the context root of this war.

Implemented in org.objectweb.jonas.web.War.

URL org.objectweb.jonas.web.WarMBean.getEarURL  )  [package]
 

Get the URL of the ear containing this war.

Returns:
the URL of the war file.

Implemented in org.objectweb.jonas.web.War.

String org.objectweb.jonas.web.WarMBean.getHostName  )  [package]
 

Get the name of the host on which this war is deployed.

Returns:
the name of the host on which this war is deployed.

Implemented in org.objectweb.jonas.web.War.

boolean org.objectweb.jonas.web.WarMBean.getJava2DelegationModel  )  [package]
 

Context classloader must follow the java2 delegation model ?

Returns:
true if the context's classloader must follow the java 2 delegation model.

Implemented in org.objectweb.jonas.web.War.

String org.objectweb.jonas.web.WarMBean.getJOnASXmlContent  )  [package]
 

Return the jonas-specific xml file

Returns:
the jonas-specific xml file

Implemented in org.objectweb.jonas.web.War.

String [] org.objectweb.jonas.web.WarMBean.getServletsName  )  [package]
 

Return a list of all servlets available

Returns:
a list of all servlets available

Implemented in org.objectweb.jonas.web.War.

URL org.objectweb.jonas.web.WarMBean.getWarURL  )  [package]
 

Get the URL of the war file.

Returns:
the URL of the war file.

Implemented in org.objectweb.jonas.web.War.

String org.objectweb.jonas.web.WarMBean.getXmlContent  )  [package]
 

Return the standard xml file

Returns:
the standard xml file

Implemented in org.objectweb.jonas.web.War.

boolean org.objectweb.jonas.web.WarMBean.isInEarCase  ) 
 

Return true if only if this war is in an ear file.

Returns:
true if only if this war is in an ear file.

Implemented in org.objectweb.jonas.web.War.


The documentation for this interface was generated from the following file:
Generated on Tue Feb 15 15:08:13 2005 for JOnAS by  doxygen 1.3.9.1