com.bankframe.ei.txnhandler.destination
Interface Destination

All Known Subinterfaces:
Destination
All Known Implementing Classes:
DestinationImplt

public interface Destination

This interface is the remote interface of the DestinationBean Entity


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 connector JNDI Name
 String getDestinationId()
          This method gets this destination's Id
 String getHostStatus()
          This method gets the Host Status
 String getIsEAB()
          This method determines if this destinatio entity is an EAB
 String getParameters()
          This method gets the Connector properties
 

Method Detail

getDestinationId

String getDestinationId()
                        throws RemoteException
This method gets this destination's Id

Returns:
String destination Id
Throws:
RemoteException

getConnectorFactoryClassName

String getConnectorFactoryClassName()
                                    throws RemoteException
This method gets this connector JNDI Name

Returns:
String JNDI Name
Throws:
RemoteException

getParameters

String getParameters()
                     throws RemoteException
This method gets the Connector properties

Returns:
String containing this Connector properties
Throws:
RemoteException

amend

void amend(String destinationId,
           String connectorFactoryClassName,
           String parameters,
           String hostStatus,
           String isEAB)
           throws RemoteException
This method amends the attributes of the Destination entity

Parameters:
destinationId - String
connectorFactoryClassName - is the Connector Factory class name
parameters - String is the connector properties
hostStatus - String is the host status
isEAB - String is this an EAB destination
Throws:
RemoteException

getHostStatus

String getHostStatus()
                     throws RemoteException
This method gets the Host Status

Returns:
String containing the Host Status
Throws:
RemoteException

getIsEAB

String getIsEAB()
                throws RemoteException
This method determines if this destinatio entity is an EAB

Returns:
String "true" or "false"
Throws:
RemoteException


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