org.openejb.alt.config
Interface Bean

All Known Implementing Classes:
EntityBean, SessionBean

public interface Bean

Author:
David Blevins

Field Summary
static String BMP_ENTITY
           
static String CMP_ENTITY
           
static String STATEFUL
           
static String STATELESS
           
 
Method Summary
 Object getBean()
           
 String getEjbClass()
           
 EjbLocalRef[] getEjbLocalRef()
           
 String getEjbName()
           
 EjbRef[] getEjbRef()
           
 EnvEntry[] getEnvEntry()
           
 String getHome()
           
 String getLocal()
           
 String getLocalHome()
           
 String getRemote()
           
 ResourceRef[] getResourceRef()
           
 SecurityRoleRef[] getSecurityRoleRef()
           
 String getType()
           
 

Field Detail

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
Method Detail

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.