|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.RelationMetaData
public class RelationMetaData
Represents one ejb-relation element found in the ejb-jar.xml file's relationships elements.
Field Summary |
---|
Fields inherited from class org.jboss.metadata.MetaData |
---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
---|---|
RelationMetaData()
|
Method Summary | |
---|---|
RelationshipRoleMetaData |
getLeftRelationshipRole()
Gets the left relationship role. |
RelationshipRoleMetaData |
getOtherRelationshipRole(RelationshipRoleMetaData role)
|
String |
getRelationName()
Gets the relation name. |
RelationshipRoleMetaData |
getRightRelationshipRole()
Gets the right relationship role. |
void |
importEjbJarXml(Element element)
Non-operation. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationMetaData()
Method Detail |
---|
public String getRelationName()
public RelationshipRoleMetaData getLeftRelationshipRole()
public RelationshipRoleMetaData getRightRelationshipRole()
public RelationshipRoleMetaData getOtherRelationshipRole(RelationshipRoleMetaData role)
public void importEjbJarXml(Element element) throws org.jboss.deployment.DeploymentException
MetaData
importEjbJarXml
in class MetaData
org.jboss.deployment.DeploymentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |