org.objectweb.jonas.ear
Interface EarMBean

All Known Implementing Classes:
Ear

public interface EarMBean

Class specifiying the mbean operation

Author:
Florent Benoit

Method Summary
 java.lang.String getDeploymentDescriptor()
          Return the deployment descriptor of the ear
 java.net.URL getEarUrl()
          Return the url of this Ear
 java.net.URL[] getEjbJars()
          Return the ejb-jar files
 java.net.URL[] getRars()
          Return the rar files
 java.net.URL[] getWars()
          Return the war files
 

Method Detail

getDeploymentDescriptor

java.lang.String getDeploymentDescriptor()
Return the deployment descriptor of the ear

Returns:
the deployment descriptor of the ear

getEarUrl

java.net.URL getEarUrl()
Return the url of this Ear

Returns:
the url of this Ear

getEjbJars

java.net.URL[] getEjbJars()
Return the ejb-jar files

Returns:
the ejb-jar files

getWars

java.net.URL[] getWars()
Return the war files

Returns:
the war files

getRars

java.net.URL[] getRars()
Return the rar files

Returns:
the rar files