com.bankframe.ei.txnhandler.impl.destinationejbmap
Class DestinationEjbMapBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.destinationejbmap.DestinationEjbMapBean
      extended bycom.bankframe.ei.txnhandler.impl.destinationejbmap.DestinationEjbMapBean
Direct Known Subclasses:
DestinationEjbMapCMPBean

public abstract class DestinationEjbMapBean
extends DestinationEjbMapBean

This class defines the basis of the DestinationEjbMap Entity EJB implementation.


Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.destinationejbmap.DestinationEjbMapBean
alwaysOnline, destinationId, ejbName, ejbOperation, operationType, storeable
 
Constructor Summary
DestinationEjbMapBean()
          Default constructor.
 
Method Summary
 DataPacket toDataPacket()
          This method converts this entiy to a DataPacket.
 
Methods inherited from class com.bankframe.ei.txnhandler.destinationejbmap.DestinationEjbMapBean
getAlwaysOnline, getDestinationId, getEjbName, getEjbOperation, getOperationType, getStoreable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationEjbMapBean

public DestinationEjbMapBean()
Default constructor.

Method Detail

toDataPacket

public DataPacket toDataPacket()
This method converts this entiy to a DataPacket.

Returns:
a DataPacket representation of this entity


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