|
|||||||||
| 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 |
java.lang.String |
getEjbClientJar()
Gets the ejb-client-jar |
EnterpriseBeans |
getEnterpriseBeans()
Gets the enterprise-beans |
java.lang.String |
getPublicId()
Get the PublicId of the DTD used |
Relationships |
getRelationships()
Gets the relationships |
java.lang.String |
getVersion()
Get the Version of the EJB specification |
void |
setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
Set the assembly-descriptor |
void |
setEjbClientJar(java.lang.String ejbClientJar)
Set the ejb-client-jar |
void |
setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
Set the enterprise-beans |
void |
setPublicId(java.lang.String pid)
Set the PublicId of the DTD used |
void |
setRelationships(Relationships relationships)
Set the relationships |
void |
setVersion(java.lang.String ver)
Set the Version of the EJB specification |
java.lang.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 java.lang.String getPublicId()
public void setPublicId(java.lang.String pid)
pid - the publicIdpublic java.lang.String getVersion()
public void setVersion(java.lang.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 java.lang.String getEjbClientJar()
public void setEjbClientJar(java.lang.String ejbClientJar)
ejbClientJar - ejbClientJarpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||