org.objectweb.jonas_ejb.deployment.xml
Interface EjbRelation
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- EjbRelationImpl
- public interface EjbRelation
- extends java.io.Serializable
ZEUS_XML_NAME
public static final java.lang.String ZEUS_XML_NAME
ZEUS_ATTRIBUTES
public static final java.lang.String[] ZEUS_ATTRIBUTES
ZEUS_ELEMENTS
public static final java.lang.String[] ZEUS_ELEMENTS
getDescription
public Description getDescription()
setDescription
public void setDescription(Description description)
getEjbRelationName
public EjbRelationName getEjbRelationName()
setEjbRelationName
public void setEjbRelationName(EjbRelationName ejbRelationName)
getEjbRelationshipRole
public EjbRelationshipRole getEjbRelationshipRole()
setEjbRelationshipRole
public void setEjbRelationshipRole(EjbRelationshipRole ejbRelationshipRole)
getEjbRelationshipRole2
public EjbRelationshipRole getEjbRelationshipRole2()
setEjbRelationshipRole2
public void setEjbRelationshipRole2(EjbRelationshipRole ejbRelationshipRole2)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
marshal
public void marshal(java.io.File file)
throws java.io.IOException
marshal
public void marshal(java.io.OutputStream outputStream)
throws java.io.IOException
marshal
public void marshal(java.io.Writer writer)
throws java.io.IOException