org.openejb.config
Class SessionBean

java.lang.Object
  extended byorg.openejb.config.SessionBean
All Implemented Interfaces:
Bean

public class SessionBean
extends Object
implements Bean


Field Summary
 
Fields inherited from interface org.openejb.config.Bean
BMP_ENTITY, CMP_ENTITY, STATEFUL, STATELESS
 
Method Summary
 Object getBean()
           
 String getEjbClass()
           
 String getEjbName()
           
 EjbRef[] getEjbRef()
           
 EnvEntry[] getEnvEntry()
           
 String getHome()
           
 String getRemote()
           
 ResourceRef[] getResourceRef()
           
 SecurityRoleRef[] getSecurityRoleRef()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public String getType()
Specified by:
getType in interface Bean

getBean

public Object getBean()
Specified by:
getBean in interface Bean

getEjbName

public String getEjbName()
Specified by:
getEjbName in interface Bean

getEjbClass

public String getEjbClass()
Specified by:
getEjbClass in interface Bean

getHome

public String getHome()
Specified by:
getHome in interface Bean

getRemote

public String getRemote()
Specified by:
getRemote in interface Bean

getEjbRef

public EjbRef[] getEjbRef()
Specified by:
getEjbRef in interface Bean

getEnvEntry

public EnvEntry[] getEnvEntry()
Specified by:
getEnvEntry in interface Bean

getResourceRef

public ResourceRef[] getResourceRef()
Specified by:
getResourceRef in interface Bean

getSecurityRoleRef

public SecurityRoleRef[] getSecurityRoleRef()
Specified by:
getSecurityRoleRef in interface Bean


Copyright © 1999-2005 OpenEJB. All Rights Reserved.