org.openejb.alt.config
Class SessionBean
java.lang.Object
org.openejb.alt.config.SessionBean
- All Implemented Interfaces:
- Bean
public class SessionBean
- extends java.lang.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 java.lang.String getType()
- Specified by:
getType
in interface Bean
getBean
public java.lang.Object getBean()
- Specified by:
getBean
in interface Bean
getEjbName
public java.lang.String getEjbName()
- Specified by:
getEjbName
in interface Bean
getEjbClass
public java.lang.String getEjbClass()
- Specified by:
getEjbClass
in interface Bean
getHome
public java.lang.String getHome()
- Specified by:
getHome
in interface Bean
getRemote
public java.lang.String getRemote()
- Specified by:
getRemote
in interface Bean
getEjbLocalRef
public EjbLocalRef[] getEjbLocalRef()
- Specified by:
getEjbLocalRef
in interface Bean
getLocal
public java.lang.String getLocal()
- Specified by:
getLocal
in interface Bean
getLocalHome
public java.lang.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-2011 OpenEJB. All Rights Reserved.