Package | Description |
---|---|
vdoclet.docinfo | |
vdoclet.ejb |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
Builder.addClass(String name) |
ClassInfo |
DocInfo.getClass(String name) |
ClassInfo |
BaseClassElementInfo.getContainingClass()
Get the containing ClassInfo
|
ClassInfo |
DocInfo.makeClass(String name) |
ClassInfo |
ClassInfo.resolveSuperClass() |
Modifier and Type | Method and Description |
---|---|
void |
DocInfo.addClass(ClassInfo classInfo) |
void |
BaseClassElementInfo.setContainingClass(ClassInfo containingClass)
Set the containing ClassInfo
|
Modifier and Type | Class and Description |
---|---|
class |
RegisteredClassInfo
Represents a class that can be looked-up in JNDI.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo |
EjbInfo.getCmp11Class()
Get a representation of the generated cmp11Class.
|
ClassInfo |
EjbInfo.getEjbClass()
Return a representation of the ejb-class.
|
ClassInfo |
EjbView.getInterface()
Get a representation of the view interface
|
ClassInfo |
EjbInfo.getPrimaryKey()
Get a representation of the primary-key class.
|
ClassInfo |
EjbInfo.getSrcClass()
Get ClassInfo for the bean implementation class.
|
ClassInfo |
EjbInfo.getSrcCmpInnerClass() |
Constructor and Description |
---|
EjbInfo(ClassInfo srcClass)
Construct a new EjbInfo.
|