|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement
org.objectweb.jonas_ejb.deployment.xml.EjbJar
public class EjbJar
This class defines the implementation of the element ejb-jar
Constructor Summary | |
---|---|
EjbJar()
Constructor |
Method Summary | |
---|---|
AssemblyDescriptor |
getAssemblyDescriptor()
Gets the assembly-descriptor |
String |
getEjbClientJar()
Gets the ejb-client-jar |
EnterpriseBeans |
getEnterpriseBeans()
Gets the enterprise-beans |
String |
getPublicId()
Get the PublicId of the DTD used |
Relationships |
getRelationships()
Gets the relationships |
String |
getVersion()
Get the Version of the EJB specification |
void |
setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
Set the assembly-descriptor |
void |
setEjbClientJar(String ejbClientJar)
Set the ejb-client-jar |
void |
setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
Set the enterprise-beans |
void |
setPublicId(String pid)
Set the PublicId of the DTD used |
void |
setRelationships(Relationships relationships)
Set the relationships |
void |
setVersion(String ver)
Set the Version of the EJB specification |
String |
toXML(int indent)
Represents this element by it's XML description. |
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement |
---|
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
---|
indent, toString, toXML, xmlAttribute, xmlElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml |
---|
getDescription, getDisplayName, getIcon |
Constructor Detail |
---|
public EjbJar()
Method Detail |
---|
public String getPublicId()
public void setPublicId(String pid)
pid
- the publicIdpublic String getVersion()
public void setVersion(String ver)
ver
- the versionpublic EnterpriseBeans getEnterpriseBeans()
public void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
enterpriseBeans
- enterpriseBeanspublic Relationships getRelationships()
public void setRelationships(Relationships relationships)
relationships
- relationshipspublic AssemblyDescriptor getAssemblyDescriptor()
public void setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
assemblyDescriptor
- assemblyDescriptorpublic String getEjbClientJar()
public void setEjbClientJar(String ejbClientJar)
ejbClientJar
- ejbClientJarpublic String toXML(int indent)
toXML
in interface Element
toXML
in class AbsElement
indent
- use this indent for prexifing XML representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |