|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.ei.txnhandler.impl.destination.DestinationImplt
This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
| Field Summary |
| Fields inherited from interface com.bankframe.ejb.EEntity |
serialVersionUID |
| Constructor Summary | |
DestinationImplt(java.lang.String destinationId,
java.lang.String connectorFactoryClassName,
java.lang.String parameters,
java.lang.String hostStatus,
java.lang.String isEAB)
This method is the default constructor |
|
| Method Summary | |
void |
amend(java.lang.String destinationId,
java.lang.String connectorFactoryClassName,
java.lang.String parameters,
java.lang.String hostStatus,
java.lang.String isEAB)
This method amends the attributes of the Destination entity |
java.lang.String |
getConnectorFactoryClassName()
This method gets this destinations Connector Factory class name |
java.lang.String |
getDestinationId()
This method gets the Destination ID |
javax.ejb.EJBHome |
getEJBHome()
This method gets the EJB Home interface |
javax.ejb.Handle |
getHandle()
This method gets the EJB handle |
java.lang.String |
getHostStatus()
This method gets the Destination host status |
java.lang.String |
getIsEAB()
This method gets the isEAB attribute |
java.lang.String |
getParameters()
This method gets the Destination parameters |
java.lang.Object |
getPrimaryKey()
This method gets the Destination PrimaryKey |
boolean |
isIdentical(javax.ejb.EJBObject param1)
This method determines if EJB objects identical |
void |
remove()
This method does nothing |
DataPacket |
toDataPacket()
This method returns this Bean's contents as a DataPacket. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DestinationImplt(java.lang.String destinationId,
java.lang.String connectorFactoryClassName,
java.lang.String parameters,
java.lang.String hostStatus,
java.lang.String isEAB)
connectorFactoryClassName - is the Connector Factory class nameparameters - is the parameters for the destination| Method Detail |
public void amend(java.lang.String destinationId,
java.lang.String connectorFactoryClassName,
java.lang.String parameters,
java.lang.String hostStatus,
java.lang.String isEAB)
amend in interface DestinationconnectorFactoryClassName - is the Connector Factory class namepublic java.lang.String getConnectorFactoryClassName()
getConnectorFactoryClassName in interface Destinationpublic java.lang.String getDestinationId()
getDestinationId in interface Destination
public javax.ejb.EJBHome getEJBHome()
throws java.rmi.RemoteException
getEJBHome in interface javax.ejb.EJBObjectjava.rmi.RemoteException
public javax.ejb.Handle getHandle()
throws java.rmi.RemoteException
getHandle in interface javax.ejb.EJBObjectjava.rmi.RemoteExceptionpublic java.lang.String getHostStatus()
getHostStatus in interface Destinationpublic java.lang.String getParameters()
getParameters in interface Destinationpublic java.lang.String getIsEAB()
getIsEAB in interface Destination
public java.lang.Object getPrimaryKey()
throws java.rmi.RemoteException
getPrimaryKey in interface javax.ejb.EJBObjectjava.rmi.RemoteException
public boolean isIdentical(javax.ejb.EJBObject param1)
throws java.rmi.RemoteException
isIdentical in interface javax.ejb.EJBObjectjava.rmi.RemoteException
public void remove()
throws java.rmi.RemoteException,
javax.ejb.RemoveException
remove in interface javax.ejb.EJBObjectjava.rmi.RemoteException
javax.ejb.RemoveExceptionpublic DataPacket toDataPacket()
toDataPacket in interface EEntity
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||