|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.destination.DestinationBean
public abstract class DestinationBean
This class specifies the parameters needed to connect to the host for a specific connector
Field Summary | |
---|---|
String |
connectorFactoryClassName
|
String |
destinationId
|
String |
hostStatus
|
String |
isEAB
|
String |
parameters
|
Constructor Summary | |
---|---|
DestinationBean()
|
Method Summary | |
---|---|
void |
amend(String destinationId,
String connectorFactoryClassName,
String parameters,
String hostStatus,
String isEAB)
This method amends the attributes of the Destination entity |
void |
create(String destinationId,
String connectorFactoryClassName,
String parameters,
String hostStatus,
String isEAB)
This method initialises DestinationBean Instance |
String |
getConnectorFactoryClassName()
This method gets this destinations Connector Factory class name |
String |
getDestinationId()
This method gets this destination's Id |
String |
getHostStatus()
This method gets the Destination host status |
String |
getIsEAB()
This method will get whether this destination is an EAB |
String |
getParameters()
This method gets this Destination's parameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String destinationId
public String connectorFactoryClassName
public String parameters
public String hostStatus
public String isEAB
Constructor Detail |
---|
public DestinationBean()
Method Detail |
---|
public void amend(String destinationId, String connectorFactoryClassName, String parameters, String hostStatus, String isEAB)
destinationId
- StringconnectorFactoryClassName
- is the Connector Factory class nameparameters
- String is the connector propertieshostStatus
- String is the host statusisEAB
- String is the host statuspublic void create(String destinationId, String connectorFactoryClassName, String parameters, String hostStatus, String isEAB) throws CreateException
destinationId
- StringconnectorFactoryClassName
- is the Connector Factory class nameparameters
- String is the connector propertieshostStatus
- StringisEAB
- String
CreateException
public String getConnectorFactoryClassName()
public String getDestinationId()
public String getHostStatus()
public String getParameters()
public String getIsEAB()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |