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