com.bankframe.ei.txnhandler.impl.destinationejbmap
Class DestinationEjbMapCMPBean
java.lang.Object
com.bankframe.ei.txnhandler.destinationejbmap.DestinationEjbMapBean
com.bankframe.ei.txnhandler.impl.destinationejbmap.DestinationEjbMapBean
com.bankframe.ei.txnhandler.impl.destinationejbmap.DestinationEjbMapCMPBean
- All Implemented Interfaces:
- Serializable, EnterpriseBean, EntityBean
public class DestinationEjbMapCMPBean
- extends DestinationEjbMapBean
- implements EntityBean
This class is the implementation of the DestinationEjbMap Entity EJB using
container managed persistence
- See Also:
- Serialized Form
Method Summary |
void |
ejbActivate()
|
DestinationEjbMapPK |
ejbCreate(String destinationId,
String ejbName,
String ejbOperation,
String operationType,
String storeable,
String alwaysOnline)
This method initialises a new instance of the DestinationEjbMap entity. |
void |
ejbLoad()
|
void |
ejbPassivate()
|
void |
ejbPostCreate(String destinationId,
String ejbName,
String ejbOperation,
String operationType,
String storeable,
String alwaysOnline)
This method called after a new instance of the DestinationEjbMap entity
has been initialised. |
void |
ejbRemove()
|
void |
ejbStore()
|
void |
setEntityContext(EntityContext ctx)
|
void |
unsetEntityContext()
|
DestinationEjbMapCMPBean
public DestinationEjbMapCMPBean()
- Default constructor.
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface EntityBean
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad
in interface EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface EntityBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface EntityBean
ejbStore
public void ejbStore()
- Specified by:
ejbStore
in interface EntityBean
setEntityContext
public void setEntityContext(EntityContext ctx)
- Specified by:
setEntityContext
in interface EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext
in interface EntityBean
ejbCreate
public DestinationEjbMapPK ejbCreate(String destinationId,
String ejbName,
String ejbOperation,
String operationType,
String storeable,
String alwaysOnline)
throws CreateException
- This method initialises a new instance of the DestinationEjbMap entity.
- Parameters:
destinationId
- the host destination idejbName
- the name of the calling ejbejbOperation
- the name of the mehtod being calledoperationType
- the type of host transaction either READ or WRITEstoreable
- can the transaction be stored y/nalwaysOnline
- should the transaction behave as if the host is always online y/n.
- Throws:
CreateException
ejbPostCreate
public void ejbPostCreate(String destinationId,
String ejbName,
String ejbOperation,
String operationType,
String storeable,
String alwaysOnline)
throws CreateException
- This method called after a new instance of the DestinationEjbMap entity
has been initialised.
- Parameters:
destinationId
- the host destination idejbName
- the name of the calling ejbejbOperation
- the name of the mehtod being calledoperationType
- the type of host transaction either READ or WRITEstoreable
- can the transaction be stored y/nalwaysOnline
- should the transaction behave as if the host is always online y/n.
- Throws:
CreateException
Copyright © 2005, 2007, Oracle. All rights reserved.