org.openejb.config
Class SessionBean
java.lang.Object
org.openejb.config.SessionBean
- All Implemented Interfaces:
- Bean
- public class SessionBean
- extends Object
- implements Bean
- Author:
- David Blevins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getEjbLocalRef
public EjbLocalRef[] getEjbLocalRef()
- Specified by:
getEjbLocalRef
in interface Bean
getLocal
public String getLocal()
- Specified by:
getLocal
in interface Bean
getLocalHome
public String getLocalHome()
- Specified by:
getLocalHome
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-2006 OpenEJB. All Rights Reserved.