|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanMetaData | |
org.jboss.ejb | Package description goes here. |
org.jboss.metadata | Package description goes here. |
org.jboss.verifier.strategy | Package description goes here. |
Uses of BeanMetaData in org.jboss.ejb |
Fields in org.jboss.ejb declared as BeanMetaData | |
protected BeanMetaData |
Container.metaData
This is the new metadata. |
Methods in org.jboss.ejb that return BeanMetaData | |
BeanMetaData |
ContainerMBean.getBeanMetaData()
Returns the metadata of this container. |
BeanMetaData |
Container.getBeanMetaData()
Returns the metadata of this container. |
Methods in org.jboss.ejb with parameters of type BeanMetaData | |
void |
Container.setBeanMetaData(BeanMetaData metaData)
Sets the meta data for this container. |
Uses of BeanMetaData in org.jboss.metadata |
Subclasses of BeanMetaData in org.jboss.metadata | |
class |
EntityMetaData
The meta data information specific to entity beans. |
class |
MessageDrivenMetaData
Provides a container and parser for the metadata of a message driven bean. |
class |
SessionMetaData
The meta data information specific to session beans. |
Methods in org.jboss.metadata that return BeanMetaData | |
BeanMetaData |
ApplicationMetaData.getBeanByEjbName(String ejbName)
Get an EJB by its declared <ejb-name> tag |
Methods in org.jboss.metadata with parameters of type BeanMetaData | |
void |
ClusterConfigMetaData.init(BeanMetaData data)
|
void |
CacheInvalidationConfigMetaData.init(BeanMetaData data)
|
Uses of BeanMetaData in org.jboss.verifier.strategy |
Methods in org.jboss.verifier.strategy with parameters of type BeanMetaData | |
protected boolean |
EJBVerifier20.verifyBean(BeanMetaData theBean)
Try to load the beans class declared in the <ejb-class> element. |
protected boolean |
EJBVerifier20.hasRemoteInterfaces(BeanMetaData bean)
Check whether the bean has declared local interfaces and whether we can load the defined classes |
protected boolean |
EJBVerifier20.hasLocalInterfaces(BeanMetaData bean)
Check whether the bean has declared local interfaces and whether we can load the defined classes |
boolean |
AbstractVerifier.hasRemoteReturnType(BeanMetaData bean,
Method m)
checks the return type of method matches the bean's remote interface |
boolean |
AbstractVerifier.hasLocalReturnType(BeanMetaData bean,
Method m)
checks the return type of method matches the bean's local interface |
protected void |
AbstractVerifier.fireSpecViolationEvent(BeanMetaData bean,
Section section)
|
protected void |
AbstractVerifier.fireSpecViolationEvent(BeanMetaData bean,
Method method,
Section section)
|
protected void |
AbstractVerifier.fireBeanVerifiedEvent(BeanMetaData bean)
|
protected void |
AbstractVerifier.fireBeanVerifiedEvent(BeanMetaData bean,
String msg)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |