| |
|
| org.objectweb.jonas.web.WarMBean
All known Subclasses: org.objectweb.jonas.web.War,
WarMBean | public interface WarMBean (Code) | | This interface defines the MBean methods which can be done on a war file
author: Florent Benoit |
getContextRoot | String getContextRoot()(Code) | | Get the context root of this war.
the context root of this war. |
getEarURL | URL getEarURL()(Code) | | Get the URL of the ear containing this war.
the URL of the war file. |
getHostName | String getHostName()(Code) | | Get the name of the host on which this war is deployed.
the name of the host on which this war is deployed. |
getJOnASXmlContent | String getJOnASXmlContent()(Code) | | Return the jonas-specific xml file
the jonas-specific xml file |
getJava2DelegationModel | boolean getJava2DelegationModel()(Code) | | Context classloader must follow the java2 delegation model ?
true if the context's classloader must follow the java 2delegation model. |
getServletsName | String[] getServletsName()(Code) | | Return a list of all servlets available
a list of all servlets available |
getWarURL | URL getWarURL()(Code) | | Get the URL of the war file.
the URL of the war file. |
getXmlContent | String getXmlContent()(Code) | | Return the standard xml file
the standard xml file |
isInEarCase | boolean isInEarCase()(Code) | | Return true if only if this war is in an ear file.
true if only if this war is in an ear file. |
|
|
|