|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.transactionroute.TransactionRouteImplt
This class serves as a lightweight proxy representation of a TransactionRoute EJB for caching purposes.
Field Summary | |
java.lang.String |
dataFormat
|
java.lang.String |
destinationId
|
int |
hostSequenceNumber
|
java.lang.String |
txnCode
|
java.lang.String |
txnType
|
Fields inherited from interface com.bankframe.ei.txnhandler.transactionroute.TransactionRoute |
OFFLINE_MODE_FETCHING, OFFLINE_MODE_OFF, OFFLINE_MODE_STORING |
Fields inherited from interface com.bankframe.ejb.EEntity |
serialVersionUID |
Constructor Summary | |
TransactionRouteImplt(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String destinationId,
java.lang.String dataFormat,
int hostSequenceNumber)
This method constructs the proxy object |
Method Summary | |
java.lang.String |
getDataFormat()
This method returns the DataFormat name |
java.lang.String |
getDestinationId()
This method returns the Destination ID |
javax.ejb.EJBHome |
getEJBHome()
This method gets the EJB Home interface |
javax.ejb.Handle |
getHandle()
This method gets the EJB handle |
int |
getHostSequenceNumber()
This method returns the host sequence number |
java.lang.Object |
getPrimaryKey()
This method gets the Destination PrimaryKey |
java.lang.String |
getTxnCode()
This method returns the transaction code |
java.lang.String |
getTxnType()
This method returns the transaction type |
boolean |
isIdentical(javax.ejb.EJBObject param1)
This method determines if EJB objects identical |
void |
remove()
This method does nothing |
DataPacket |
toDataPacket()
This method converts transaction route data to DataPacket |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String txnCode
public java.lang.String txnType
public java.lang.String destinationId
public java.lang.String dataFormat
public int hostSequenceNumber
Constructor Detail |
public TransactionRouteImplt(java.lang.String txnCode, java.lang.String txnType, java.lang.String destinationId, java.lang.String dataFormat, int hostSequenceNumber)
txnCode
- Transaction CodetxnType
- Transaction TypedestinationId
- Destination IDdataFormat
- is the DataFormat classMethod Detail |
public javax.ejb.EJBHome getEJBHome() throws java.rmi.RemoteException
getEJBHome
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public javax.ejb.Handle getHandle() throws java.rmi.RemoteException
getHandle
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public java.lang.Object getPrimaryKey() throws java.rmi.RemoteException
getPrimaryKey
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public java.lang.String getTxnCode()
getTxnCode
in interface TransactionRoute
public java.lang.String getTxnType()
getTxnType
in interface TransactionRoute
public java.lang.String getDataFormat()
getDataFormat
in interface TransactionRoute
public java.lang.String getDestinationId()
getDestinationId
in interface TransactionRoute
public boolean isIdentical(javax.ejb.EJBObject param1) throws java.rmi.RemoteException
isIdentical
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public void remove() throws java.rmi.RemoteException, javax.ejb.RemoveException
remove
in interface javax.ejb.EJBObject
java.rmi.RemoteException
javax.ejb.RemoveException
public DataPacket toDataPacket()
toDataPacket
in interface EEntity
public int getHostSequenceNumber()
TransactionRoute
getHostSequenceNumber
in interface TransactionRoute
TransactionRoute.getHostSequenceNumber()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |