B D E G I M O W

B

BusinessInterfaceDescriptor<T> - Interface in org.jboss.webbeans.bootstrap.spi
Represents the business interface of an EJB

D

discoverEjbs() - Method in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
Gets a descriptor for each EJB in the application
discoverWebBeanClasses() - Method in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
Gets list of all classes in classpath archives with web-beans.xml files
discoverWebBeansXml() - Method in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
Gets a list of all web-beans.xml files in the app classpath

E

EjbDescriptor<T> - Interface in org.jboss.webbeans.bootstrap.spi
EJB metadata from the EJB descriptor

G

getEjbName() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Gets the EJB name
getInterface() - Method in interface org.jboss.webbeans.bootstrap.spi.BusinessInterfaceDescriptor
Gets the business interface class
getJndiName() - Method in interface org.jboss.webbeans.bootstrap.spi.BusinessInterfaceDescriptor
Gets the JNDI name under which the EJB is registered
getLocalBusinessInterfaces() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Gets the local business interfaces of the EJB
getLocalJndiName() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
 
getMethodName() - Method in interface org.jboss.webbeans.bootstrap.spi.MethodDescriptor
 
getMethodParameterTypes() - Method in interface org.jboss.webbeans.bootstrap.spi.MethodDescriptor
 
getRemoteBusinessInterfaces() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Gets the remote business interfaces of the EJB
getRemoveMethods() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Get the remove methods of the EJB
getType() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Gets the EJB type

I

isMessageDriven() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Indicates if the EJB is and MDB
isSingleton() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Indicates if the bean is a EJB 3.1 Singleton
isStateful() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Indicates if the EJB is stateful
isStateless() - Method in interface org.jboss.webbeans.bootstrap.spi.EjbDescriptor
Indicates if the bean is stateless

M

MethodDescriptor - Interface in org.jboss.webbeans.bootstrap.spi
 

O

org.jboss.webbeans.bootstrap.spi - package org.jboss.webbeans.bootstrap.spi
 

W

WebBeanDiscovery - Interface in org.jboss.webbeans.bootstrap.spi
A container should implement this interface to allow the Web Beans RI to discover the Web Beans to deploy

B D E G I M O W

Copyright © 2008. All Rights Reserved.