com.bankframe.ei.txnhandler.transactionresponse.metadata
Interface MetaData

All Superinterfaces:
EEntityRemote, EJBObject, Remote
All Known Implementing Classes:
MetaDataImplt

public interface MetaData
extends EEntityRemote

The remote interface of the MetaDataBean Entity Bean


Method Summary
 String getDataPacketField()
          This method returns the DataPacket Field
 int getDataPacketIndex()
          This method returns the DataPacket Index
 String getDataPacketName()
          This method returns the DataPacket name
 String getDataPacketPrimaryKeyField()
          This method returns the DataPacket PrimaryKey Field
 String getDefaultValue()
          This method returns the defaultValue
 String getTxnCode()
          This method returns this transaction's code
 String getTxnFieldName()
          This method returns the txn FieldName that this error uses
 String getTxnType()
          This method returns this transaction's type
 DataPacket toDataPacket()
          Convert transaction route data to DataPacket
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getTxnCode

String getTxnCode()
                  throws RemoteException
This method returns this transaction's code

Returns:
transaction code
Throws:
RemoteException

getTxnType

String getTxnType()
                  throws RemoteException
This method returns this transaction's type

Returns:
transaction type
Throws:
RemoteException

getDataPacketName

String getDataPacketName()
                         throws RemoteException
This method returns the DataPacket name

Returns:
DataPacket Name
Throws:
RemoteException

getDataPacketField

String getDataPacketField()
                          throws RemoteException
This method returns the DataPacket Field

Returns:
DataPacket Field
Throws:
RemoteException

getDataPacketIndex

int getDataPacketIndex()
                       throws RemoteException
This method returns the DataPacket Index

Returns:
DataPacket Index
Throws:
RemoteException

getDataPacketPrimaryKeyField

String getDataPacketPrimaryKeyField()
                                    throws RemoteException
This method returns the DataPacket PrimaryKey Field

Returns:
DataPacket PrimaryKey Field
Throws:
RemoteException

getTxnFieldName

String getTxnFieldName()
                       throws RemoteException
This method returns the txn FieldName that this error uses

Returns:
transaction type
Throws:
RemoteException

getDefaultValue

String getDefaultValue()
                       throws RemoteException
This method returns the defaultValue

Returns:
defaultValue
Throws:
RemoteException

toDataPacket

DataPacket toDataPacket()
                        throws RemoteException
Convert transaction route data to DataPacket

Specified by:
toDataPacket in interface EEntityRemote
Returns:
DataPacket containing transaction route data
Throws:
RemoteException


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