org.openejb.config
Interface Bean
- All Known Implementing Classes:
- EntityBean, SessionBean
- public interface Bean
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()
getEjbRef
public EjbRef[] getEjbRef()
getEnvEntry
public EnvEntry[] getEnvEntry()
getResourceRef
public ResourceRef[] getResourceRef()
getSecurityRoleRef
public SecurityRoleRef[] getSecurityRoleRef()
Copyright © 1999-2005 OpenEJB. All Rights Reserved.