org.apache.openejb.test.mdb
Class SetterInjectionMdbBean
java.lang.Object
org.apache.openejb.test.mdb.SetterInjectionMdbBean
- All Implemented Interfaces:
- Serializable, javax.ejb.EnterpriseBean, javax.ejb.MessageDrivenBean, javax.jms.MessageListener, EncMdbObject
public class SetterInjectionMdbBean
- extends Object
- implements EncMdbObject, javax.ejb.MessageDrivenBean, javax.jms.MessageListener
- Author:
- David Blevins, Richard Monson-Haefel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetterInjectionMdbBean
public SetterInjectionMdbBean()
setMessageDrivenContext
public void setMessageDrivenContext(javax.ejb.MessageDrivenContext ctx)
throws javax.ejb.EJBException
- Specified by:
setMessageDrivenContext
in interface javax.ejb.MessageDrivenBean
- Throws:
javax.ejb.EJBException
onMessage
public void onMessage(javax.jms.Message message)
- Specified by:
onMessage
in interface javax.jms.MessageListener
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.MessageDrivenContext getEjbContext()
setEjbContext
public void setEjbContext(javax.ejb.MessageDrivenContext 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
- Specified by:
lookupEntityBean
in interface EncMdbObject
- Throws:
TestFailureException
lookupStatefulBean
public void lookupStatefulBean()
throws TestFailureException
- Specified by:
lookupStatefulBean
in interface EncMdbObject
- Throws:
TestFailureException
lookupStatelessBean
public void lookupStatelessBean()
throws TestFailureException
- Specified by:
lookupStatelessBean
in interface EncMdbObject
- Throws:
TestFailureException
lookupStatelessBusinessLocal
public void lookupStatelessBusinessLocal()
throws TestFailureException
- Specified by:
lookupStatelessBusinessLocal
in interface EncMdbObject
- Throws:
TestFailureException
lookupStatelessBusinessRemote
public void lookupStatelessBusinessRemote()
throws TestFailureException
- Specified by:
lookupStatelessBusinessRemote
in interface EncMdbObject
- Throws:
TestFailureException
lookupStatefulBusinessLocal
public void lookupStatefulBusinessLocal()
throws TestFailureException
- Specified by:
lookupStatefulBusinessLocal
in interface EncMdbObject
- Throws:
TestFailureException
lookupStatefulBusinessRemote
public void lookupStatefulBusinessRemote()
throws TestFailureException
- Specified by:
lookupStatefulBusinessRemote
in interface EncMdbObject
- Throws:
TestFailureException
lookupStringEntry
public void lookupStringEntry()
throws TestFailureException
- Specified by:
lookupStringEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupDoubleEntry
public void lookupDoubleEntry()
throws TestFailureException
- Specified by:
lookupDoubleEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupLongEntry
public void lookupLongEntry()
throws TestFailureException
- Specified by:
lookupLongEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupFloatEntry
public void lookupFloatEntry()
throws TestFailureException
- Specified by:
lookupFloatEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupIntegerEntry
public void lookupIntegerEntry()
throws TestFailureException
- Specified by:
lookupIntegerEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupShortEntry
public void lookupShortEntry()
throws TestFailureException
- Specified by:
lookupShortEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupBooleanEntry
public void lookupBooleanEntry()
throws TestFailureException
- Specified by:
lookupBooleanEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupByteEntry
public void lookupByteEntry()
throws TestFailureException
- Specified by:
lookupByteEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupCharacterEntry
public void lookupCharacterEntry()
throws TestFailureException
- Specified by:
lookupCharacterEntry
in interface EncMdbObject
- Throws:
TestFailureException
lookupResource
public void lookupResource()
throws TestFailureException
- Specified by:
lookupResource
in interface EncMdbObject
- Throws:
TestFailureException
lookupJMSConnectionFactory
public void lookupJMSConnectionFactory()
throws TestFailureException
- Specified by:
lookupJMSConnectionFactory
in interface EncMdbObject
- Throws:
TestFailureException
lookupPersistenceUnit
public void lookupPersistenceUnit()
throws TestFailureException
- Specified by:
lookupPersistenceUnit
in interface EncMdbObject
- Throws:
TestFailureException
lookupPersistenceContext
public void lookupPersistenceContext()
throws TestFailureException
- Specified by:
lookupPersistenceContext
in interface EncMdbObject
- Throws:
TestFailureException
lookupMessageDrivenContext
public void lookupMessageDrivenContext()
throws TestFailureException
- Specified by:
lookupMessageDrivenContext
in interface EncMdbObject
- Throws:
TestFailureException
ejbRemove
public void ejbRemove()
throws javax.ejb.EJBException
- Specified by:
ejbRemove
in interface javax.ejb.MessageDrivenBean
- Throws:
javax.ejb.EJBException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.