|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldImplt
public class EABTransactionFieldImplt
This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
Fields inherited from interface com.bankframe.ejb.EEntity |
---|
serialVersionUID |
Constructor Summary | |
---|---|
EABTransactionFieldImplt(String txnCode,
String txnType,
String commandName,
String defaultValue,
String tierKey,
String direction,
String parentField,
String getterSetter,
String parameterType,
String dataPacketKey,
String entityBeanName,
int pkSequence,
String numberOfOccurrencesMethod,
String txnFieldName,
String entityFieldName,
String restartKey,
int sequence,
String usedInTier)
This method is the default constructor |
Method Summary | |
---|---|
String |
getCommandName()
This method returns the value of the command bean name |
String |
getDataPacketKey()
This method returns the value of the dataPacketKey |
String |
getDefaultValue()
This method returns the value of the defaultValue |
String |
getDirection()
This method returns the value of the direction |
EJBHome |
getEJBHome()
This method gets the EJB Home interface |
String |
getEntityBeanName()
This method returns the value of the entityBeanName |
String |
getEntityFieldName()
This method returns the value of the entityFieldName |
String |
getGetterSetter()
This method returns the value of the getterSetter |
Handle |
getHandle()
This method gets the EJB handle |
String |
getNumberOfOccurrencesMethod()
This method returns the value of the numberOfOccurrencesMethod |
String |
getParameterType()
This method returns the value of the parameterType |
String |
getParentField()
This method returns the value of the parentField |
int |
getPkSequence()
This method returns the value of the pkSequence |
Object |
getPrimaryKey()
This method gets the PersisterTxnMap PrimaryKey |
String |
getRestartKey()
This method returns the value of the restartKey |
int |
getSequence()
This method returns the value of the sequence |
String |
getTierKey()
This method returns the value of the tierKey |
String |
getTxnCode()
This method returns the value of the txnCode |
String |
getTxnFieldName()
This method returns the value of the txnFieldName |
String |
getTxnType()
This method returns the value of the txnType |
String |
getUsedInTier()
This method returns the value of the usedInTier |
boolean |
isIdentical(EJBObject param1)
This method determines if EJB objects identical |
void |
remove()
This method does nothing |
DataPacket |
toDataPacket()
This method Creates a 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 commandName
public String defaultValue
public String tierKey
public String direction
public String parentField
public String getterSetter
public String parameterType
public String dataPacketKey
public String entityBeanName
public int pkSequence
public String numberOfOccurrencesMethod
public String txnFieldName
public String entityFieldName
public String restartKey
public int sequence
public String usedInTier
Constructor Detail |
---|
public EABTransactionFieldImplt(String txnCode, String txnType, String commandName, String defaultValue, String tierKey, String direction, String parentField, String getterSetter, String parameterType, String dataPacketKey, String entityBeanName, int pkSequence, String numberOfOccurrencesMethod, String txnFieldName, String entityFieldName, String restartKey, int sequence, String usedInTier)
txnCode
- contains the code number for the host transactiontxnType
- identifies the middleware associated with a transaction suchcommandName
- StringdefaultValue
- StringtierKey
- Stringdirection
- StringparentField
- StringgetterSetter
- StringparameterType
- StringdataPacketKey
- StringentityBeanName
- name of the calling entitypkSequence
- intnumberOfOccurrencesMethod
- StringtxnFieldName
- StringentityFieldName
- StringrestartKey
- Stringsequence
- intusedInTier
- StringMethod Detail |
---|
public String getCommandName()
getCommandName
in interface EABTransactionField
public String getDataPacketKey()
getDataPacketKey
in interface EABTransactionField
public String getDefaultValue()
getDefaultValue
in interface EABTransactionField
public String getDirection()
getDirection
in interface EABTransactionField
public String getEntityBeanName()
getEntityBeanName
in interface EABTransactionField
public String getEntityFieldName()
getEntityFieldName
in interface EABTransactionField
public String getGetterSetter()
getGetterSetter
in interface EABTransactionField
public String getNumberOfOccurrencesMethod()
getNumberOfOccurrencesMethod
in interface EABTransactionField
public String getParameterType()
getParameterType
in interface EABTransactionField
public String getParentField()
getParentField
in interface EABTransactionField
public int getPkSequence()
getPkSequence
in interface EABTransactionField
public String getRestartKey()
getRestartKey
in interface EABTransactionField
public int getSequence()
getSequence
in interface EABTransactionField
public String getTierKey()
getTierKey
in interface EABTransactionField
public String getTxnCode()
getTxnCode
in interface EABTransactionField
public String getTxnFieldName()
getTxnFieldName
in interface EABTransactionField
public String getTxnType()
getTxnType
in interface EABTransactionField
public String getUsedInTier()
getUsedInTier
in interface EABTransactionField
public EJBHome getEJBHome() throws RemoteException
getEJBHome
in interface EJBObject
RemoteException
public Handle getHandle() throws RemoteException
getHandle
in interface EJBObject
RemoteException
public Object getPrimaryKey() throws RemoteException
getPrimaryKey
in interface EJBObject
RemoteException
public boolean isIdentical(EJBObject param1) throws RemoteException
isIdentical
in interface EJBObject
RemoteException
public void remove() throws RemoteException, RemoveException
remove
in interface EJBObject
RemoteException
RemoveException
public DataPacket toDataPacket()
toDataPacket
in interface EEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |