com.bankframe.ei.txnhandler.impl.destination
Class DestinationBean

java.lang.Object
  |
  +--com.bankframe.ei.txnhandler.destination.DestinationBean
        |
        +--com.bankframe.ei.txnhandler.impl.destination.DestinationBean
All Implemented Interfaces:
EEntity, java.io.Serializable
Direct Known Subclasses:
DestinationCMPBean

public class DestinationBean
extends DestinationBean
implements EEntity

This class specifies the parameters needed to connect to the host for a specific connector

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.destination.DestinationBean
connectorFactoryClassName, destinationId, hostStatus, isEAB, parameters
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
DestinationBean()
           
 
Method Summary
 DataPacket toDataPacket()
          This method converts this Destination's data to a DataPacket
 
Methods inherited from class com.bankframe.ei.txnhandler.destination.DestinationBean
amend, create, getConnectorFactoryClassName, getDestinationId, getHostStatus, getIsEAB, getParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationBean

public DestinationBean()
Method Detail

toDataPacket

public DataPacket toDataPacket()
This method converts this Destination's data to a DataPacket

Specified by:
toDataPacket in interface EEntity
Returns:
DataPacket containing the entire state of this Busines Object


Copyright © 2005 Siebel Systems, Inc. All rights reserved.