| |
|
| org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement org.objectweb.jonas_ejb.deployment.xml.EjbJar
Constructor Summary | |
public | EjbJar() |
EjbJar | public EjbJar()(Code) | | Constructor
|
getAssemblyDescriptor | public AssemblyDescriptor getAssemblyDescriptor()(Code) | | Gets the assembly-descriptor
the assembly-descriptor |
getEjbClientJar | public String getEjbClientJar()(Code) | | Gets the ejb-client-jar
the ejb-client-jar |
getEnterpriseBeans | public EnterpriseBeans getEnterpriseBeans()(Code) | | Gets the enterprise-beans
the enterprise-beans |
getPublicId | public String getPublicId()(Code) | | Get the PublicId of the DTD used
the PublicId |
getRelationships | public Relationships getRelationships()(Code) | | Gets the relationships
the relationships |
getVersion | public String getVersion()(Code) | | Get the Version of the EJB specification
the Version |
setAssemblyDescriptor | public void setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)(Code) | | Set the assembly-descriptor
Parameters: assemblyDescriptor - assemblyDescriptor |
setEjbClientJar | public void setEjbClientJar(String ejbClientJar)(Code) | | Set the ejb-client-jar
Parameters: ejbClientJar - ejbClientJar |
setEnterpriseBeans | public void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)(Code) | | Set the enterprise-beans
Parameters: enterpriseBeans - enterpriseBeans |
setPublicId | public void setPublicId(String pid)(Code) | | Set the PublicId of the DTD used
Parameters: pid - the publicId |
setRelationships | public void setRelationships(Relationships relationships)(Code) | | Set the relationships
Parameters: relationships - relationships |
setVersion | public void setVersion(String ver)(Code) | | Set the Version of the EJB specification
Parameters: ver - the version |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|