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

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

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-2012 OpenEJB. All Rights Reserved.