|
||||||||||
| 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
public class TransactionRouteImplt
This class serves as a lightweight proxy representation of a TransactionRoute EJB for caching purposes.
| Field Summary | |
|---|---|
String |
dataFormat
|
String |
destinationId
|
int |
hostSequenceNumber
|
String |
txnCode
|
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(String txnCode,
String txnType,
String destinationId,
String dataFormat,
int hostSequenceNumber)
This method constructs the proxy object |
|
| Method Summary | |
|---|---|
String |
getDataFormat()
This method returns the DataFormat name |
String |
getDestinationId()
This method returns the Destination ID |
EJBHome |
getEJBHome()
This method gets the EJB Home interface |
Handle |
getHandle()
This method gets the EJB handle |
int |
getHostSequenceNumber()
This method returns the host sequence number |
Object |
getPrimaryKey()
This method gets the Destination PrimaryKey |
String |
getTxnCode()
This method returns the transaction code |
String |
getTxnType()
This method returns the transaction type |
boolean |
isIdentical(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 String txnCode
public String txnType
public String destinationId
public String dataFormat
public int hostSequenceNumber
| Constructor Detail |
|---|
public TransactionRouteImplt(String txnCode,
String txnType,
String destinationId,
String dataFormat,
int hostSequenceNumber)
txnCode - Transaction CodetxnType - Transaction TypedestinationId - Destination IDdataFormat - is the DataFormat class| Method Detail |
|---|
public EJBHome getEJBHome()
throws RemoteException
getEJBHome in interface EJBObjectRemoteException
public Handle getHandle()
throws RemoteException
getHandle in interface EJBObjectRemoteException
public Object getPrimaryKey()
throws RemoteException
getPrimaryKey in interface EJBObjectRemoteExceptionpublic String getTxnCode()
getTxnCode in interface TransactionRoutepublic String getTxnType()
getTxnType in interface TransactionRoutepublic String getDataFormat()
getDataFormat in interface TransactionRoutepublic String getDestinationId()
getDestinationId in interface TransactionRoute
public boolean isIdentical(EJBObject param1)
throws RemoteException
isIdentical in interface EJBObjectRemoteException
public void remove()
throws RemoteException,
RemoveException
remove in interface EJBObjectRemoteException
RemoveExceptionpublic DataPacket toDataPacket()
toDataPacket in interface EEntitypublic int getHostSequenceNumber()
TransactionRoute
getHostSequenceNumber in interface TransactionRouteTransactionRoute.getHostSequenceNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||