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

All Superinterfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote
All Known Implementing Classes:
MetaDataImplt

public interface MetaData
extends EEntityRemote

The remote interface of the MetaDataBean Entity Bean


Method Summary
 java.lang.String getDataPacketField()
          This method returns the DataPacket Field
 int getDataPacketIndex()
          This method returns the DataPacket Index
 java.lang.String getDataPacketName()
          This method returns the DataPacket name
 java.lang.String getDataPacketPrimaryKeyField()
          This method returns the DataPacket PrimaryKey Field
 java.lang.String getDefaultValue()
          This method returns the defaultValue
 java.lang.String getTxnCode()
          This method returns this transaction's code
 java.lang.String getTxnFieldName()
          This method returns the txn FieldName that this error uses
 java.lang.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

public java.lang.String getTxnCode()
                            throws java.rmi.RemoteException
This method returns this transaction's code

Returns:
transaction code
Throws:
java.rmi.RemoteException

getTxnType

public java.lang.String getTxnType()
                            throws java.rmi.RemoteException
This method returns this transaction's type

Returns:
transaction type
Throws:
java.rmi.RemoteException

getDataPacketName

public java.lang.String getDataPacketName()
                                   throws java.rmi.RemoteException
This method returns the DataPacket name

Returns:
DataPacket Name
Throws:
java.rmi.RemoteException

getDataPacketField

public java.lang.String getDataPacketField()
                                    throws java.rmi.RemoteException
This method returns the DataPacket Field

Returns:
DataPacket Field
Throws:
java.rmi.RemoteException

getDataPacketIndex

public int getDataPacketIndex()
                       throws java.rmi.RemoteException
This method returns the DataPacket Index

Returns:
DataPacket Index
Throws:
java.rmi.RemoteException

getDataPacketPrimaryKeyField

public java.lang.String getDataPacketPrimaryKeyField()
                                              throws java.rmi.RemoteException
This method returns the DataPacket PrimaryKey Field

Returns:
DataPacket PrimaryKey Field
Throws:
java.rmi.RemoteException

getTxnFieldName

public java.lang.String getTxnFieldName()
                                 throws java.rmi.RemoteException
This method returns the txn FieldName that this error uses

Returns:
transaction type
Throws:
java.rmi.RemoteException

getDefaultValue

public java.lang.String getDefaultValue()
                                 throws java.rmi.RemoteException
This method returns the defaultValue

Returns:
defaultValue
Throws:
java.rmi.RemoteException

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.RemoteException
Convert transaction route data to DataPacket

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


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