public abstract class EjbView extends Object
Constructor and Description |
---|
EjbView(EjbInfo ejbInfo)
Construct a new EjbView
|
Modifier and Type | Method and Description |
---|---|
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
|
public EjbView(EjbInfo ejbInfo)
public boolean isFlagged(BaseElementInfo element)
public String getInterfaceClassName()
public ClassInfo getInterface()
public RegisteredClassInfo getHome()