| org.objectweb.jonas.ear.EarMBean
All known Subclasses: org.objectweb.jonas.ear.Ear,
EarMBean | public interface EarMBean (Code) | | Class specifiying the mbean operation
author: Florent Benoit |
getDeploymentDescriptor | String getDeploymentDescriptor()(Code) | | Return the deployment descriptor of the ear
the deployment descriptor of the ear |
getEarUrl | URL getEarUrl()(Code) | | Return the url of this Ear
the url of this Ear |
getEjbJars | URL[] getEjbJars()(Code) | | Return the ejb-jar files
the ejb-jar files |
getRars | URL[] getRars()(Code) | | Return the rar files
the rar files |
getWars | URL[] getWars()(Code) | | Return the war files
the war files |
|
|