|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.impl.destination.DestinationImplt
public class 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(String destinationId,
String connectorFactoryClassName,
String parameters,
String hostStatus,
String isEAB)
This method is the default constructor |
|
| Method Summary | |
|---|---|
void |
amend(String destinationId,
String connectorFactoryClassName,
String parameters,
String hostStatus,
String isEAB)
This method amends the attributes of the Destination entity |
String |
getConnectorFactoryClassName()
This method gets this destinations Connector Factory class name |
String |
getDestinationId()
This method gets the Destination ID |
EJBHome |
getEJBHome()
This method gets the EJB Home interface |
Handle |
getHandle()
This method gets the EJB handle |
String |
getHostStatus()
This method gets the Destination host status |
String |
getIsEAB()
This method gets the isEAB attribute |
String |
getParameters()
This method gets the Destination parameters |
Object |
getPrimaryKey()
This method gets the Destination PrimaryKey |
boolean |
isIdentical(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(String destinationId,
String connectorFactoryClassName,
String parameters,
String hostStatus,
String isEAB)
destinationId - is the destination IDconnectorFactoryClassName - is the Connector Factory class nameparameters - is the parameters for the destination| Method Detail |
|---|
public void amend(String destinationId,
String connectorFactoryClassName,
String parameters,
String hostStatus,
String isEAB)
amend in interface DestinationdestinationId - StringconnectorFactoryClassName - is the Connector Factory class nameparameters - String is the connector propertieshostStatus - String is the host statusisEAB - Stringpublic String getConnectorFactoryClassName()
getConnectorFactoryClassName in interface Destinationpublic String getDestinationId()
getDestinationId in interface Destination
public EJBHome getEJBHome()
throws RemoteException
getEJBHome in interface EJBObjectRemoteException
public Handle getHandle()
throws RemoteException
getHandle in interface EJBObjectRemoteExceptionpublic String getHostStatus()
getHostStatus in interface Destinationpublic String getParameters()
getParameters in interface Destinationpublic String getIsEAB()
getIsEAB in interface Destination
public Object getPrimaryKey()
throws RemoteException
getPrimaryKey in interface EJBObjectRemoteException
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 EEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||