org.apache.openejb.test.stateless
Class SetterInjectionStatelessBean

java.lang.Object
  extended by org.apache.openejb.test.stateless.SetterInjectionStatelessBean
All Implemented Interfaces:
Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class SetterInjectionStatelessBean
extends Object
implements javax.ejb.SessionBean

Author:
David Blevins, Richard Monson-Haefel
See Also:
Serialized Form

Constructor Summary
SetterInjectionStatelessBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 BasicBmpHome getBmpHome()
           
 Boolean getBooolean()
           
 Byte getByyte()
           
 Character getChaaracter()
           
 javax.jms.ConnectionFactory getCoonnectionFactory()
           
 DataSource getDaataSource()
           
 Double getDoouble()
           
 javax.persistence.EntityManager getEem()
           
 javax.ejb.SessionContext getEjbContext()
           
 javax.persistence.EntityManager getEm()
           
 javax.persistence.EntityManagerFactory getEmf()
           
 Float getFlooat()
           
 Integer getInteeger()
           
 Long getLoong()
           
 javax.persistence.EntityManager getPem()
           
 javax.jms.QueueConnectionFactory getQueueCoonnectionFactory()
           
 Short getShoort()
           
 BasicStatefulBusinessLocal getStatefulBusinessLocal()
           
 BasicStatefulBusinessRemote getStatefulBusinessRemote()
           
 BasicStatefulHome getStatefulHome()
           
 BasicStatelessBusinessLocal getStatelessBusinessLocal()
           
 BasicStatelessBusinessRemote getStatelessBusinessRemote()
           
 BasicStatelessHome getStatelessHome()
           
 String getStriing()
           
 javax.jms.TopicConnectionFactory getTopicCoonnectionFactory()
           
 void lookupBooleanEntry()
           
 void lookupByteEntry()
           
 void lookupCharacterEntry()
           
 void lookupDoubleEntry()
           
 void lookupEntityBean()
           
 void lookupFloatEntry()
           
 void lookupIntegerEntry()
           
 void lookupJMSConnectionFactory()
           
 void lookupLongEntry()
           
 void lookupPersistenceContext()
           
 void lookupPersistenceUnit()
           
 void lookupResource()
           
 void lookupSessionContext()
           
 void lookupShortEntry()
           
 void lookupStatefulBean()
           
 void lookupStatefulBusinessLocal()
           
 void lookupStatefulBusinessRemote()
           
 void lookupStatelessBean()
           
 void lookupStatelessBusinessLocal()
           
 void lookupStatelessBusinessRemote()
           
 void lookupStringEntry()
           
 void setBmpHome(BasicBmpHome bmpHome)
           
 void setBooolean(Boolean booolean)
           
 void setByyte(Byte byyte)
           
 void setChaaracter(Character chaaracter)
           
 void setCoonnectionFactory(javax.jms.ConnectionFactory coonnectionFactory)
           
 void setDaataSource(DataSource daataSource)
           
 void setDoouble(Double doouble)
           
 void setEem(javax.persistence.EntityManager eem)
           
 void setEjbContext(javax.ejb.SessionContext ejbContext)
           
 void setEm(javax.persistence.EntityManager em)
           
 void setEmf(javax.persistence.EntityManagerFactory emf)
           
 void setFlooat(Float flooat)
           
 void setInteeger(Integer inteeger)
           
 void setLoong(Long loong)
           
 void setPem(javax.persistence.EntityManager pem)
           
 void setQueueCoonnectionFactory(javax.jms.QueueConnectionFactory queueCoonnectionFactory)
           
 void setSessionContext(javax.ejb.SessionContext sessionContext)
           
 void setShoort(Short shoort)
           
 void setStatefulBusinessLocal(BasicStatefulBusinessLocal statefulBusinessLocal)
           
 void setStatefulBusinessRemote(BasicStatefulBusinessRemote statefulBusinessRemote)
           
 void setStatefulHome(BasicStatefulHome statefulHome)
           
 void setStatelessBusinessLocal(BasicStatelessBusinessLocal statelessBusinessLocal)
           
 void setStatelessBusinessRemote(BasicStatelessBusinessRemote statelessBusinessRemote)
           
 void setStatelessHome(BasicStatelessHome statelessHome)
           
 void setStriing(String striing)
           
 void setTopicCoonnectionFactory(javax.jms.TopicConnectionFactory topicCoonnectionFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterInjectionStatelessBean

public SetterInjectionStatelessBean()
Method Detail

getStatefulBusinessLocal

public BasicStatefulBusinessLocal getStatefulBusinessLocal()

setStatefulBusinessLocal

public void setStatefulBusinessLocal(BasicStatefulBusinessLocal statefulBusinessLocal)

getStatefulBusinessRemote

public BasicStatefulBusinessRemote getStatefulBusinessRemote()

setStatefulBusinessRemote

public void setStatefulBusinessRemote(BasicStatefulBusinessRemote statefulBusinessRemote)

getStatelessBusinessLocal

public BasicStatelessBusinessLocal getStatelessBusinessLocal()

setStatelessBusinessLocal

public void setStatelessBusinessLocal(BasicStatelessBusinessLocal statelessBusinessLocal)

getStatelessBusinessRemote

public BasicStatelessBusinessRemote getStatelessBusinessRemote()

setStatelessBusinessRemote

public void setStatelessBusinessRemote(BasicStatelessBusinessRemote statelessBusinessRemote)

getBmpHome

public BasicBmpHome getBmpHome()

setBmpHome

public void setBmpHome(BasicBmpHome bmpHome)

getBooolean

public Boolean getBooolean()

setBooolean

public void setBooolean(Boolean booolean)

getByyte

public Byte getByyte()

setByyte

public void setByyte(Byte byyte)

getChaaracter

public Character getChaaracter()

setChaaracter

public void setChaaracter(Character chaaracter)

getDaataSource

public DataSource getDaataSource()

setDaataSource

public void setDaataSource(DataSource daataSource)

getCoonnectionFactory

public javax.jms.ConnectionFactory getCoonnectionFactory()

setCoonnectionFactory

public void setCoonnectionFactory(javax.jms.ConnectionFactory coonnectionFactory)

getQueueCoonnectionFactory

public javax.jms.QueueConnectionFactory getQueueCoonnectionFactory()

setQueueCoonnectionFactory

public void setQueueCoonnectionFactory(javax.jms.QueueConnectionFactory queueCoonnectionFactory)

getTopicCoonnectionFactory

public javax.jms.TopicConnectionFactory getTopicCoonnectionFactory()

setTopicCoonnectionFactory

public void setTopicCoonnectionFactory(javax.jms.TopicConnectionFactory topicCoonnectionFactory)

getDoouble

public Double getDoouble()

setDoouble

public void setDoouble(Double doouble)

getEem

public javax.persistence.EntityManager getEem()

setEem

public void setEem(javax.persistence.EntityManager eem)

getEjbContext

public javax.ejb.SessionContext getEjbContext()

setEjbContext

public void setEjbContext(javax.ejb.SessionContext ejbContext)

getEm

public javax.persistence.EntityManager getEm()

setEm

public void setEm(javax.persistence.EntityManager em)

getEmf

public javax.persistence.EntityManagerFactory getEmf()

setEmf

public void setEmf(javax.persistence.EntityManagerFactory emf)

getFlooat

public Float getFlooat()

setFlooat

public void setFlooat(Float flooat)

getInteeger

public Integer getInteeger()

setInteeger

public void setInteeger(Integer inteeger)

getLoong

public Long getLoong()

setLoong

public void setLoong(Long loong)

getPem

public javax.persistence.EntityManager getPem()

setPem

public void setPem(javax.persistence.EntityManager pem)

getShoort

public Short getShoort()

setShoort

public void setShoort(Short shoort)

getStatefulHome

public BasicStatefulHome getStatefulHome()

setStatefulHome

public void setStatefulHome(BasicStatefulHome statefulHome)

getStatelessHome

public BasicStatelessHome getStatelessHome()

setStatelessHome

public void setStatelessHome(BasicStatelessHome statelessHome)

getStriing

public String getStriing()

setStriing

public void setStriing(String striing)

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

lookupEntityBean

public void lookupEntityBean()
                      throws TestFailureException
Throws:
TestFailureException

lookupStatefulBean

public void lookupStatefulBean()
                        throws TestFailureException
Throws:
TestFailureException

lookupStatelessBean

public void lookupStatelessBean()
                         throws TestFailureException
Throws:
TestFailureException

lookupStatelessBusinessLocal

public void lookupStatelessBusinessLocal()
                                  throws TestFailureException
Throws:
TestFailureException

lookupStatelessBusinessRemote

public void lookupStatelessBusinessRemote()
                                   throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessLocal

public void lookupStatefulBusinessLocal()
                                 throws TestFailureException
Throws:
TestFailureException

lookupStatefulBusinessRemote

public void lookupStatefulBusinessRemote()
                                  throws TestFailureException
Throws:
TestFailureException

lookupStringEntry

public void lookupStringEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupDoubleEntry

public void lookupDoubleEntry()
                       throws TestFailureException
Throws:
TestFailureException

lookupLongEntry

public void lookupLongEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupFloatEntry

public void lookupFloatEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupIntegerEntry

public void lookupIntegerEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupShortEntry

public void lookupShortEntry()
                      throws TestFailureException
Throws:
TestFailureException

lookupBooleanEntry

public void lookupBooleanEntry()
                        throws TestFailureException
Throws:
TestFailureException

lookupByteEntry

public void lookupByteEntry()
                     throws TestFailureException
Throws:
TestFailureException

lookupCharacterEntry

public void lookupCharacterEntry()
                          throws TestFailureException
Throws:
TestFailureException

lookupResource

public void lookupResource()
                    throws TestFailureException
Throws:
TestFailureException

lookupJMSConnectionFactory

public void lookupJMSConnectionFactory()
                                throws TestFailureException
Throws:
TestFailureException

lookupPersistenceUnit

public void lookupPersistenceUnit()
                           throws TestFailureException
Throws:
TestFailureException

lookupPersistenceContext

public void lookupPersistenceContext()
                              throws TestFailureException
Throws:
TestFailureException

lookupSessionContext

public void lookupSessionContext()
                          throws TestFailureException
Throws:
TestFailureException

ejbActivate

public void ejbActivate()
                 throws javax.ejb.EJBException,
                        RemoteException
Specified by:
ejbActivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException

ejbPassivate

public void ejbPassivate()
                  throws javax.ejb.EJBException,
                         RemoteException
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException

ejbRemove

public void ejbRemove()
               throws javax.ejb.EJBException,
                      RemoteException
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException

setSessionContext

public void setSessionContext(javax.ejb.SessionContext sessionContext)
                       throws javax.ejb.EJBException,
                              RemoteException
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.