|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vdoclet.ejb.EjbRelation
A relationship between two EJBs
Constructor Summary | |
EjbRelation(EjbRelationRole roleA,
EjbRelationRole roleB)
Construct a new EjbRelation. |
Method Summary | |
String |
getName()
Get the canonical name of this relationship |
EjbRelationRole |
getRole(String name)
Find a role by name |
Collection |
getRoles()
Get the roles |
static String |
makeName(String nameA,
String nameB)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EjbRelation(EjbRelationRole roleA, EjbRelationRole roleB)
roleA
- first roleroleB
- second roleMethod Detail |
public static String makeName(String nameA, String nameB)
public String getName()
public Collection getRoles()
public EjbRelationRole getRole(String name)
name
- role-name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |