org.openejb.alt.config
Interface Bean
- All Known Implementing Classes:
- EntityBean, SessionBean
public interface Bean
- Author:
- David Blevins
BMP_ENTITY
static final String BMP_ENTITY
- See Also:
- Constant Field Values
CMP_ENTITY
static final String CMP_ENTITY
- See Also:
- Constant Field Values
STATEFUL
static final String STATEFUL
- See Also:
- Constant Field Values
STATELESS
static final String STATELESS
- See Also:
- Constant Field Values
getType
String getType()
getBean
Object getBean()
getEjbName
String getEjbName()
getEjbClass
String getEjbClass()
getHome
String getHome()
getRemote
String getRemote()
getLocalHome
String getLocalHome()
getLocal
String getLocal()
getEjbRef
EjbRef[] getEjbRef()
getEjbLocalRef
EjbLocalRef[] getEjbLocalRef()
getEnvEntry
EnvEntry[] getEnvEntry()
getResourceRef
ResourceRef[] getResourceRef()
getSecurityRoleRef
SecurityRoleRef[] getSecurityRoleRef()
Copyright © 1999-2008 OpenEJB. All Rights Reserved.