|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vdoclet.ejb.EjbView
Represents an EJB client-view
Constructor Summary | |
EjbView(EjbInfo ejbInfo)
Construct a new EjbView |
Method Summary | |
RegisteredClassInfo |
getHome()
Get a representation of the view-home interface. |
ClassInfo |
getInterface()
Get a representation of the view interface |
String |
getInterfaceClassName()
Get the name of the view interface. |
boolean |
isFlagged(BaseElementInfo element)
Check whether a something is tagged as being available thru this view |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EjbView(EjbInfo ejbInfo)
Method Detail |
public boolean isFlagged(BaseElementInfo element)
public String getInterfaceClassName()
public ClassInfo getInterface()
public RegisteredClassInfo getHome()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |