com.bankframe.ei.txnhandler.impl.transactionidentifier
Class TransactionIdentifierCMPBean

java.lang.Object
  extended by com.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierBean
      extended by com.bankframe.ei.txnhandler.impl.transactionidentifier.TransactionIdentifierBean
          extended by com.bankframe.ei.txnhandler.impl.transactionidentifier.TransactionIdentifierCMPBean
All Implemented Interfaces:
EEntity, Serializable, EnterpriseBean, EntityBean

public class TransactionIdentifierCMPBean
extends TransactionIdentifierBean
implements EntityBean

This class specifies the parameters needed to connect to the host for a specific connector

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierBean
isAsynchronous, txnCode, txnIdentifierField, txnType
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
TransactionIdentifierCMPBean()
           
 
Method Summary
 void ejbActivate()
           
 TransactionIdentifierPK ejbCreate(String txnCode, String txnType, String txnIdentifier, String isAsynchronous)
          This method initialises DestinationBean Instance
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(String destinationId, String connectorFactoryClassName, String parameters, String hostStatus)
           
 void ejbRemove()
           
 void ejbStore()
           
 void setEntityContext(EntityContext ctx)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.bankframe.ei.txnhandler.impl.transactionidentifier.TransactionIdentifierBean
toDataPacket
 
Methods inherited from class com.bankframe.ei.txnhandler.transactionidentifier.TransactionIdentifierBean
create, getIsAsynchronous, getTxnCode, getTxnIdentifierField, getTxnType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionIdentifierCMPBean

public TransactionIdentifierCMPBean()
Method Detail

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface EntityBean

ejbCreate

public TransactionIdentifierPK ejbCreate(String txnCode,
                                         String txnType,
                                         String txnIdentifier,
                                         String isAsynchronous)
                                  throws CreateException
This method initialises DestinationBean Instance

Parameters:
txnCode - String
txnType - String
txnIdentifier - String
isAsynchronous - String
Throws:
CreateException

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface EntityBean

ejbPostCreate

public void ejbPostCreate(String destinationId,
                          String connectorFactoryClassName,
                          String parameters,
                          String hostStatus)
                   throws CreateException
Throws:
CreateException

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


Copyright © 2005, 2007, Oracle. All rights reserved.