A B C D E F G H I K L M N O P Q R S T U V W X Y

A

ABOUT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ABOUT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCEPT_ALL - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
ACCEPT_BITMAP - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
ACCEPT_GIF - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
ACCEPT_JPEG - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
ACCEPT_PAYMENT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCEPT_PJPEG - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
accept() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
accept() - Listen on a ServerSocket
ACCEPTPAYMENT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCEPTPAYMENTAUTOAPPROVE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCEPTPAYMENTAUTOAPPROVE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCEPTPAYMENTAUTODEPOSIT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCEPTPAYMENTAUTODEPOSIT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AcceptPaymentRequest - class com.ibm.etill.framework.cassette.AcceptPaymentRequest.
AcceptPaymentRequest objects hold all the information necessary for a cassette to process a given ACCEPTPAYEMNT API command.
AcceptPaymentRequest(ETillConnection, Order, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.AcceptPaymentRequest
Constructs an AcceptPaymentRequest object which references the specified connection, order, framework keywords, and protocol data parameters.
Account - interface com.ibm.etill.framework.payapi.Account.
Deprecated. Exists for historical reasons only.
AccountAdmin - class com.ibm.etill.framework.admin.AccountAdmin.
AccountAdmin objects describe the Framework properties of accounts within the Payment Engine.
AccountAdminTable - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ACCOUNTNUMBER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
accountNumber() - Method in interface com.ibm.etill.framework.cassette.CassetteOrder
Returns the accountNumber with which this order is associated.
AccountQueryRequest - class com.ibm.etill.framework.xdm.AccountQueryRequest.
It is a subclass of the QueryRequest class and it encapsulates the query accounts command with all of its parameters.
AccountQueryRequest() - Constructor for class com.ibm.etill.framework.xdm.AccountQueryRequest
The default constructor retrieves all records.
AccountQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.AccountQueryRequest
Constructs the superclass and itself using the input parameters below.
ACCOUNTTITLE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ACCOUNTTITLE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
acquireQueue() - Static method in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
activeCassettes() - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
addBoolean(boolean, PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Adds a short integer representation of a boolean value to an existing JDBC prepared statement at the specified index.
addBoolean(Boolean, PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Adds a short integer representation of a boolean value to an existing JDBC prepared statement at the specified index.
addByteField(byte[], PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Adds a byte array to an existing JDBC prepared statement at the specified index.
addCassetteConfigObject(CassetteConfigObject) - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Adds a CassetteConfigObject.
addCassetteConfigObject(CassetteConfigObject) - Method in class com.ibm.etill.framework.xdm.PSServerMerchant
Does nothing but throw ETillCassetteException.
addCassetteConfigObject(CassetteConfigObject) - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
 
addCassetteMessage(String) - Method in class com.ibm.etill.framework.admin.AdminObject
Cassettes call this method to add message text which will be returned through query API commands and displayed by the Commerce Payments user interface.
addCassetteMessage(String) - Method in class com.ibm.etill.framework.xdm.XDMMessages
 
addCassetteObject(CassetteObject) - Method in class com.ibm.etill.framework.xdm.PSServerFinancialObject
Adds cassette object for this PSServerFinancialObject object.
addCredit(Credit) - Method in class com.ibm.etill.framework.payapi.Batch
Adds the specified credit to this batch.
addCredit(int) - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Cassettes should not call this method - they should call the Batch object's addCredit method.
addExternalField(Object, PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Creates a uniqueKey for an object saved in another database table (typically the ETBINARYDATA table) and adds that key to an existing JDBC prepared statement at the specified index.
addFrameworkMessage(String) - Method in class com.ibm.etill.framework.admin.AdminObject
Cassettes should not call this method.
addFrameworkMessage(String) - Method in class com.ibm.etill.framework.xdm.XDMMessages
 
addFreeResource(Object, Object) - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
addInteger(Integer, PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Adds an integer to an existing JDBC prepared statement at the specified index.
addItemToList(Timeable) - Method in class com.ibm.etill.framework.supervisor.TimerThread
 
addItemToServiceQueue(WorkItem) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Adds a work item to the Framework's service thread queue.
addItemToTimerQueue(TimeableTransaction) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Adds a work item to the Framework's timer thread queue.
addMessage(String) - Method in class com.ibm.etill.framework.cassette.query.CassetteConfigObject
Adds a message to the Vector of messages.
addOwnedResource(Object, Object) - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
addPayment(int) - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Cassettes should not call this method - they should call the Batch object's addPayment method.
addPayment(Payment) - Method in class com.ibm.etill.framework.payapi.Batch
Adds the specified payment to this batch.
addProperty(String, Object, Integer) - Method in class com.ibm.etill.framework.cassette.query.CassetteConfigObject
Adds a cassette property to this CassetteConfigObject.
addProperty(String, Object, Integer) - Method in class com.ibm.etill.framework.cassette.query.CassetteObject
Adds a new field to this CassetteObject object.
addProperty(String, Object, Integer) - Method in class com.ibm.etill.framework.cassette.query.CassetteExtensionObject
Adds a cassette property to this CassetteExtensionObject.
addProperty(String, Object, Integer, String, Integer, String, Integer, String, Boolean) - Method in class com.ibm.etill.framework.cassette.query.CassetteConfigObject
Adds Cassette properties.
addProperty(String, Object, Integer, String, Integer, String, Integer, String, Boolean) - Method in class com.ibm.etill.framework.cassette.query.CassetteObject
Adds a new field, including all of the specified display parameters, to this CassetteObject object.
addProperty(String, Object, Integer, String, Integer, String, Integer, String, Boolean) - Method in class com.ibm.etill.framework.cassette.query.CassetteExtensionObject
Adds a cassette property to this CassetteExtensionObject.
addRealmUsers(Vector, UserInfoQueryRequest) - Static method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets users who match query parameters.
addString(String, PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Adds a string to an existing JDBC prepared statement at the specified index.
addTimestamp(Timestamp, PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Adds a Timestamp to an existing JDBC prepared statement at the specified index.
addToBoundOrders(Order) - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Deprecated function that no longer does anything.
addToBoundOrders(Order) - Method in class com.ibm.etill.framework.archive.CommitPoint
Deprecated.  
addToBoundOrders(Order) - Method in interface com.ibm.etill.framework.archive.Commitable
Deprecated.  
addToCreateList(Archivable) - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Use Supervisor.getThreadCommitPoint().addToCreateList()
addToCreateList(Archivable) - Method in class com.ibm.etill.framework.archive.CommitPoint
Adds an Archivable object to the list of objects to be created.
addToCreateList(Archivable) - Method in interface com.ibm.etill.framework.archive.Commitable
Deprecated. Adds an Archivable object to the list of objects to be created.
addToDeleteList(Archivable) - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Use Supervisor.getThreadCommitPoint().addToDeleteList()
addToDeleteList(Archivable) - Method in class com.ibm.etill.framework.archive.CommitPoint
Adds an Archivable object to the list of objects to be deleted
addToDeleteList(Archivable) - Method in interface com.ibm.etill.framework.archive.Commitable
Deprecated. Adds an Archivable object to the list of objects to be deleted
addToEventList(PSEvent) - Method in class com.ibm.etill.framework.archive.CommitPoint
Adds an PSEvent object to the list of events to be generated when the next commit occurs.
addToRestoreList(Restorable) - Method in class com.ibm.etill.framework.archive.CommitPoint
Adds an Archivable object to the list of objects to be restored.
addToUpdateList(Archivable) - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Use Supervisor.getThreadCommitPoint().addToUpdateList()
addToUpdateList(Archivable) - Method in class com.ibm.etill.framework.archive.CommitPoint
Adds an Archivable object to the list of objects to be updated.
addToUpdateList(Archivable) - Method in interface com.ibm.etill.framework.archive.Commitable
Deprecated. Adds an Archivable object to the list of objects to be updated.
addUTF8String(String, PreparedStatement, int) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Adds a UTF8 string to an existing JDBC prepared statement at the specified index.
adjustAutoFlagsBasedOnAccountSettings(AccountAdmin, boolean) - Method in class com.ibm.etill.framework.payapi.Order
adjust's the order's approve and deposit flags based on the Account settings.
Admin - class com.ibm.etill.framework.admin.Admin.
Admin provides various administrative services to cassettes through a set of class methods.
Admin() - Constructor for class com.ibm.etill.framework.admin.Admin
 
ADMINHOSTNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ADMINHOSTNAME_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AdminObject - class com.ibm.etill.framework.admin.AdminObject.
AdminObject is the base class for all classes that represent primary administrative objects within the Payment Engine.
AdminRequest - class com.ibm.etill.framework.cassette.AdminRequest.
AdminRequest extends APIRequest and provides a base class for all API requests which operate on Commerce Payments administrative objects.
AdminRequest(int, String, String, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.AdminRequest
Cassettes should never call this constructor.
AliasValidationItem - class com.ibm.etill.framework.payapi.AliasValidationItem.
The AliasValidationItem object is used when we are aliasing protocol data.
AliasValidationItem(String, String) - Constructor for class com.ibm.etill.framework.payapi.AliasValidationItem
Constructor Initialize this AliasValidationItem with the name of the parameter to be validated and the parameter name (key) to be used as an index into the parameter validation Hashtable to find the appropriate ParameterValidationItem to be used.
allComPoints - Static variable in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
allCredits() - Method in class com.ibm.etill.framework.payapi.Order
Returns all of the Credit objects belonging to this order.
allPayments() - Method in class com.ibm.etill.framework.payapi.Order
Returns all of the Payment objects belonging to this order.
amount - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getAmount() and setAmount()
Amount - class com.ibm.etill.framework.payapi.Amount.
Amount objects contain the attributes associated with a specific currency amount value.
AMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AMOUNT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
Amount(short, int, int) - Constructor for class com.ibm.etill.framework.payapi.Amount
Constructs an Amount object with the specified currency code, amount and amount exponent values.
Amount(String, String, String) - Constructor for class com.ibm.etill.framework.payapi.Amount
Constructs an Amount object with the specified currency code, amount and amount exponent String representations.
AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AMOUNTEXP10_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
API_COMMAND - Static variable in class com.ibm.etill.framework.log.Trace
API Command called trace setting
APIRequest - class com.ibm.etill.framework.cassette.APIRequest.
APIRequest is the base class for all classes that represent Commerce Payments API commands.
APIResponse - class com.ibm.etill.framework.cassette.APIResponse.
APIResponse is a concrete class that cassettes use to specify return codes and (optionally) other data in response to an associated APIRequest object.
APIResponse(ETillConnection) - Constructor for class com.ibm.etill.framework.cassette.APIResponse
Constructs an APIResponse containing the specified ETillConnection object.
APPROVALEXPIRATION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
APPROVALEXPIRATION_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ApprovalExpirationRequest - class com.ibm.etill.framework.cassette.ApprovalExpirationRequest.
ApprovalExpirationRequest objects hold all the information necessary for a cassette to process a given APPROVALEXPIRATION API command.
ApprovalExpirationRequest(ETillConnection, Payment) - Constructor for class com.ibm.etill.framework.cassette.ApprovalExpirationRequest
Constructs an ApprovalExpirationRequest object which references or contains all of the specified input parameters.
ApprovalExpirationWorkItem - class com.ibm.etill.framework.payapi.ApprovalExpirationWorkItem.
 
ApprovalExpirationWorkItem(FrameworkCassetteAdmin) - Constructor for class com.ibm.etill.framework.payapi.ApprovalExpirationWorkItem
 
APPROVE_PAYMENT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
APPROVE_REVERSAL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
APPROVE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
APPROVEFLAG - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
APPROVEFLAG_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ApproveRequest - class com.ibm.etill.framework.cassette.ApproveRequest.
ApproveRequest objects hold all the information necessary for a cassette to process a given APPROVE API command.
ApproveRequest(ETillConnection, Payment, Amount, boolean, boolean, String, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.ApproveRequest
Constructs an ApproveRequest object which references or contains all of the specified input parameters.
APPROVEREVERSAL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ApproveReversalRequest - class com.ibm.etill.framework.cassette.ApproveReversalRequest.
ApproveReversalRequest objects hold all the information necessary for a cassette to process a given APPROVEREVERSAL API command.
ApproveReversalRequest(ETillConnection, Payment, Amount, boolean, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.ApproveReversalRequest
Constructs an ApproveReversalRequest object which references or contains all of the specified input parameters.
APPROXIMATE_XDM_KEY_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
APPROXIMATE_XDM_KEY_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
APPROXIMATE_XDM_KEY_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerMerchantConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCassetteConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPayServerConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentSystemConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
APPROXIMATE_XDM_OBJECT_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
Archivable - interface com.ibm.etill.framework.archive.Archivable.
Implemented by any class which needs to save itself to the database.
archiveLock - Static variable in class com.ibm.etill.framework.archive.ETillArchive
Deprecated. Use ETillArchive.getArchiveLock
AsynchronousApproveWorkItem - class com.ibm.etill.framework.payapi.AsynchronousApproveWorkItem.
AsynchronousApproveWorkItem is used to perform an Approve operation on an order at some time after the order was created.
AsynchronousApproveWorkItem(FrameworkOrder, Cassette, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.payapi.AsynchronousApproveWorkItem
Constructor
ATTEMPT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ATTEMPT_ACTION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
available() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
returns total number of bytes ready to be read from the socket.
available(int) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
 
AVS_COMPLETE_MATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AVS_NO_MATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AVS_OTHER_RESPONSE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AVS_POSTALCODE_MATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
AVS_STREETADDRESS_MATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 

B

Base(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Base - specify the URL base to be used for URLs appearing on the page.
Batch - class com.ibm.etill.framework.payapi.Batch.
Batch objects contain all of the generic information that the Framework needs to represent a batch through which a group of transactions are processed.
BATCH - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
BATCH_BALANCED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCH_CLOSED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCH_CLOSING - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCH_NOT_YET_BALANCED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCH_OBJECT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
BATCH_OPEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCH_OPENING - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCH_OUT_OF_BALANCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCH_PENDING_DEPRECATED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
Batch() - Constructor for class com.ibm.etill.framework.payapi.Batch
Cassettes should never call this constructor.
BATCHCLOSE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BatchCloseRequest - class com.ibm.etill.framework.cassette.BatchCloseRequest.
BatchCloseRequest objects hold all the information necessary for a cassette to process a given BATCHCLOSE API command.
BatchCloseRequest(ETillConnection, Batch, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.BatchCloseRequest
Constructs a BatchCloseRequest object which references or contains all of the specified input parameters.
BATCHCREDITTOTALS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
BATCHCREDITVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
BATCHENTRY_DEPOSIT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHENTRY_DEPOSITREVERSAL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHENTRY_REFUND - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHENTRY_REFUNDREVERSAL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
batchesForAccount() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Returns a Hashtable of all the open batches that exist for this account.
batchesForAccount(String) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
batchesForAccount(String, String) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
batchesForAccount(String, String, String) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Returns a Hashtable of all the open batches that exist for the specified account.
batchesForAccount(String, String, String) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
BATCHID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHID_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHITEM_DEPOSIT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHITEM_DEPOSITREVERSAL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHITEM_REFUND - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHITEM_REFUNDREVERSAL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BatchKey - class com.ibm.etill.framework.payapi.BatchKey.
BatchKey objects serve as Hashtable keys that uniquely identify Batch objects.
BatchKey(String, String) - Constructor for class com.ibm.etill.framework.payapi.BatchKey
Constructs a BatchKey object based on the input merchant number and batch number.
batchNumber - Variable in class com.ibm.etill.framework.payapi.Order
Deprecated. Use getBatchNumber()
BATCHNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHNUMBER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
BATCHNUMBER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BATCHOPEN_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BatchOpenRequest - class com.ibm.etill.framework.cassette.BatchOpenRequest.
BatchOpenRequest objects hold all the information necessary for a cassette to process a given BATCHOPEN API command.
BatchOpenRequest(ETillConnection, Batch, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.BatchOpenRequest
Constructs an BatchOpenRequest object which references or contains all of the specified input parameters.
BATCHPAYMENTTOTALS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
BATCHPAYMENTVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
BATCHPURGE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
BatchPurgeRequest - class com.ibm.etill.framework.cassette.BatchPurgeRequest.
BatchPurgeRequest objects hold all the information necessary for a cassette to process a given BATCHPURGE API command.
BatchPurgeRequest(ETillConnection, Batch, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.BatchPurgeRequest
Constructs a BatchPurgeRequest object which references or contains all of the specified input parameters.
BatchQueryRequest - class com.ibm.etill.framework.xdm.BatchQueryRequest.
 
BatchQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.BatchQueryRequest
Constructs the superclass and itself using the input parameters below.
BatchRequest - class com.ibm.etill.framework.cassette.BatchRequest.
BatchRequest extends APIRequest and provides a base class for all API requests which operate on Batches.
batchRequired() - Method in interface com.ibm.etill.framework.cassette.CassetteOrder
Indicates to the Framework whether or not payments and credits associated with this order should also be associated with a batch.
BatchTotalsItem - class com.ibm.etill.framework.payapi.BatchTotalsItem.
BatchTotals objects maintain a set of totals for a single currency and amountExp10 within a given batch.
BatchTotalsItem(short, int) - Constructor for class com.ibm.etill.framework.payapi.BatchTotalsItem
Cassettes should not call this constructor.
BATCHVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
BECOME_MEMBER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
beginQuery(String) - Method in class com.ibm.etill.framework.archive.ETillArchive
Sends an SQL QUERY command to the database manager.
beginQuery(String, Integer) - Method in class com.ibm.etill.framework.archive.ETillArchive
Sends an SQL QUERY command to the database manager, placing a limit on the size of the returned ResultSet.
beginTransaction() - Method in class com.ibm.etill.framework.archive.ETillArchive
Begins a new transaction with the database.
bindInitialPaymentFields(String, String, boolean, boolean, String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
BooleanValidationItem - class com.ibm.etill.framework.payapi.BooleanValidationItem.
The BooleanValidationItem object is used to check that a parameter's value is a valid boolean parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
BooleanValidationItem(String, short, boolean) - Constructor for class com.ibm.etill.framework.payapi.BooleanValidationItem
Constructor Initialize this BooleanValidationItem with the name of the parameter, the API failure return code, and whether to allow null values.
ByteArray - class com.ibm.etill.framework.io.ByteArray.
The ByteArray class encapsulates an array of byte and provides a function for converting the array to a printable string with unprintable characters translated to {0xHH}, where HH is the hexidecimal byte code.
ByteArray(byte[]) - Constructor for class com.ibm.etill.framework.io.ByteArray
Constructor that takes an array of byte.
ByteArray(byte[], int, int) - Constructor for class com.ibm.etill.framework.io.ByteArray
Constructor that takes a subset of an array of byte starting at offset into ba for len bytes.
ByteArrayValidationItem - class com.ibm.etill.framework.payapi.ByteArrayValidationItem.
The ByteArrayValidationItem object is used to check that a parameter's value is a valid byte array parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
ByteArrayValidationItem(String, short, boolean, Integer) - Constructor for class com.ibm.etill.framework.payapi.ByteArrayValidationItem
Constructor Initialize this ByteArrayValidationItem with the name of the parameter, the API failure return code, whether to allow null values, and a maximum lenght parameter.

C

CA_AGENT - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
calculateHashCode() - Method in class com.ibm.etill.framework.supervisor.GenericKey
Returns a Java-generated hash code based on the contents of the keys Vector.
calculateHashCode11() - Method in class com.ibm.etill.framework.supervisor.GenericKey
 
CANCEL_ORDER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CANCELORDER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CancelOrderRequest - class com.ibm.etill.framework.cassette.CancelOrderRequest.
CancelOrderRequest objects hold all the information necessary for a cassette to process a given CANCELORDER API command.
CancelOrderRequest(ETillConnection, Order, boolean, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.CancelOrderRequest
Constructs a CancelOrderRequest object which references or contains all of the specified input parameters.
CANCELURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CANCELURL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
cardholderID - Variable in class com.ibm.etill.framework.payapi.Order
Deprecated. Use getCardholderID()
Cassette - class com.ibm.etill.framework.cassette.Cassette.
Cassette is the main class that defines the framework's interface to each cassette.
CASSETTE_EVENT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
CASSETTE_FLAG_1 - Static variable in class com.ibm.etill.framework.log.Trace
Cassette level 1 trace setting
CASSETTE_FLAG_2 - Static variable in class com.ibm.etill.framework.log.Trace
Cassette level 2 trace setting
CASSETTE_FLAG_3 - Static variable in class com.ibm.etill.framework.log.Trace
Cassette level 3 trace setting
CASSETTE_FLAG_4 - Static variable in class com.ibm.etill.framework.log.Trace
Cassette level 4 trace setting
cassette() - Method in interface com.ibm.etill.framework.cassette.CassetteOrder
Returns the cassette's Cassette object.
cassette() - Method in interface com.ibm.etill.framework.cassette.CassetteBatch
Returns the cassette's Cassette object.
cassette() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the Cassette object for the cassette through which this Batch is processed.
Cassette() - Constructor for class com.ibm.etill.framework.cassette.Cassette
Sole constructor should never be called by the cassette.
cassette(String) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
CassetteAdmin - class com.ibm.etill.framework.admin.CassetteAdmin.
CassetteAdmin objects describe the Framework properties of cassettes.
CassetteAdminTable - Static variable in interface com.ibm.etill.framework.xdm.PSServerCassetteConstants
 
CassetteBatch - interface com.ibm.etill.framework.cassette.CassetteBatch.
The CassetteBatch interface should be implemented by the class within the cassette which represents the batch to the cassette's payment protocol.
CASSETTECOMMAND - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CASSETTECOMMAND_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CassetteConfigObject - class com.ibm.etill.framework.cassette.query.CassetteConfigObject.
This class provides the XDM view of a cassette's primary admin object, that is, an admin object that the cassette has "invented", like the Brand object for the SET, CyberCash, and Test cassettes.
CassetteConfigObject(String, String, boolean, boolean, boolean, boolean) - Constructor for class com.ibm.etill.framework.cassette.query.CassetteConfigObject
The only constructor provided by this class.
CASSETTECONTROL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CASSETTECONTROL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CassetteEvent - class com.ibm.etill.framework.eventmgr.CassetteEvent.
CassetteEvent allows cassettes to define and generate their own external events.
CassetteEvent(Object, String, String) - Constructor for class com.ibm.etill.framework.eventmgr.CassetteEvent
Constructs a CassetteEvent object with the input object for the specified cassette and merchant.
CassetteExtensionObject - class com.ibm.etill.framework.cassette.query.CassetteExtensionObject.
This class encapsulates a Cassette extension and implements the XDMConstants interface.
CassetteExtensionObject() - Constructor for class com.ibm.etill.framework.cassette.query.CassetteExtensionObject
 
cassetteListeners - Static variable in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
CASSETTENAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CASSETTENAME - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
CASSETTENAME_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CassetteObject - class com.ibm.etill.framework.cassette.query.CassetteObject.
CassetteObject returns data from cassette-specific financial objects through the query API command set.
CassetteObject(String, String) - Constructor for class com.ibm.etill.framework.cassette.query.CassetteObject
Constructs a CassetteObject object with specified object identifier and key.
CassetteObject(String, String, byte[]) - Constructor for class com.ibm.etill.framework.cassette.query.CassetteObject
Constructs a CassetteObject object with specified object identifier, key and packagedContent.
cassetteOrder - Variable in class com.ibm.etill.framework.payapi.Order
Deprecated. Use getCassetteOrder()
CassetteOrder - interface com.ibm.etill.framework.cassette.CassetteOrder.
The CassetteOrder interface must be implemented by the class within the cassette which represents the order to the cassette's payment protocol.
CassetteProperty - class com.ibm.etill.framework.cassette.query.CassetteProperty.
This class defines cassette's display and access attributes.
CassetteProperty(String, Object, Integer, String, Integer, String, Integer, String, Boolean) - Constructor for class com.ibm.etill.framework.cassette.query.CassetteProperty
A constructor with input parameters.
CassetteQuery - class com.ibm.etill.framework.cassette.query.CassetteQuery.
CassetteQuery defines the framework's interface to each cassette under the PaymentServlet.
CassetteQueryRequest - class com.ibm.etill.framework.xdm.CassetteQueryRequest.
It is a subclass of the QueryRequest class and it encapsulates the query cassette command with all of its parameters.
CassetteQueryRequest() - Constructor for class com.ibm.etill.framework.xdm.CassetteQueryRequest
Constructs the superclass and retrieves all records and it should only be called by the Framework.
CassetteQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.CassetteQueryRequest
Constructs the superclass and itself using the input parameters below.
CassetteRequest - class com.ibm.etill.framework.cassette.CassetteRequest.
CassetteRequest is the base class for all API and protocol request classes that can be passed to a cassette's service method for processing.
CassetteResponse - class com.ibm.etill.framework.cassette.CassetteResponse.
CassetteResponse is the base class for all classes that define cassette responses to Framework service requests.
CassetteResponse(ETillConnection) - Constructor for class com.ibm.etill.framework.cassette.CassetteResponse
Constructs a response containing the specified ETillConnection object.
cassetteTransaction - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getCassetteTransaction()
CassetteTransaction - interface com.ibm.etill.framework.cassette.CassetteTransaction.
The CassetteTransaction interface defines the interface both for the cassette's payment object and its credit object.
CassetteWorkItem - class com.ibm.etill.framework.cassette.CassetteWorkItem.
CassetteWorkItem is the base class for all cassette classes that represent schedulable work items.
Center() - Method in class com.ibm.etill.framework.archive.HTMLPage
Center - start a block of centered information
CHARSET - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CHARSET_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CheckBox(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
CheckBox - an element within a group of buttons -- ALL with same name -- that allows multiple selections from a list of options)
CheckBox(String, String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
CheckBox - an element within a group of buttons -- ALL with same name -- that allows multiple selections from a list of options).
CheckBox(String, String, int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
CheckBox - an element within a group of buttons -- ALL with same name -- that allows multiple selections from a list of options).
checkForJavaMemoryLeakOnRead() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Continually reads from the socket unless an IOException occurs This function is used for testing for a memory leak "caused" by reading from the socket.
checkUsersWithRealm(Vector, UserInfoQueryRequest) - Static method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets users who match query parameters.
ClientSocket - class com.ibm.etill.framework.io.ClientSocket.
This class contains a single static method for a client program to use to connect to a target server TCP port possibly through a SOCKS server (using SOCKS version 4 protocol).
ClientSocket() - Constructor for class com.ibm.etill.framework.io.ClientSocket
Class constructor that creates an unconnected client socket, which is very useful for subclasses.
ClientSocket(TcpipHost) - Constructor for class com.ibm.etill.framework.io.ClientSocket
Class constructor that takes a TcpipHost target.
ClientSocket(TcpipHost, TcpipHost) - Constructor for class com.ibm.etill.framework.io.ClientSocket
Class constructor that takes a TcpipHost target and a TcpipHost socks server.
clone() - Method in class com.ibm.etill.framework.payapi.ParameterTable
Creates a copy of this ParameterTable.
CLOSE_BATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CLOSE_ORDER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
close() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Closes the socket and amy also flush bufferd output data.
close() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
close() - Closes a ServerSocket
close() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
closes the socket.
closeConnection() - Static method in class com.ibm.etill.framework.io.SocketConnections
Closes a Socket connection and throws ETillFrameworkException if a IOException is encountered.
closeConnection() - Method in interface com.ibm.etill.framework.io.ETillConnection
Deletes the logical connection associated with this object.
closeConnection() - Method in class com.ibm.etill.framework.io.FrameworkDataStream
Deletes the logical connection associated with this object.
CLOSEORDER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CloseOrderRequest - class com.ibm.etill.framework.cassette.CloseOrderRequest.
CloseOrderRequest objects hold all the information necessary for a cassette to process a given CLOSEORDER API command.
CloseOrderRequest(ETillConnection, Order, boolean, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.CloseOrderRequest
Constructs a CloseOrderRequest object which references or contains all of the specified input parameters.
COL_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
COL_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ACCOUNTTITLE - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
COL_ACQUIRERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_ACQUIRERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_ACTIVE - Static variable in interface com.ibm.etill.framework.xdm.PSServerAdminConstants
 
COL_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_AMOUNTVALUE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_AMOUNTVALUE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_AMOUNTVALUE - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_APPROVALEXPIRY - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
COL_APPROVALEXPIRY - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_APPROVEFLAG - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_APPROVETIME - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_BATCHID - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_BATCHID - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_BATCHREQUIRED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_BRANDID - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_BRANDID - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_CANCELURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_CARDHOLDERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_CASSETTENAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
COL_CASSETTENAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerCassetteConstants
 
COL_CASSETTENAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentSystemConstants
 
COL_CASSETTENAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
COL_CLOSEALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_COMPANYPKGNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerCassetteConstants
 
COL_CREDITNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_CTYPECHARSET - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_CURRENTSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_CURRENTSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_CURRENTSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_CURRENTSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_DEPOSITAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_DEPOSITFLAG - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ENABLED - Static variable in interface com.ibm.etill.framework.xdm.PSServerAdminConstants
 
COL_ENABLED - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
COL_ETILLHOSTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerPayServerConstants
 
COL_EVENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
COL_FAILUREURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_FITITLE - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
COL_GROWTH1 - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
COL_GROWTH1 - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_GROWTH3 - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_GROWTH3 - Static variable in interface com.ibm.etill.framework.xdm.PSServerCassetteConstants
 
COL_GROWTH3 - Static variable in interface com.ibm.etill.framework.xdm.PSServerPayServerConstants
 
COL_INITIALPAYMENT - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_LISTENERURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
COL_LOADABLE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCassetteConstants
 
COL_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerAccountConstants
 
COL_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerMerchantConstants
 
COL_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentSystemConstants
 
COL_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
COL_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
COL_MERCHANTTITLE - Static variable in interface com.ibm.etill.framework.xdm.PSServerMerchantConstants
 
COL_MESSAGESKEY - Static variable in interface com.ibm.etill.framework.xdm.PSServerAdminConstants
 
COL_ORDERAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_ORDERAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_ORDERDATA1 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORDERDATA2 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORDERDATA3 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORDERDATA4 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORDERDATA5 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORDERDESCRIPTION - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORDERSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_ORDERSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_ORDERTIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_ORDERTIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_ORDERTIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_ORDERTIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_ORDERURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_ORIGIN - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_PAYMENTAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_PAYMENTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_PAYREQPERSISTFDSKEY - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_PENDING - Static variable in interface com.ibm.etill.framework.xdm.PSServerAdminConstants
 
COL_PURGEALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_SERVICEURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_SOCKSHOST - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
COL_SOCKSPORT - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
COL_SPLITSALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_STATUS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_SUCCESSURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_TILLNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerPayServerConstants
 
COL_TIMECLOSED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_TIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_TIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_TIMEREGISTERED - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
COL_TIMESTAMPCREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_TIMESTAMPCREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_TIMESTAMPCREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_TIMESTAMPMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_TIMESTAMPMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_TIMESTAMPMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_TOTALSFD - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_TOTALSKEY - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_TRANSACTIONID - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_UNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
COL_UNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
COL_UNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
COL_UNIQUEKEY - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
COL_USERNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
COL_USERROLES - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
COL_VALID - Static variable in interface com.ibm.etill.framework.xdm.PSServerAdminConstants
 
com.ibm.etill.framework.admin - package com.ibm.etill.framework.admin
 
com.ibm.etill.framework.archive - package com.ibm.etill.framework.archive
 
com.ibm.etill.framework.cassette - package com.ibm.etill.framework.cassette
 
com.ibm.etill.framework.cassette.query - package com.ibm.etill.framework.cassette.query
 
com.ibm.etill.framework.eventmgr - package com.ibm.etill.framework.eventmgr
 
com.ibm.etill.framework.io - package com.ibm.etill.framework.io
 
com.ibm.etill.framework.log - package com.ibm.etill.framework.log
 
com.ibm.etill.framework.payapi - package com.ibm.etill.framework.payapi
 
com.ibm.etill.framework.supervisor - package com.ibm.etill.framework.supervisor
 
com.ibm.etill.framework.xdm - package com.ibm.etill.framework.xdm
 
combineQueryResults(Vector, Vector, Vector) - Static method in class com.ibm.etill.framework.xdm.PSServerOrder
Builds a table of Orders with associated credits and payments
combineQueryResults(Vector, Vector, Vector) - Static method in class com.ibm.etill.framework.xdm.PSServerBatch
Builds a hash table of payments and credits bound to batches.
COMM_WITH_DATA - Static variable in class com.ibm.etill.framework.log.Trace
Communication trace setting.
COMMAND - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
COMMANDNAME_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
Comment(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Comment - place a sequence of text on the page as a (invisible) comment
commit() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Use Supervisor.getThreadCommitPoint().commit()
commit() - Method in class com.ibm.etill.framework.archive.CommitPoint
Causes all the collected Archivable objects to be commited to the database and notifications to be generated for all of the collected PSEvent objects.
commit() - Method in interface com.ibm.etill.framework.archive.Commitable
Deprecated. Causes all the collected data to be commited to the database.
Commitable - interface com.ibm.etill.framework.archive.Commitable.
Deprecated. Use the current thread's CommitPoint object, which is obtained using Supervisor.getThreadCommitPoint.
commitAndCloseTransaction(Connection) - Method in class com.ibm.etill.framework.archive.ETillArchive
Commits a transaction consisting of one or more SQL operations
CommitPoint - class com.ibm.etill.framework.archive.CommitPoint.
 
CommitPoint() - Constructor for class com.ibm.etill.framework.archive.CommitPoint
 
COMMTYPE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
COMMTYPE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
COMMUNICATION - Static variable in class com.ibm.etill.framework.log.Trace
Communication trace setting.
ComPoint - interface com.ibm.etill.framework.io.ComPoint.
A ComPoint is a listening point for a specific communication protocol.
COMPOINT_CLOSED - Static variable in interface com.ibm.etill.framework.io.ComPoint
 
COMPOINT_OPEN - Static variable in interface com.ibm.etill.framework.io.ComPoint
 
COMPONENTNAME - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
constructTotals(PSServerBatch, Hashtable) - Static method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
Constructs batch totals from the given input parameters.
contains(Object) - Method in class com.ibm.etill.framework.payapi.ParameterTable
Tests if some key maps into the specified value in this parameter table.
containsPurchaseCardData(Map) - Static method in class com.ibm.etill.framework.cassette.PurchaseCardData
Static utility method that returns true if the collection passed in contains purchase card protocol data.
Copyright - class com.ibm.etill.framework.log.Copyright.
 
Copyright() - Constructor for class com.ibm.etill.framework.log.Copyright
 
copyTimeSortedQueue() - Method in class com.ibm.etill.framework.supervisor.TimerThread
 
CREATE_ACCOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_ACCOUNT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_MERCHANT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_MERCHANT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_MERCHANTCASSETTEOBJECT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_MERCHANTCASSETTEOBJECT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_MEREVENTLISTENER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_MEREVENTLISTENER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_PAYSYSTEM - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_PAYSYSTEM_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_SNMEVENTLISTENER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_SNMEVENTLISTENER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_SYSTEMCASSETTEOBJECT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREATE_SYSTEMCASSETTEOBJECT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
createBatch(String, String, String) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Creates a new batch with a system-generated batch number.
createBatch(String, String, String) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createBatch(String, String, String, String, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Creates a new Batch object using the specified batch number.
createBatch(String, String, String, String, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createBinaryField(byte[], String, Connection) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Creates a new binary field in the ETBINARYDATA table.
createCassetteBatch(Batch, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createCassetteBatch(ParameterTable) - Method in class com.ibm.etill.framework.payapi.FrameworkBatch
 
createCassetteCredit(Credit, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createCassetteCredit(ParameterTable) - Method in class com.ibm.etill.framework.payapi.Credit
Cassettes should not call this method.
createCassetteOrder(FrameworkOrder, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createCassetteOrder(ParameterTable) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
createCassettePayment(ParameterTable) - Method in class com.ibm.etill.framework.payapi.Payment
Cassettes should not call this method.
createCassettePayment(Payment, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createComPoints() - Method in class com.ibm.etill.framework.cassette.Cassette
Creates the cassette's ComPoint objects during the cassette startup phase.
createCredit(FrameworkOrder, String, Amount, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createCredit(Order, String, Amount, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Creates a new Credit object.
createObject(AdminRequest) - Static method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
createObject(int, String, String, String, int, String) - Static method in class com.ibm.etill.framework.eventmgr.EventListener
 
createObject(String, AdminRequest) - Static method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
createOrder(String, String, String, String, String, String, byte[], String, boolean, String, String, String, String, String, int, String, String, boolean, boolean, String, ParameterTable, String, String, String, String, byte[], byte[]) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createPayment(FrameworkOrder, String, Amount, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
createPayment(Order, String, Amount, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Creates a new Payment object.
createProtocolRequest(ETillConnection) - Method in class com.ibm.etill.framework.cassette.Cassette
Receives and parses a payment protocol request that's arrived at one of the cassette's ComPoints.
createRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
createRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
createRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
createRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Payment
This method should never be called directly from cassettes.
createRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Credit
This method should never be called directly from cassettes.
createRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Batch
This method should never be called directly from cassettes.
createRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Order
This method should never be called directly from cassettes.
createRecord(Connection) - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
createRecord(Connection) - Method in interface com.ibm.etill.framework.archive.Archivable
Creates a new record representing this object in a Commerce Payments database table.
createResourceBundle(String) - Static method in class com.ibm.etill.framework.log.ErrorLog
The Framework calls this method to create a resource bundle for the specified cassette.
Credit - class com.ibm.etill.framework.payapi.Credit.
Credit objects contain all of the generic information that the Framework needs to represent a credit created for a specific order.
CREDIT - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
CREDIT_CLOSED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREDIT_DECLINED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREDIT_OBJECT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
CREDIT_PENDING - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREDIT_REFUNDED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREDIT_RESET - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREDIT_TOTALS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
CREDIT_VOID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
Credit(Order, String) - Constructor for class com.ibm.etill.framework.payapi.Credit
Cassettes should never call this constructor.
CREDITNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CREDITNUMBER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
CREDITNUMBER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CreditQueryRequest - class com.ibm.etill.framework.xdm.CreditQueryRequest.
 
CreditQueryRequest(QueryRequest) - Constructor for class com.ibm.etill.framework.xdm.CreditQueryRequest
A copy constructor that should only be called by the Framework.
CreditQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.CreditQueryRequest
Constructs the object using the input parameters below.
CREDITVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
CURRENCY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
CURRENCY_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
currencyAsString(short) - Static method in class com.ibm.etill.framework.payapi.Amount
Converts the input currency code to a 3-digit string.
currencyMatch(Amount) - Method in class com.ibm.etill.framework.payapi.Amount
Returns true if currency and amountExp10 of the argument match.
currentState - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getCurrentState() and setCurrentState()
CURRENTSTATE - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 

D

DB_ACCESS - Static variable in class com.ibm.etill.framework.log.Trace
Database access trace setting.
DB_COMMIT - Static variable in class com.ibm.etill.framework.log.Trace
Database commit trace setting
DB_READ - Static variable in class com.ibm.etill.framework.log.Trace
Database read access trace setting
DB_WRITE - Static variable in class com.ibm.etill.framework.log.Trace
Database write access trace setting
DEBUG - Static variable in class com.ibm.etill.framework.log.Trace
Generic "catch-all" trace setting
decrypt(String) - Method in class com.ibm.etill.framework.admin.PSNewUtil
 
DEFAULT_390_BINARY_LENGTH - Static variable in class com.ibm.etill.framework.archive.ETillArchive
 
DEFAULT_BINARY_LENGTH - Static variable in class com.ibm.etill.framework.archive.ETillArchive
Deprecated. Use the ETillArchive.getMaxBinaryLength method.
DEFAULT_SOCKS_PORT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_ACCOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_ACCOUNT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_BATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_MERCHANT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_MERCHANT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_MERCHANTCASSETTEOBJECT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_MERCHANTCASSETTEOBJECT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_MEREVENTLISTENER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_MEREVENTLISTENER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_PAYSYSTEM - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_PAYSYSTEM_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_SNMEVENTLISTENER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_SNMEVENTLISTENER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_SYSTEMCASSETTEOBJECT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_SYSTEMCASSETTEOBJECT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_USER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETE_USER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETEBATCH_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DeleteBatchRequest - class com.ibm.etill.framework.cassette.DeleteBatchRequest.
DeleteBatchRequest objects hold all the information necessary for a cassette to process a given DELETEBATCH API command.
DeleteBatchRequest(ETillConnection, Batch, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.DeleteBatchRequest
Constructs a DeleteBatchRequest object which references or contains all of the specified input parameters.
deleteBinaryField(String, Connection) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Deletes a binary field from the ETBINARYDATA table.
deleteCredit(Credit) - Method in class com.ibm.etill.framework.payapi.Order
Deletes the specfied Credit from this Order's payment collection.
deleteObject() - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
deleteObject(AdminRequest, String) - Static method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
deleteObject(int, String, String, String) - Static method in class com.ibm.etill.framework.eventmgr.EventListener
 
deleteObject(String) - Static method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
DELETEORDER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DELETEORDER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
deletePayment(Payment) - Method in class com.ibm.etill.framework.payapi.Order
Deletes the specfied Payment from this Order's payment collection.
deleteRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
deleteRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
deleteRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
deleteRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Payment
This method should never be called directly from cassettes.
deleteRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Credit
This method should never be called directly from cassettes.
deleteRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Batch
This method should never be called directly from cassettes.
deleteRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Order
This method should never be called directly from cassettes.
deleteRecord(Connection) - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
deleteRecord(Connection) - Method in interface com.ibm.etill.framework.archive.Archivable
Deletes an existing or newly-created record representing this object from a database table.
deposit - Variable in class com.ibm.etill.framework.payapi.Order
Deprecated. Use getDepositFlag()
DEPOSIT_PAYMENT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DEPOSIT_REVERSAL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DEPOSIT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
depositAmount - Variable in class com.ibm.etill.framework.payapi.Payment
Deprecated. Use getDepositAmount() and setDepositAmount()
DEPOSITFLAG - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DEPOSITFLAG_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DepositRequest - class com.ibm.etill.framework.cassette.DepositRequest.
DepositRequest objects hold all the information necessary for a cassette to process a given DEPOSIT API command.
DepositRequest(ETillConnection, Payment, Amount, String, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.DepositRequest
Constructs a DepositRequest object which references or contains all of the specified input parameters.
DEPOSITREVERSAL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DepositReversalRequest - class com.ibm.etill.framework.cassette.DepositReversalRequest.
DepositReversalRequest objects hold all the information necessary for a cassette to process a given DEPOSITREVERSAL API command.
DepositReversalRequest(ETillConnection, Payment, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.DepositReversalRequest
Constructs a DepositReversalRequest object which references or contains all of the specified input parameters.
deQueue() - Method in class com.ibm.etill.framework.eventmgr.EventQueue
 
destroyComPoints() - Method in class com.ibm.etill.framework.cassette.Cassette
Closes and deactivates the cassette's ComPoint objects during the cassette shutdown phase.
DISPLAYMODE_ADVANCED - Static variable in class com.ibm.etill.framework.cassette.query.CassetteProperty
 
DISPLAYMODE_BASIC - Static variable in class com.ibm.etill.framework.cassette.query.CassetteProperty
 
DISPLAYMODE_BOTH - Static variable in class com.ibm.etill.framework.cassette.query.CassetteProperty
 
distributeEvent(PSEvent) - Method in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
DO_NOT_ATTEMPT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DO_NOT_ATTEMPT_ACTION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
DOWN - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
doYourWork() - Method in class com.ibm.etill.framework.cassette.CassetteWorkItem
Called by the Service thread after this CassetteWorkItem is removed from the service queue for processing.
doYourWork() - Method in class com.ibm.etill.framework.payapi.AsynchronousApproveWorkItem
Method called when the work item is dispatched on the service thread.
doYourWork() - Method in class com.ibm.etill.framework.payapi.ApprovalExpirationWorkItem
 
doYourWork() - Method in interface com.ibm.etill.framework.supervisor.WorkItem
Called by the Framework service thread after this WorkItem is removed from the service queue for processing.
DTD_SIZE - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
dumpQ() - Method in class com.ibm.etill.framework.supervisor.TimerThread
 

E

elements() - Method in class com.ibm.etill.framework.payapi.ParameterTable
If this method is called, an exception will be thrown.
ENABLED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ENABLED - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ENABLED_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
encrypt(String) - Method in class com.ibm.etill.framework.admin.PSNewUtil
 
EndBody() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndBody - completes the HTML page body block
EndCenter() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndCenter - end a block of centered information
EndForm() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndForm - signify the end of the form
EndGlossary() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndGlossary - close up a GlossaryList
EndHead() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndHead - end the HTML HEAD block
EndList() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndList - close an open (generic) list
EndList(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
EndList - close an open list of a specified type
EndMap() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndMap - end an image map specification
EndPage() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndPage - finish an HTML page
endQuery() - Method in class com.ibm.etill.framework.archive.ETillArchive
Closes and removes objects related to the currently active SQL QUERY.
endread() - Method in class com.ibm.etill.framework.supervisor.ReaderWriterMonitor
 
EndSelector() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndSelector - end a multi-item value selector("menu" type)
EndTable() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndTable - signify the end of an open table
EndTableData() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndTableData - signal the end of a data element
EndTableRow() - Method in class com.ibm.etill.framework.archive.HTMLPage
EndTableRow - signal the end of header/data elements for this row
endwrite() - Method in class com.ibm.etill.framework.supervisor.ReaderWriterMonitor
 
enQueue(PSEvent) - Method in class com.ibm.etill.framework.eventmgr.EventQueue
 
enQueue(Vector) - Method in class com.ibm.etill.framework.eventmgr.EventQueue
 
equals(Object) - Method in class com.ibm.etill.framework.supervisor.GenericKey
Indicates whether the input object is an equivalent of this key object.
ERROR_OCCURRED - Static variable in class com.ibm.etill.framework.log.Trace
Error (general) trace setting
ErrorLog - class com.ibm.etill.framework.log.ErrorLog.
Provides the methods required to send messages to the Commerce Payments error log.
ErrorLog() - Constructor for class com.ibm.etill.framework.log.ErrorLog
 
establishConnection() - Method in class com.ibm.etill.framework.io.FrameworkServerComPoint
Wait for access to specified ServerSocket, then notify ETillConnection of connection.
establishConnection() - Method in interface com.ibm.etill.framework.io.ComPoint
A ComPoint establishes one or more ETillConnection communication connections (ComPoints) for a given medium(Socket, File, email).
ETAPIVERSION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ETAPIVERSION_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ETillAbortOperation - exception com.ibm.etill.framework.payapi.ETillAbortOperation.
The ETillAbortOperation exception should be thrown by cassettes to terminate the processing of the current operation.
ETillAbortOperation() - Constructor for class com.ibm.etill.framework.payapi.ETillAbortOperation
Default constructor.
ETillAbortOperation(ReturnCodeStructure) - Constructor for class com.ibm.etill.framework.payapi.ETillAbortOperation
Constructs an ETillAbortOperation exception that contains the specified return code.
ETillAbortOperation(short, short) - Constructor for class com.ibm.etill.framework.payapi.ETillAbortOperation
Constructs an ETillAbortOperation exception that contains the specified primary and secondary return codes.
ETillAbortOperation(short, short, String) - Constructor for class com.ibm.etill.framework.payapi.ETillAbortOperation
Constructs an ETillAbortOperation exception that contains the specified return codes and error text.
ETillArchive - class com.ibm.etill.framework.archive.ETillArchive.
ETillArchive manages access to the Commerce Payments database using JDBC calls.
ETillArchive() - Constructor for class com.ibm.etill.framework.archive.ETillArchive
 
ETillCassetteException - exception com.ibm.etill.framework.log.ETillCassetteException.
Throwing ETillCassetteException causes the cassette to shut down.
ETillCassetteException() - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException.
ETillCassetteException(Cassette) - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException for the specified Cassette object.
ETillCassetteException(int) - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException with the specified secondary error code.
ETillCassetteException(int, Cassette) - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException with the specified secondary error code for the specified Cassette object.
ETillCassetteException(String) - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException with text to be displayed at the console.
ETillCassetteException(String, Cassette) - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException with text to be displayed at the console for the specified Cassette object.
ETillCassetteException(String, int) - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException with the specified text and secondary error code.
ETillCassetteException(String, int, Cassette) - Constructor for class com.ibm.etill.framework.log.ETillCassetteException
Constructs an ETillCassetteException with the specified text and secondary error code for the specified Cassette object.
ETillConnection - interface com.ibm.etill.framework.io.ETillConnection.
An ETillConnection represents a logical connection to a ComPoint.
ETillFrameworkException - exception com.ibm.etill.framework.log.ETillFrameworkException.
 
ETillFrameworkException() - Constructor for class com.ibm.etill.framework.log.ETillFrameworkException
 
ETillFrameworkException(int) - Constructor for class com.ibm.etill.framework.log.ETillFrameworkException
 
ETillFrameworkException(String) - Constructor for class com.ibm.etill.framework.log.ETillFrameworkException
 
ETillFrameworkException(String, int) - Constructor for class com.ibm.etill.framework.log.ETillFrameworkException
 
ETILLHOSTNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ETILLHOSTNAME_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ETillInitException - exception com.ibm.etill.framework.log.ETillInitException.
 
ETillInitException() - Constructor for class com.ibm.etill.framework.log.ETillInitException
 
ETillInitException(int) - Constructor for class com.ibm.etill.framework.log.ETillInitException
 
ETillInitException(String) - Constructor for class com.ibm.etill.framework.log.ETillInitException
 
ETillInitException(String, int) - Constructor for class com.ibm.etill.framework.log.ETillInitException
 
ETillRuntimeException - exception com.ibm.etill.framework.log.ETillRuntimeException.
ETillRuntimeException is the base class for exceptions that terminate one or more running Payment Server components.
ETillRuntimeException() - Constructor for class com.ibm.etill.framework.log.ETillRuntimeException
Constructs an ETillRuntimeException.
ETillRuntimeException(String) - Constructor for class com.ibm.etill.framework.log.ETillRuntimeException
Constructs an ETillRuntimeException with text to be displayed at the console.
ETORDER_CTYPECHARSET_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
EventConstants - interface com.ibm.etill.framework.eventmgr.EventConstants.
 
EventDispatcher - class com.ibm.etill.framework.eventmgr.EventDispatcher.
 
EventDispatcher() - Constructor for class com.ibm.etill.framework.eventmgr.EventDispatcher
 
EventListener - class com.ibm.etill.framework.eventmgr.EventListener.
 
EVENTLISTENER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
EventListener(int, String, String, String, int, String, long) - Constructor for class com.ibm.etill.framework.eventmgr.EventListener
 
EventListenerQueryRequest - class com.ibm.etill.framework.xdm.EventListenerQueryRequest.
 
EventListenerQueryRequest() - Constructor for class com.ibm.etill.framework.xdm.EventListenerQueryRequest
 
EventListenerQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.EventListenerQueryRequest
 
EVENTLISTENERTABLE - Static variable in interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants
 
EventManager - class com.ibm.etill.framework.eventmgr.EventManager.
 
EventManager() - Constructor for class com.ibm.etill.framework.eventmgr.EventManager
 
EventQueue - class com.ibm.etill.framework.eventmgr.EventQueue.
 
EventQueue() - Constructor for class com.ibm.etill.framework.eventmgr.EventQueue
 
EVENTTYPE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
EVENTTYPE - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
EVENTTYPE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 

F

FAILUREURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
FAILUREURL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
FINANCIALINSTITUTION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
FINANCIALINSTITUTION_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
FinancialObjectQueryRequest - class com.ibm.etill.framework.xdm.FinancialObjectQueryRequest.
An abstract class that is a subclass of QueryRequest and it encapsulates the query parameters used to query financial objects.
FinancialObjectQueryRequest(String, Hashtable, Hashtable, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.FinancialObjectQueryRequest
This constructor initializies the super class and its own financial properties.
flagValuesSupported - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
flush() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Flushes buffered data for the socket's OutputStream to written to the destination.
flush() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
flushes data to the socket.
FORCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
FORCE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
FRAMEWORK - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
FRAMEWORK - Static variable in class com.ibm.etill.framework.log.Trace
identifies the Payments Framework component when making a trace call
FrameworkAccountAdmin - class com.ibm.etill.framework.admin.FrameworkAccountAdmin.
 
FrameworkBatch - class com.ibm.etill.framework.payapi.FrameworkBatch.
 
FrameworkBatch(String, String) - Constructor for class com.ibm.etill.framework.payapi.FrameworkBatch
 
FrameworkBatch(String, String, String, String) - Constructor for class com.ibm.etill.framework.payapi.FrameworkBatch
 
FrameworkCassetteAdmin - class com.ibm.etill.framework.admin.FrameworkCassetteAdmin.
 
FrameworkDataStream - class com.ibm.etill.framework.io.FrameworkDataStream.
This class defines the default data stream interface for the Commerce Payments framework.
FrameworkDataStream() - Constructor for class com.ibm.etill.framework.io.FrameworkDataStream
Default Constructor .
FrameworkMerchantAdmin - class com.ibm.etill.framework.admin.FrameworkMerchantAdmin.
 
FrameworkOrder - class com.ibm.etill.framework.payapi.FrameworkOrder.
 
FrameworkOrder(String, String) - Constructor for class com.ibm.etill.framework.payapi.FrameworkOrder
 
FrameworkReturnCodes - interface com.ibm.etill.framework.payapi.FrameworkReturnCodes.
 
FrameworkServerComPoint - class com.ibm.etill.framework.io.FrameworkServerComPoint.
This is a concrete class that uses FrameworkDataStream objects to communicate through a ServerSocketComPoint.
FrameworkServerComPoint(int) - Constructor for class com.ibm.etill.framework.io.FrameworkServerComPoint
Default Constructor
FrameworkServerComPoint(int, int) - Constructor for class com.ibm.etill.framework.io.FrameworkServerComPoint
 
FrameworkSupervisor - class com.ibm.etill.framework.supervisor.FrameworkSupervisor.
 
FrameworkSupervisor() - Constructor for class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
FSM - class com.ibm.etill.framework.supervisor.FSM.
FSM is the the base class for FSM classes generated by the JavaGen tool.
FSM() - Constructor for class com.ibm.etill.framework.supervisor.FSM
Cassettes shouldn't call this constructor directly.
FSMState - class com.ibm.etill.framework.supervisor.FSMState.
FSMState objects manage the current state of an FSM instance for a given FSMUser object.
FSMState() - Constructor for class com.ibm.etill.framework.supervisor.FSMState
Simple constructor currently performs no function beyond creating the object.
FUNC_ENTRY - Static variable in class com.ibm.etill.framework.log.Trace
Function entry trace setting
FUNC_ENTRY_EXIT - Static variable in class com.ibm.etill.framework.log.Trace
Function entry/exit trace setting.
FUNC_EXIT - Static variable in class com.ibm.etill.framework.log.Trace
Function exit trace setting

G

GenericKey - class com.ibm.etill.framework.supervisor.GenericKey.
GenericKey is a convenience class which provides function to easily generate Hashtable keys from compound strings.
GenericKey() - Constructor for class com.ibm.etill.framework.supervisor.GenericKey
 
get(Object) - Method in class com.ibm.etill.framework.payapi.ParameterTable
Returns the value entry that is paired with the given key entry or returns null when the key is not found.
get(Object, Object) - Method in class com.ibm.etill.framework.payapi.ParameterTable
Returns the value entry that is paired with the given key entry or returns the defaultReturnValue when the key is not found.
getAcceptPaymentAutoApprove() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for acceptPaymentAutoApprove flag
getAcceptPaymentAutoApprove() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for acceptPaymentAutoApprove flag
getAcceptPaymentAutoDeposit() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for acceptPaymentAutoDeposit flag
getAcceptPaymentAutoDeposit() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for acceptPaymentAutoDeposit flag
getAccount() - Method in class com.ibm.etill.framework.cassette.OrderRequest
Returns the AccountAdmin object that is associated with the subject Order.
getAccount() - Method in class com.ibm.etill.framework.cassette.ProtocolRequest
Returns the AccountAdmin object associated with this request.
getAccount() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the generic account object with which this Batch is associated.
getAccountAdminObject(String, String, String) - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves the generic account object for the specified cassette/merchant/account.
getAccountAdminObjects(String) - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves all the generic account objects for the specified cassette.
getAccountAdminObjects(String, String) - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves all the generic account objects for the specified cassette/merchant.
getAccountNumber() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Returns the account number of this account object.
getAccountNumber() - Method in class com.ibm.etill.framework.cassette.OrderRequest
Returns the account number of the account associated with the subject Order.
getAccountNumber() - Method in class com.ibm.etill.framework.cassette.BatchRequest
Returns the account number of the account associated with the subject Batch.
getAccountNumber() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the account number with which this Batch is associated.
getAccountNumber() - Method in class com.ibm.etill.framework.payapi.Order
Returns the account number with which this order is associated.
getAccountNumber() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getAccountNumber() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Gets the Account Number
getAccountNumber() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
Gets the account number for this account
getAccountNumber() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the Account Number
getAccountNumber() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets this account number.
getAccountNumber() - Method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
Gets this account number.
getAccountNumbers() - Method in class com.ibm.etill.framework.xdm.AccountQueryRequest
Gets the account numbers.
getAccountTitle() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Returns the text title for this account.
getAccountTitle() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
Gets the account title for this account
getAcquirerID() - Method in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getReferenceNumber()
getActive() - Method in class com.ibm.etill.framework.admin.AdminObject
Returns the current setting of this object's active property.
getAdminAPIPort() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. All commands should be directed to the Payment Servlet using the HTTP-based API set.
getAdminAPIPort() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The admin API port is no longer used in the product. This method always returns zero.
getAdminCmdCounter() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets Admin command counter.
getAdvantisResponseCodeMessage(int) - Method in class com.ibm.etill.framework.io.HTTPInputStream
Returns a message associated to a valid SET Advantis payment gateway Response code.
The possible response codes and corresponding messages are defined in HTTPConst.java
getAliasKey() - Method in class com.ibm.etill.framework.payapi.ParameterValidationItem
Get the parameter name alias for this parameter.
getAllAccounts() - Static method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
getamount() - Method in class com.ibm.etill.framework.payapi.Amount
Deprecated. Use getAmount()
getAmount() - Method in class com.ibm.etill.framework.cassette.PaymentTransactionRequest
Returns the value of the Amount object which contains the amount data specified on the input API request.
getAmount() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the amount value, without decimal point, of this Transaction object.
getAmount() - Method in class com.ibm.etill.framework.payapi.Amount
Returns the amount value from this Amount object.
getAmount() - Method in class com.ibm.etill.framework.payapi.Order
Returns the Amount object representing this Order's purchase amount.
getamountExp10() - Method in class com.ibm.etill.framework.payapi.Amount
Deprecated. Use getAmountExp10()
getAmountExp10() - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Returns the base10 expornent associated with this object.
getAmountExp10() - Method in class com.ibm.etill.framework.payapi.Amount
Returns the base10 exponent value from this Amount object.
getApprovalExpiration() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for approvalExpiration value @38247
getApprovalExpiration() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for approvalExpiration value @38247
getApprovalExpiry() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the time payment approval is to expire @38247
getApproveFlag() - Method in class com.ibm.etill.framework.cassette.AcceptPaymentRequest
Indicates whether automatic approve was requested in the ACCEPTPAYMENT command string.
getApproveFlag() - Method in class com.ibm.etill.framework.payapi.Order
Indicates whether automatic approval was requested for this order.
getApprovesAllowed() - Method in class com.ibm.etill.framework.payapi.Order
Indicates whether new APPROVE commands are allowed for this Order object.
getApproveTime() - Method in class com.ibm.etill.framework.payapi.Payment
Accessor method for approveTime
getApproveTime() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the time payment was approved @38247
getApproximateXDMSize() - Method in class com.ibm.etill.framework.cassette.query.CassetteConfigObject
Calculates the approximate XDM size by summing the sizes of the cassette config properties.
getApproximateXDMSize() - Method in class com.ibm.etill.framework.cassette.query.CassetteObject
Gets the approximate size of all the CassetteProperty objects contained in this query request.
getApproximateXDMSize() - Method in class com.ibm.etill.framework.cassette.query.CassetteProperty
Calculates the approximate XDM element size
getApproximateXDMSize() - Method in class com.ibm.etill.framework.cassette.query.CassetteExtensionObject
Calculates the approximate XDM size by summing the sizes of the cassette extension properties.
getApproximateXDMSize() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Sums the approximate sizes of all of the PSServerObjects contained in the QueryRequest
getApproximateXDMSize() - Method in class com.ibm.etill.framework.xdm.PSServerObject
 
getApproximateXDMSize() - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Retrieves the approximate XDM size in bytes.
getApproximateXDMSize() - Method in class com.ibm.etill.framework.xdm.PSServerFinancialObject
 
getApproximateXDMSize() - Method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
 
getArchiveLock() - Static method in class com.ibm.etill.framework.archive.ETillArchive
 
getAuthorizationExpiry() - Method in class com.ibm.etill.framework.payapi.Payment
Accessor method for approvalExpiry
getBatch() - Method in class com.ibm.etill.framework.cassette.BatchRequest
Returns the Batch object at which this request is directed.
getBatchKey() - Method in class com.ibm.etill.framework.payapi.Batch
Returns an object suitable for use as a Hashtable key to represent this Batch object.
getBatchNumber() - Method in class com.ibm.etill.framework.cassette.OrderRequest
Returns the batch number of the batch to which any transaction generated by this OrderRequest will be assigned.
getBatchNumber() - Method in class com.ibm.etill.framework.cassette.BatchRequest
Returns the batch number of the Batch at which this request is directed.
getBatchNumber() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the batch number with which this Transaction is associated.
getBatchNumber() - Method in class com.ibm.etill.framework.payapi.Batch
Returns this Batch's order number.
getBatchNumber() - Method in class com.ibm.etill.framework.payapi.BatchKey
Returns the batch number with which this BatchKey object was created.
getBatchNumber() - Method in class com.ibm.etill.framework.payapi.Order
Returns the batch number to be used for this order's automatic approval and automatic deposit.
getBatchNumber() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getBatchNumber() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Gets the Batch Number
getBatchNumber() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the Batch Number
getBatchNumber() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets this batch number.
getBatchNumber() - Method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
Gets this batch number.
getBatchRequired() - Method in class com.ibm.etill.framework.payapi.Order
Indicates whether a batch number must be provided when creating or operating on payments and credits for this order.
getBatchStatus() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the current balance status of this Batch object.
getBatchTotalsCollection() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets this batch totals collection.
getBoundObjectList() - Static method in class com.ibm.etill.framework.supervisor.PaymentServerThread
 
getcancelURL() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Included for compatibility with 1.2. This information is cassette-specific and should be stored as such.
getCancelURL() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getCardholderID() - Method in class com.ibm.etill.framework.payapi.Order
Returns the cardholder id associated with this Order.
getCassette() - Method in class com.ibm.etill.framework.admin.CassetteAdmin
Returns the Cassette object (the operational instance) for this cassette.
getCassette() - Method in class com.ibm.etill.framework.cassette.CassetteWorkItem
Returns the cassette associated with this work item.
getCassette() - Method in class com.ibm.etill.framework.cassette.AdminRequest
Returns the CassetteAdmin object of the cassette which will process this request.
getCassette() - Method in class com.ibm.etill.framework.payapi.AsynchronousApproveWorkItem
Gets the the associated Cassette
getCassette() - Method in class com.ibm.etill.framework.payapi.ApprovalExpirationWorkItem
 
getCassette() - Method in class com.ibm.etill.framework.log.ETillRuntimeException
This method always returns null for instances of this class.
getCassette() - Method in class com.ibm.etill.framework.log.ETillCassetteException
Returns the Cassette object for the cassette that's thrown this exception.
getCassette() - Method in interface com.ibm.etill.framework.supervisor.WorkItem
Returns the Cassette object associated with this WorkItem
getCassette(String) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Returns the cassette object for the specified payment system.
getCassetteAdminObject() - Method in class com.ibm.etill.framework.cassette.Cassette
Returns the Cassette Administration object for the cassette.
getCassetteAdminObject(String) - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves the generic cassette object for the specified cassette.
getCassetteBatch() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the CassetteBatch object associated with this generic Batch object.
getCassetteData() - Method in class com.ibm.etill.framework.eventmgr.CassetteEvent
Returns the cassette-specifc keyword/value pairs for this event object.
getCassetteMessages() - Method in class com.ibm.etill.framework.xdm.XDMMessages
 
getCassetteMessagesString() - Method in class com.ibm.etill.framework.xdm.XDMMessages
 
getCassetteName() - Method in class com.ibm.etill.framework.admin.PaySystemAdmin
Returns the name of the cassette with which this payment system is associated.
getCassetteName() - Method in class com.ibm.etill.framework.admin.CassetteAdmin
Returns the configured name of the cassette.
getCassetteName() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Returns the name of the cassette with which this account is associated.
getCassetteName() - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Returns the cassette name
getCassetteName() - Method in class com.ibm.etill.framework.eventmgr.CassetteEvent
Returns the name of the cassette with which this event is associated.
getCassetteName() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getCassetteName() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
Gets cassette name
getCassetteName() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
Gets cassette name
getCassetteName() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets this cassette name.
getCassetteName() - Method in class com.ibm.etill.framework.xdm.PSServerPaymentSystem
Gets cassette name
getCassetteNames() - Method in class com.ibm.etill.framework.xdm.CassetteQueryRequest
Gets cassette names.
getCassetteNames() - Method in class com.ibm.etill.framework.xdm.AccountQueryRequest
Gets the cassette names.
getCassetteNames() - Method in class com.ibm.etill.framework.xdm.PaymentSystemQueryRequest
Gets cassette names.
getCassetteNames() - Method in class com.ibm.etill.framework.xdm.EventListenerQueryRequest
 
getCassetteOrder() - Method in class com.ibm.etill.framework.payapi.Order
Returns the CassetteOrder object associated with this generic Order object.
getCassettePaySystems(String) - Static method in class com.ibm.etill.framework.admin.PaySystemAdmin
Returns the set payment systems configured for the specified cassette.
getCassetteTransaction() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the CassetteTransaction object associated with this generic Transaction object.
getCassetteVersion() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
 
getClassName() - Method in class com.ibm.etill.framework.io.SocketComPoint
getClassName()
getClassName() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
getClassName()
getClassName() - Method in class com.ibm.etill.framework.io.FrameworkDataStream
getClassName() .
getCloseAllowed() - Method in class com.ibm.etill.framework.payapi.Batch
Indicates whether or not the merchant software may issue a BATCHCLOSE for this Batch.
getCommand() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Gets the QueryRequest command.
getCommitPoint() - Static method in class com.ibm.etill.framework.supervisor.PaymentServerThread
 
getCompanyPackageName() - Method in class com.ibm.etill.framework.admin.CassetteAdmin
Returns the configured company name for this cassette.
getCompanyPkgName() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
Gets the company name for this cassette
getComponentName() - Method in class com.ibm.etill.framework.eventmgr.NetMgrEvent
 
getConfigurationFlag() - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets this configuration flag.
getConfiguredMerchants() - Static method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
getConnection() - Method in class com.ibm.etill.framework.cassette.CassetteRequest
Returns the connection object through which this request object arrived at Commerce Payments.
getConnection() - Method in class com.ibm.etill.framework.cassette.CassetteResponse
Returns the ETillConnection object associated with this response object.
getConnection() - Static method in class com.ibm.etill.framework.io.SocketConnections
Accesses a Socket connection from the pool of connections.
getContentLength() - Method in class com.ibm.etill.framework.io.HTTPInputStream
getContentLength()
getContentType() - Method in class com.ibm.etill.framework.io.HTTPInputStream
getContentType()
getContentType() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the content-type field found after calling the readMime() method.
getContentTypeCharset() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Included for compatibility with 1.2. This information is cassette-specific and should be stored as such.
getContentTypeCharSet() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getContentTypeClass() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the content-type class field found after calling the readMime() method.
getContentTypeControl() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the content-type control field found after calling the readMime() method.
getContentTypeDelay() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the content-type delay field found after calling the readMime() method.
getContentTypeMsgTag() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the content-type message tag field found after calling the readMime() method.
getCredit(String) - Method in class com.ibm.etill.framework.payapi.Order
Returns the specified Credit object from this order's credit collection.
getCreditCollection() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets this credit collection.
getCreditList() - Method in class com.ibm.etill.framework.payapi.Batch
Returns an Enumeration of keys that identify each Credit object associated with this Batch object.
getCreditNumber() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getCreditNumber() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Gets the Credit Number
getCreditTotal() - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Returns the total amount of credits for this object's currency/amountExp10.
getcurrency() - Method in class com.ibm.etill.framework.payapi.Amount
Deprecated. Use getCurrency()
getCurrency() - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Returns the currency associated with this object.
getCurrency() - Method in class com.ibm.etill.framework.payapi.Amount
Returns the currency value from this Amount object.
getcurrencyAsString() - Method in class com.ibm.etill.framework.payapi.Amount
Deprecated. Use getCurrencyAsString()
getCurrencyAsString() - Method in class com.ibm.etill.framework.payapi.Amount
Returns this object's currency code as a 3-digit string.
getCurrentCassetteName() - Static method in class com.ibm.etill.framework.supervisor.PaymentServerThread
 
getCurrentState() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the current state of this Transaction object.
getCurrentState() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the current state of this Batch object.
getCurrentState() - Method in class com.ibm.etill.framework.payapi.Order
Returns the current state of this Order object.
getCurrentState() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getDatabaseProductName() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Returns the database product name for the Commerce Payments database.
getDBDriver() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Returns the database JDBC driver name.
getDeleteOrder() - Method in class com.ibm.etill.framework.cassette.CancelOrderRequest
Indicates whether or not the Order object and all of its related objects (Payments, Credits, and cassette-specific objects) should be deleted from the database.
getDeleteOrder() - Method in class com.ibm.etill.framework.cassette.CloseOrderRequest
Indicates whether or not the Order object and all of its related objects (Payments, Credits, and cassette-specific objects) should be deleted from the database.
getDepositAmount() - Method in class com.ibm.etill.framework.payapi.Payment
Returns the deposit amount value, without decimal point, of this Payment object.
getDepositFlag() - Method in class com.ibm.etill.framework.cassette.AcceptPaymentRequest
Indicates whether automatic deposit was requested in the ACCEPTPAYMENT command string.
getDepositFlag() - Method in class com.ibm.etill.framework.cassette.ApproveRequest
Indicates whether automatic deposit was requested in the APPROVE command string.
getDepositFlag() - Method in class com.ibm.etill.framework.payapi.Order
Indicates whether automatic deposit was requested with the automatic approval for this order.
getDTDPath() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Gets the value of the DTD Path.
getEnabled() - Method in class com.ibm.etill.framework.admin.AdminObject
Returns the current setting of this object's enabled property.
getEncoding() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the encoding field found after calling the readMime() method.
getEngineAPIport() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. Commerce Payments does not use sockets to communicate with the engine any more.
getEngineAPIPort() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The engine API port is no longer used in the product. This method always returns zero.
getErrorLogPort() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. No replacement.
getErrorLogPort() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The error log API port is no longer used in the product. This method always returns zero.
getETillConnection() - Method in class com.ibm.etill.framework.payapi.Order
getETillConnection()
geteTillDatabasejdbcURL() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Returns the Commerce Payments database's JDBC URL.
geteTillDatabaseOwner() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Returns the userid of the Commerce Payments database owner.
geteTillDatabasePassword() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Returns the Commerce Payments database password.
geteTillDatabaseUserID() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Returns the Commerce Payments database userid.
getETillHostname() - Method in class com.ibm.etill.framework.admin.PayServer
Returns the IP hostname of the machine on which this Commerce Payments instance is running.
getETillHostname() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets payment server hostname
getEventDispatcherThread() - Static method in class com.ibm.etill.framework.eventmgr.EventManager
 
getEventType() - Method in class com.ibm.etill.framework.eventmgr.PSEvent
Returns the event type value assigned to this PSEvent object.
getEventType() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getEventType() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets this event type.
getEventTypes() - Method in class com.ibm.etill.framework.xdm.EventListenerQueryRequest
 
getExpiredPaymentsForCassette(String) - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
getExponentForCurrency(String) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
 
getfailureURL() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Included for compatibility with 1.2. This information is cassette-specific and should be stored as such.
getFailureURL() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getFilter() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getFinancialInstitutionTitle() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Returns the text title for the financial institution with which this account is associated.
getFinancialInstitutionTitle() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
Gets the financial institution title for this account.
getForceAllowed() - Method in class com.ibm.etill.framework.payapi.Batch
Indicates whether or not the merchant software may issue a BATCHCLOSE command with FORCE set to true for this Batch.
getFrameworkKeywords() - Method in class com.ibm.etill.framework.cassette.APIRequest
Returns a ParameterTable containing all of the framework command parameters, keyed by their keywords.
getFrameworkMessages() - Method in class com.ibm.etill.framework.xdm.XDMMessages
 
getFrameworkMessagesString() - Method in class com.ibm.etill.framework.xdm.XDMMessages
 
getFrameworkVersion() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
 
getFrameworkVersion(String) - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
 
getFullLogPathDirectory() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. Cassettes should no longer use this method. All message and trace records will be written using WebSphere Application Server facilities and the location of these files is configurable using the WebSphere Application Server administrators console. This method will always return null.
getFullyQualifiedCassetteName() - Method in class com.ibm.etill.framework.admin.CassetteAdmin
Returns the fully qualified cassette name as it was built using the configured company name and cassette name.
getFullyQualifiedName() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
Gets the fully qualified name for this cassette.
getFullyQualifiedQueryClassName() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
Gets the fully qualified query class name for this cassette.
getHost() - Method in class com.ibm.etill.framework.io.SocketComPoint
getHost()
getHostname() - Method in class com.ibm.etill.framework.io.TcpipHost
Gets the host name.
getHostName() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getInetAddress() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Gets the socket's internet address
getInetAddress() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the socket's InetAddress.
getInitialPaymentAmount() - Method in class com.ibm.etill.framework.payapi.Order
Returns the amount value, without decimal point, of the payment amount for an automatic approval.
getInitialPaymentNumber() - Method in class com.ibm.etill.framework.payapi.Order
Returns the payment number to be used for an automatic approval.
getInputStream() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the socket's InputStream.
getInstalledCassettes() - Static method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
getInvalidList() - Method in class com.ibm.etill.framework.admin.AdminObject
Cassette should not call this method.
getKeysOnly() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Gets the boolean value indicating whether the request is for keys only or not.
getKeywords() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Gets the hash table of keywords.
getLength() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the Length field found after calling the readMime() method.
getListenerURI() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getListenerURL() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getListenerURL() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets this event listener URL.
getListenerURL() - Method in class com.ibm.etill.framework.xdm.EventListenerQueryRequest
 
getLocalAddress() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Gets the socket's local internet address
getLocalAddress() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the socket's local InetAddress.
getLocalPort() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Gets the socket's local port number
getLocalPort() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the socket's local port number.
getLock() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
 
getLogPath() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. Cassettes should no longer use this method. All message and trace records will be written using WebSphere Application Server facilities and the location of these files is configurable using the WebSphere Application Server administrators console. This method will always return null.
getLogPath() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The log path is no longer used in the product. This method always returns null. Instead use the WebSphere Application Server trace facility to control output of log and trace records.
getMaxBinaryLength() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Return the size (in bytes) of the largest physical binary field that will be supported by the underlying Commerce Payments database.
getMaxConnections() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Returns the maximum number of concurrent database connections that will be established.
getMerchant() - Method in class com.ibm.etill.framework.cassette.OrderRequest
Returns the MerchantAdmin object to which the subject Order belongs.
getMerchant() - Method in class com.ibm.etill.framework.cassette.AdminRequest
Returns the MerchantAdmin object to which the subject Order belongs.
getMerchantAdminObject(String) - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves the generic merchant object for the specified merchant.
getMerchantName() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the merchant number of the merchant to which this Transaction belongs.
getMerchantName() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the merchant number of the merchant to which this Batch belongs.
getMerchantName() - Method in class com.ibm.etill.framework.payapi.Order
Returns the merchant number of the merchant to which this Order belongs.
getMerchantNumber() - Method in class com.ibm.etill.framework.admin.PaySystemAdmin
Returns the merchant number of the merchant with which this payment system is associated.
getMerchantNumber() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Returns the merchant number of the merchant with which this account is associated.
getMerchantNumber() - Method in class com.ibm.etill.framework.admin.MerchantAdmin
Returns the merchant number of the merchant of this merchant.
getMerchantNumber() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the merchant number of the merchant to which this Transaction belongs.
getMerchantNumber() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the merchant number of the merchant to which this Batch belongs.
getMerchantNumber() - Method in class com.ibm.etill.framework.payapi.BatchKey
Returns the merchant number with which this BatchKey object was created.
getMerchantNumber() - Method in class com.ibm.etill.framework.payapi.Order
Returns the merchant number of the merchant to which this Order belongs.
getMerchantNumber() - Method in class com.ibm.etill.framework.payapi.AsynchronousApproveWorkItem
Gets the merchant number of the merchant for the associated Order
getMerchantNumber() - Method in class com.ibm.etill.framework.payapi.OrderKey
 
getMerchantNumber() - Method in class com.ibm.etill.framework.eventmgr.CassetteEvent
Returns the merchant number of the merchant with which this event is associated.
getMerchantNumber() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getMerchantNumber() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerMerchant
Gets this merchant number
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Gets the Merchant Number
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
Gets the merchant number for this account
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the Merchant Number
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets this merchant number.
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets this merchant number.
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerPaymentSystem
Gets this merchant number
getMerchantNumber() - Method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
Gets this merchant number.
getMerchantNumbers() - Method in class com.ibm.etill.framework.xdm.AccountQueryRequest
Gets the merchant numbers.
getMerchantNumbers() - Method in class com.ibm.etill.framework.xdm.PaymentSystemQueryRequest
Gets merchant numbers.
getMerchantNumbers() - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets this merchant numbers.
getMerchantNumbers() - Method in class com.ibm.etill.framework.xdm.MerchantQueryRequest
 
getMerchantNumbers() - Method in class com.ibm.etill.framework.xdm.EventListenerQueryRequest
 
getMerchantNumbers() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getMerchantOriginated() - Method in class com.ibm.etill.framework.payapi.Order
Indicates whether or not this Order object was created through an ACCEPTPAYMENT API command.
getMerchantPaySystems(String) - Static method in class com.ibm.etill.framework.admin.PaySystemAdmin
Returns the set of payment systems configured for the specified merchant.
getMerchantTitle() - Method in class com.ibm.etill.framework.admin.MerchantAdmin
Returns the merchant title text for this merchant object.
getMerchantTitle() - Method in class com.ibm.etill.framework.xdm.PSServerMerchant
Gets this merchant title
getMessage() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the byte array containing the message found after calling the readMime() method.
getMessages() - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Retrieves the current messages.
getMimeVersion() - Method in class com.ibm.etill.framework.io.MimeInputStream
Returns the Mime version field found after calling the readMime() method.
getName() - Method in class com.ibm.etill.framework.cassette.Cassette
Returns the debug name of this cassette.
getName() - Method in class com.ibm.etill.framework.supervisor.ReaderWriterMonitor
 
getName() - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
getNumberOfCredits() - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Returns the number of credits associated with this object.
getNumberOfLineItems() - Method in class com.ibm.etill.framework.cassette.PurchaseCardData
Returns the maximum number of line items based on the internal pCardData HashMap.
getNumberOfLineItems(Map) - Static method in class com.ibm.etill.framework.cassette.PurchaseCardData
Returns the number of line items specified in the protocol data collection.
getNumberOfLineItems(String) - Method in class com.ibm.etill.framework.cassette.PurchaseCardData
Returns the number of line items of the specified input type.
getNumberOfPayments() - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Returns the number of payments associated with this object.
getObjectName() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getObjects() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Gets the PSServerObjects objects.
getOrder() - Method in class com.ibm.etill.framework.cassette.OrderRequest
Returns the Order object at which this request is directed.
getOrder() - Method in class com.ibm.etill.framework.cassette.ProtocolRequest
Returns the Order object associated with this request.
getOrder() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the Order object to which this Transaction belongs.
getOrderCmdCounter() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets order command counter.
getOrderData1() - Method in class com.ibm.etill.framework.payapi.Order
Returns the user-specified order data1.
getOrderData1() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getOrderData2() - Method in class com.ibm.etill.framework.payapi.Order
Returns the user-specified order data2.
getOrderData2() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getOrderData3() - Method in class com.ibm.etill.framework.payapi.Order
Returns the user-specified order data3.
getOrderData3() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getOrderData4() - Method in class com.ibm.etill.framework.payapi.Order
Returns the user-specified order data4.
getOrderData4() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getOrderData5() - Method in class com.ibm.etill.framework.payapi.Order
Returns the user-specified order data5.
getOrderData5() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getOrderData5Key() - Method in class com.ibm.etill.framework.payapi.Order
Cassettes should not call this method.
getOrderDescription() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Included for compatibility with 1.2. This information is cassette-specific and should be stored as such.
getOrderDescription() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getOrderNumber() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the order number of the Order object to which this Transaction belongs.
getOrderNumber() - Method in class com.ibm.etill.framework.payapi.Order
Returns this order's order number.
getOrderNumber() - Method in class com.ibm.etill.framework.payapi.AsynchronousApproveWorkItem
Gets the order number for the associated Order
getOrderNumber() - Method in class com.ibm.etill.framework.payapi.TransactionKey
Returns the order number with which this TransactionKey object was created.
getOrderNumber() - Method in class com.ibm.etill.framework.payapi.OrderKey
 
getOrderNumber() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getOrderNumber() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Gets the Order Number
getOrderNumber() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getOrderNumber() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the Order Number
getOrderRequestObject() - Method in class com.ibm.etill.framework.payapi.Order
getOrderRequestObject()
getorderURL() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Use the getOrderURL method instead.
getOrderURL() - Method in class com.ibm.etill.framework.payapi.Order
Returns the order URL.
getOriginalRequest() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Gets the original request.
getOutputStream() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the socket's OutputStream.
getOwner() - Static method in class com.ibm.etill.framework.archive.ETillArchive
Deprecated. Use ETillArchive.geteTillDatabaseOwner instead
getParameterValidationTable() - Method in class com.ibm.etill.framework.cassette.Cassette
Obtain a parameter mapping table for checking syntax of an incoming request.
getPartialQueryResults() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getPayment() - Method in class com.ibm.etill.framework.cassette.ApprovalExpirationRequest
Returns the payment associated with this ApprovalExpiration request
getPayment(String) - Method in class com.ibm.etill.framework.payapi.Order
Returns the specified Payment object from this order's payment collection.
getPaymentAPIport() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. All commands should be directed to the Payment Servlet using the HTTP-based API set.
getPaymentCmdCounter() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets payment command counter.
getPaymentCollection() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets this payment collection.
getPaymentList() - Method in class com.ibm.etill.framework.payapi.Batch
Returns an Enumeration of keys that identify each Payment object associated with this Batch object.
getPaymentNumber() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getPaymentNumber() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the Credit Number
getPaymentSystemName() - Method in class com.ibm.etill.framework.cassette.Cassette
Returns the name of the payment system (the name of the cassette) as specified in the ETCASSETTECFG table.
getPaymentSystemName() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the name of the cassette that is associated with this Batch.
getPaymentSystemName() - Method in class com.ibm.etill.framework.payapi.Order
Returns the name of the cassette that is associated with this order.
getPaymentTotal() - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Returns the total amount of deposits for this object's currency/amountExp10.
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerMerchant
Gets this payment type
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
Gets the payment type for this cassette.
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Gets the Payment Type
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
Gets the payment type for this account
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the Payment Type
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets this payment type.
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets this payment type.
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets this payment type.
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerPaymentSystem
Gets the payment type for this payment system.
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
Gets this payment type.
getPaymentType() - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets this payment type.<-- --> Currently not implamented.
getPayServerObject() - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves the generic Commerce Payments Framework object for this Commerce Payments instance.
getPaySystemAdminObject(String, String) - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves the generic object that represents the merchant/cassette relationship (sometimes called the PaymentSystem).
getPending() - Method in class com.ibm.etill.framework.admin.AdminObject
Returns the current setting of this object's changesPending property.
getPersistentFieldsKey() - Method in class com.ibm.etill.framework.payapi.Order
Cassettes should not call this method.
getPort() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Gets the socket's port number
getPort() - Method in class com.ibm.etill.framework.io.SocketComPoint
getPort()
getPort() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
getPort() -- Returns the port on which this ServerSocket is listening.
getPort() - Method in class com.ibm.etill.framework.io.TcpipHost
Gets the host name.
getPort() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the socket's port number.
getPortNumber() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getPreviousState() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getPrimaryErrorCode() - Method in class com.ibm.etill.framework.log.ETillRuntimeException
Returns the system termination code representing this exception.
getPrimaryErrorCode() - Method in class com.ibm.etill.framework.log.ETillCassetteException
Returns the system termination code representing this exception.
getPrimaryErrorCode() - Method in class com.ibm.etill.framework.log.ETillFrameworkException
 
getPrimaryErrorCode() - Method in class com.ibm.etill.framework.log.ETillInitException
 
getPrimaryRC() - Method in class com.ibm.etill.framework.cassette.APIResponse
Returns the primary return code contained within this object (if any).
getPrimaryRC() - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Returns the Primary return code
getPrimaryRC() - Method in class com.ibm.etill.framework.payapi.ETillAbortOperation
Returns the primary return code contained within this exception object.
getProtocolData() - Method in class com.ibm.etill.framework.cassette.APIRequest
Returns the set of protocol data parameters specified on this API command.
getPurgeAllowed() - Method in class com.ibm.etill.framework.payapi.Batch
Indicates whether or not the merchant software may issue a BATCHPURGE for this Batch.
getQueryCmdCounter() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets query command counter.
getQueryMethodIndex() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getQueryXMLDocument() - Method in class com.ibm.etill.framework.xdm.QueryResponse
Gets this query as an XML document.
getQueue() - Static method in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
getReaderWriterMonitor() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Cassettes should never call this method.
getReaderWriterMonitor() - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
getReaderWriterMonitor() - Method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
getReaderWriterMonitor() - Method in class com.ibm.etill.framework.cassette.Cassette
Cassettes should not override or call this method.
getReaderWriterMonitor() - Method in class com.ibm.etill.framework.payapi.Batch
Cassettes should not call this method.
getReaderWriterMonitor() - Method in class com.ibm.etill.framework.payapi.Order
Cassettes should not call this method.
getRealm() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getRealmName() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets realm name
getRealmUsers() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getReceivePaymentAutoApprove() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for receivePaymentAutoApprove flag
getReceivePaymentAutoApprove() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for receivePaymentAutoApprove flag
getReceivePaymentAutoDeposit() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for receivePaymentAutoDeposit flag
getReceivePaymentAutoDeposit() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for receivePaymentAutoDeposit flag
getReferenceNumber() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the protocol-specific reference number from this Transaction object.
getRelatedOrders() - Method in class com.ibm.etill.framework.payapi.Batch
Returns an Enumeration of keys that identify each Order object that owns a Payment or Credit in this Batch.
getRequestMethod() - Method in class com.ibm.etill.framework.io.HTTPInputStream
getRequestMethod()
getRequestURI() - Method in class com.ibm.etill.framework.io.HTTPInputStream
getRequestURI()
getResourceKey() - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
getResponseCode() - Method in class com.ibm.etill.framework.io.HTTPInputStream
Returns the Response code (numeric value) found after calling the readHTTP() method.
getResponseMessage() - Method in class com.ibm.etill.framework.io.HTTPInputStream
Returns the Response message found after calling the readHTTP() method.
getResultCount() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Gets a count of this query result.
getReturnCode() - Method in class com.ibm.etill.framework.supervisor.RCItem
Returns the return code value contained within this object.
getReturnCodeStructure() - Method in class com.ibm.etill.framework.cassette.APIResponse
Deprecated. Use getPrimaryRC and getSecondaryRC instead.
getReturnCodeStructure() - Method in class com.ibm.etill.framework.payapi.ETillAbortOperation
 
getReturnMessage() - Method in class com.ibm.etill.framework.cassette.APIResponse
Returns the contents of the auxillary response message contained in this object (if any).
getRole() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getRoles() - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets this roles.
getSecondaryErrorCode() - Method in class com.ibm.etill.framework.log.ETillRuntimeException
Returns the secondary return code associated with the error.
getSecondaryRC() - Method in class com.ibm.etill.framework.cassette.APIResponse
Returns the secondary return code contained within this object (if any).
getSecondaryRC() - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Returns the Secondary return code
getSecondaryRC() - Method in class com.ibm.etill.framework.payapi.ETillAbortOperation
Returns the secondary return code contained within this exception object.
getServerSocket() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
getServerSocket() -- Returns the Server Socket Object.
getserviceURL() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Included for compatibility with 1.2. This information is cassette-specific and should be stored as such.
getServiceURL() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getShowSensitiveData() - Method in class com.ibm.etill.framework.xdm.QueryRequest
Indicates whether this request should return the cassette's sensitive data to the user or hide it by masking with asterisks.
getSize() - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
getSocket() - Method in class com.ibm.etill.framework.io.FrameworkDataStream
getSocket()
getSocksHost() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getSocksHost() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets this socks host.
getSocksPort() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getSocksPort() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets socks port on socks host obtained from getSocksHost().
getSoLinger() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Returns setting for SO_LINGER.
getSoLinger() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Returns the socket timeout setting
getSoTimeout() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the setting for the socket timeout.
getSource() - Method in class com.ibm.etill.framework.eventmgr.PSEvent
Returns the object which generated this event object.
getSplitsAllowed() - Method in class com.ibm.etill.framework.cassette.ApproveReversalRequest
Deprecated. If needed, SplitAllowed should be obtained from protocol data
getSplitsAllowed() - Method in class com.ibm.etill.framework.cassette.AcceptPaymentRequest
Deprecated. If needed, SplitAllowed should be obtained from protocol data
getSplitsAllowed() - Method in class com.ibm.etill.framework.cassette.ApproveRequest
Deprecated. If needed, SplitAllowed should be obtained from protocol data
getSplitsAllowed() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Included for compatibility with 1.2. This information is cassette-specific and should be stored as such.
getState() - Method in class com.ibm.etill.framework.supervisor.FSM
Returns the current state of the Finite State Machine.
getState() - Method in class com.ibm.etill.framework.supervisor.FSMState
Returns the current state value of the associated Finite State Machine.
getStatus() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
 
getStatus() - Method in class com.ibm.etill.framework.eventmgr.NetMgrEvent
 
getsuccessURL() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Included for compatibility with 1.2. This information is cassette-specific and should be stored as such.
getSuccessURL() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getSupportAcceptPayment() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for acceptPayment supported
getSupportAcceptPayment() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for supportAcceptPayment flag
getSupportApprovalExpiration() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for approvalExpiry supported @38247
getSupportApprovalExpiration() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for supportApprovalExpiration flag
getSupportReceivePayment() - Method in class com.ibm.etill.framework.admin.AccountAdmin
accessor for receivePayment supported
getSupportReceivePayment() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
accessor for supportReceivePayment flag
getTcpNoDelay() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Returns whether Nagle's Algorithm is disabled or not
getTcpNoDelay() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Tests if TCP_NODELAY is enabled.
getThreadCommitPoint() - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Returns the current thread's CommitPoint object.
getTillName() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. No replacement
getTillName() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The till name is no longer used in the product. This method always returns null.
getTimeClosed() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the time and date when this Batch object was closed.
getTimeCreated() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the time and date when this Batch object was created.
getTimeCreated() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Gets the time order was created
getTimeCreated() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
 
getTimeCreated() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Gets the time order was created
getTimeModified() - Method in class com.ibm.etill.framework.payapi.Batch
Returns the time and date when this Batch object was last modified.
getTimeOpened() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Gets the time this batch was opened.
getTimeout() - Method in class com.ibm.etill.framework.io.SyncSocketComPoint
getTimeout() -- return the timeout value (in milliseconds)
getTimeOut() - Method in class com.ibm.etill.framework.io.SocketComPoint
getTimeOut()
getTimeOut() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
getTimeOut()
getTimeRegistered() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
getTimeRegistered() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Gets registered time.
getTimestamp() - Method in class com.ibm.etill.framework.eventmgr.PSEvent
Returns the time and date at which this PSEvent was created.
getTimestamp(long) - Static method in class com.ibm.etill.framework.payapi.Order
Returns the actual time and date in a JDBC timestamp object given the number of milliseconds since January 1, 1970, 00:00:00 UTC.
getTimestamp(long) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Returns the actual time and date in a timestamp SQL object.
getTimestamp(long) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
getTimestampAsString() - Method in class com.ibm.etill.framework.eventmgr.PSEvent
Returns the time and date at which this PSEvent was created.
getTimestampCreated() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the time and date when this Transaction object was created.
getTimestampCreated() - Method in class com.ibm.etill.framework.payapi.Order
Returns the time and date when this Order object was created.
getTimestampModified() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the time and date when this Transaction object was last modified.
getTimestampModified() - Method in class com.ibm.etill.framework.payapi.Order
Returns the time and date when this Order object was last modified.
getToken() - Method in class com.ibm.etill.framework.cassette.CassetteRequest
Returns the event token associated with this request object.
getTotals() - Method in class com.ibm.etill.framework.payapi.Batch
Returns an Enumeration of each BatchTotalsItem belonging to this Batch object.
getTotals(short, int) - Method in class com.ibm.etill.framework.payapi.Batch
Returns this batch's totals for the specified currency and amountExp10.
getTraceFileSize() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. Cassettes should no longer use this method. Trace settings are now controlled by the WebSphere Application Server trace facility. This method will always return zero.
getTraceFileSize() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The trace file size is no longer used in the product. This method always returns zero. Instead use the WebSphere Application Server trace facility to control output of trace records.
getTraceSetting() - Method in class com.ibm.etill.framework.admin.CassetteAdmin
Deprecated. Cassettes should no longer use this method. Instead, use WebSphere Application Server facilities to enable and disable trace settings for the cassette. This method will always return zero.
getTraceSetting() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. Cassettes should no longer use this method. Trace settings are now controlled by the WebSphere Application Server trace facility. This method will always return zero.
getTraceSetting() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
Deprecated. Cassettes should not use this method. Instead, trace settings are specified using the WebSphere Application Server trace facility and cannot be determined at run-time. This method will always return zero.
getTraceSetting() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The trace setting is no longer used in the product. This method always returns zero. Instead use the WebSphere Application Server trace facility to enable and disable trace in the product.
getTraceSettings(String) - Static method in class com.ibm.etill.framework.log.Trace
Deprecated. Cassettes should not call this method. Trace is now enabled and disabled using the WebSphere Application Server trace facility and cannot be set at runtime by cassettes. This method always returns zero.
getTransaction() - Method in class com.ibm.etill.framework.cassette.PaymentTransactionRequest
Returns the generic Transaction object (for example, the Payment or Credit object) at which this PaymentTransactionRequest is directed.
getTransactionID() - Method in class com.ibm.etill.framework.payapi.Order
Returns the user-specified transaction ID.
getTransactionID() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
getTransactionNumber() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns the transaction number of this Transaction object.
getTransactionNumber() - Method in class com.ibm.etill.framework.payapi.TransactionKey
Returns the transaction number with which this TransactionKey object was created.
getUnapprovedAmount() - Method in class com.ibm.etill.framework.payapi.Order
Returns the portion of this Order object's purchase amount that has not yet been approved.
getUninitializedCassettes() - Static method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
getUniqueKey() - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Generates a unique key value for use as a database record primary key.
getUniqueKey() - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
getUniquePayment() - Method in class com.ibm.etill.framework.payapi.Order
Returns what is assumed to be the only Payment for this order.
getUserAdminObject(String) - Static method in class com.ibm.etill.framework.admin.Admin
Retrieves the generic user object for the specified Commerce Payments user.
getUserExitPassThru() - Method in class com.ibm.etill.framework.admin.PayServer
Deprecated. No replacement.
getUserExitPassThru() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Deprecated. The user exit pass through is no longer used in the product. This method always returns null.
getUserName() - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets this user name.
getUserName() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
getValue(String) - Method in class com.ibm.etill.framework.cassette.AdminRequest
Returns the value of a framework command parameter as specified in the command string from the application program.
getValue(String) - Method in class com.ibm.etill.framework.cassette.PurchaseCardData
Returns the value of the specified purchase card item.
getValue(String, Object) - Method in class com.ibm.etill.framework.cassette.AdminRequest
Returns the value of a framework command parameter as specified in the command string from the application program.
getVirtualSocketNumber() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
 
getWithCredits() - Method in class com.ibm.etill.framework.xdm.BatchQueryRequest
Indicates whether this query batch command should return the PSServerCredit objects associated with the returned batches.
getWithCredits() - Method in class com.ibm.etill.framework.xdm.OrderQueryRequest
Indicates whether this query order command should return the PSServerCredit objects associated with the returned orders.
getWithOrders() - Method in class com.ibm.etill.framework.xdm.PaymentQueryRequest
Indicates whether this query payment command should return the PSServerPayment objects associated with the returned payments.
getWithOrders() - Method in class com.ibm.etill.framework.xdm.CreditQueryRequest
Indicates whether this query credit command should return the PSServerOrder objects associated with the returned credits.
getWithPayments() - Method in class com.ibm.etill.framework.xdm.BatchQueryRequest
Indicates whether this query batch command should return the PSServerPayment objects associated with the returned batches.
getWithPayments() - Method in class com.ibm.etill.framework.xdm.OrderQueryRequest
Indicates whether this query order command should return the PSServerPayment objects associated with the returned orders.
getXDMRoles() - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets this XDM roles.
GlossaryDescription(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
GlossaryDescription - the "value" of an element within a GlossaryList
GlossaryItem(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
GlossaryItem - the "name" of an element within a GlossaryList

H

handleCassetteInitializationException(Cassette, Exception) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
handleCassetteRuntimeException(Cassette, Exception) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
handleEvent(PSEvent) - Static method in class com.ibm.etill.framework.eventmgr.EventManager
 
handleEvent(Vector) - Static method in class com.ibm.etill.framework.eventmgr.EventManager
 
handleRuntimeError(ETillRuntimeException) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
hashCode() - Method in class com.ibm.etill.framework.supervisor.GenericKey
Returns this key object's hashcode value.
HeadingOne(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
HeadingOne - a large section heading
HeadingThree(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
HeadingThree - a mid-sized section heading
HeadingTwo(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
HeadingTwo - a slightly less bold section heading
HIDDEN - Static variable in class com.ibm.etill.framework.cassette.query.CassetteProperty
 
HiddenField(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
HiddenField - place a hidden name/value pair in the form
HorizontalRule() - Method in class com.ibm.etill.framework.archive.HTMLPage
HorizontalRule - create a horizontal separator on the page
HorizontalRule(int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
HorizontalRule - create a horizontal separator on the page
HorizontalRule(int, int, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
HorizontalRule - create a horizontal separator on the page
HOSTNAME - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
HTMLPage - class com.ibm.etill.framework.archive.HTMLPage.
HTMLPage generates HTML language constructs for delivery information to web browsers.
HTMLPage(PrintWriter) - Constructor for class com.ibm.etill.framework.archive.HTMLPage
 
HTTP_ACCEPT - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
HTTP_CONNECTION - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
HTTP_EOL - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
HTTP_USER_AGENT - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
HTTP_VERSION - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
HTTPConst - interface com.ibm.etill.framework.io.HTTPConst.
This class defines the constants used for the HTTP protocol All these values comes from the IBM SET Advantis Payment Gateway version 0.2 book.
HTTPInputStream - class com.ibm.etill.framework.io.HTTPInputStream.
This class defines a HTTP InputStream.
HTTPInputStream(TimeOutInputStream) - Constructor for class com.ibm.etill.framework.io.HTTPInputStream
Creates a new HTTP input stream to read data from the specified TimeOut input stream.
HTTPOutputStream - class com.ibm.etill.framework.io.HTTPOutputStream.
This class defines an HTTP OutputStream.
HTTPOutputStream(DataOutputStream) - Constructor for class com.ibm.etill.framework.io.HTTPOutputStream
Creates a new HTTP output stream to write data to a DataOutputStream.

I

IBM_long - Static variable in class com.ibm.etill.framework.log.Copyright
 
IBM_short - Static variable in class com.ibm.etill.framework.log.Copyright
 
Image(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Image - display an image
Image(String, String, int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
Image - display an image
ImageButton(String, String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
ImageButton - a graphical toggle button
ImageLink(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
ImageLink - create a hyper image link
ImageLink(String, String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
ImageLink - create a hyper image link
ImageLink(String, String, String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
ImageLink - create a hyper image link
ImageMap(String, String, int, int, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
ImageMap - start display of an image map
initialize() - Static method in class com.ibm.etill.framework.eventmgr.EventManager
 
initialize(String, String) - Method in class com.ibm.etill.framework.cassette.Cassette
Sets the payment system name and the debug name for the cassette, then calls the initializeCassette method which must be implemented in the derived class.
initializeCassette() - Method in class com.ibm.etill.framework.cassette.Cassette
Performs start-up initialization for the payment cassette.
initializeClass() - Static method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
initializeClass() - Static method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
initializeClass() - Static method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
initializeConnection() - Static method in class com.ibm.etill.framework.io.SocketConnections
Initializes the pool of Socket connections.
initializeOpenBatch(BatchKey, FrameworkBatch) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
initialPaymentAmount - Variable in class com.ibm.etill.framework.payapi.Order
Deprecated. Use getInitialPaymentAmount()
initialPaymentNumber - Variable in class com.ibm.etill.framework.payapi.Order
Deprecated. Use getInitialPaymentNumber()
installedCassettes() - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
IntegerValidationItem - class com.ibm.etill.framework.payapi.IntegerValidationItem.
The IntegerValidationItem object is used to check that a parameter's value is a valid Integer parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
IntegerValidationItem(String, short, boolean, Integer, Integer) - Constructor for class com.ibm.etill.framework.payapi.IntegerValidationItem
Constructor Initialize this IntegerValidationItem with the name of the parameter, the API failure return code, whether to allow null values, the minimum allowable Integer and the maximum allowable Integer.
isAcceptPaymentSupported() - Method in class com.ibm.etill.framework.cassette.Cassette
Returns whether the acceptPayment command is supported by this cassette.
isActive() - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Retrieves the current state of the active variable.
isAnyoneTracing() - Static method in class com.ibm.etill.framework.log.Trace
Returns true if there is any logger that currently has trace enabled.
isApprovalExpirationSupported() - Method in class com.ibm.etill.framework.cassette.Cassette
Cassettes that support this function should return true.
isApprovalExpiryInMins() - Static method in class com.ibm.etill.framework.admin.AccountAdmin
Returns where the approval expiration delay is in minutes or not
isCassetteLoaded(String) - Static method in class com.ibm.etill.framework.cassette.query.CassetteQuery
Indicates whether or not a CassetteQuery object has been loaded into the PaymentServlet JVM for the specified cassette.
isDown() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
 
isEmpty() - Method in class com.ibm.etill.framework.cassette.PurchaseCardData
Returns true if there is no purchasing card data.
isEnabled() - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Retrieves the current state of the enabled variable.
isNewTransaction() - Method in class com.ibm.etill.framework.payapi.Transaction
Indicates whether or not this is a new transaction object.
ISO8859_1 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
isPending() - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Retrieves the current state of the pending variable.
isReceivePaymentSupported() - Method in class com.ibm.etill.framework.cassette.Cassette
Returns whether the receivePayment command is supported by this cassette.
isResourceInPool(String) - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
isTracing(String) - Static method in class com.ibm.etill.framework.log.Trace
Indicates when the trace logger for the specified component is current enabled to trace records.
isUp() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Determines if the socket is up
isUp() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
returns whether the socket is up or down.
isValid() - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Retrieves the current state of the valid variable.

K

KEEP_ALIVE - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 

L

LineBreak() - Method in class com.ibm.etill.framework.archive.HTMLPage
LineBreak - insert a linebreak between elements in the page
LISTENERURI - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
LISTENERURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
LISTENERURL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ListItem(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
ListItem - an entry within an open list
loadCassettes() - Static method in class com.ibm.etill.framework.cassette.query.CassetteQuery
Cassettes should never call this method.
loadLibrary(String) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Loads the specified native library into storage according to the needs of the underlying operating system.
LOCALHOST - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
log(String, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with no substitutions.
log(String, String, Vector) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with the specified list of substitutions.
logError(String, String, Throwable) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with no substitutions, followed by a Java stack trace from the specified exception object.
logError(String, String, Throwable, Object[]) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs an error message with an array substitutions, followed optionally by a Java stack trace from the specified exception object.
logError(String, String, Throwable, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with one substitution, followed by a Java stack trace from the specified exception object.
logError(String, String, Throwable, String, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with two substitutions, followed by a Java stack trace from the specified exception object.
logError(String, String, Throwable, String, String, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with three substitutions, followed by a Java stack trace from the specified exception object.
logError(String, String, Throwable, String, String, String, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with four substitutions, followed by a Java stack trace from the specified exception object.
logError(String, String, Throwable, String, String, String, String, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with five substitutions, followed by a Java stack trace from the specified exception object.
logError(String, String, Throwable, Vector) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a message with a Vector of substitutions, followed optionally by a Java stack trace from the specified exception object.
logErrorMessage(int, String, Vector) - Static method in class com.ibm.etill.framework.log.ErrorLog
Deprecated. use logError methods instead
logInfo(String, String, Object[]) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs an informational message with an array substitutions.
LOGPATH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
logWarn(String, String, Object[]) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a warning message with an array substitutions.
LongValidationItem - class com.ibm.etill.framework.payapi.LongValidationItem.
The LongValidationItem object is used to check that a parameter's value is a valid Long parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
LongValidationItem(String, short, boolean, Long, Long) - Constructor for class com.ibm.etill.framework.payapi.LongValidationItem
Constructor Initialize this LongValidationItem with the name of the parameter, the API failure return code, whether to allow null values, the minimum allowable Long value and the maximum allowable Long value.
lookupMessage(String, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Returns the message, including the message identifier, without substitutions, as a String.
lookupMessage(String, String, Object[]) - Static method in class com.ibm.etill.framework.log.ErrorLog
Returns the message, including the message identifier and substitutions, as a String.
lookupMessage(String, String, Vector) - Static method in class com.ibm.etill.framework.log.ErrorLog
Returns the message, including the message identifier and substitutions, as a String.
lookupMessageText(String, String) - Static method in class com.ibm.etill.framework.log.ErrorLog
Returns the message text (without the message identifier), without substitutions, as a String.
lookupMessageText(String, String, Vector) - Static method in class com.ibm.etill.framework.log.ErrorLog
Returns the message text (without the message identifier), including substitutions, as a String.

M

main(String[]) - Static method in class com.ibm.etill.framework.io.TypicalClientSocket
 
MapArea(String, String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
MapArea - define a hypertext area of an image map
MapSpec(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
MapSpec - start an image map specification
markCreditDeleted(Credit) - Method in class com.ibm.etill.framework.payapi.Batch
 
markPaymentDeleted(Payment) - Method in class com.ibm.etill.framework.payapi.Batch
 
maskSensitiveData(String) - Static method in class com.ibm.etill.framework.xdm.QueryResponse
Masks a string of sensitive data up to 80 characters long with asterisks so it can be safely returned in a query command response.
maskSensitiveData(String, int) - Static method in class com.ibm.etill.framework.xdm.QueryResponse
Mask all or part of a string of sensitive data up to 80 characters long with asterisks so it can be safely returned in a query command response.
MAX_ACCOUNT_TITLE_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_AMOUNT_EXP10_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_AMOUNT_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_APPROVEFLAG_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_CASSETTE_VERSION_LENGTH - Static variable in interface com.ibm.etill.framework.xdm.PSServerCassetteConstants
 
MAX_COMMAND_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_CTYPECHARSET_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ETILLHOSTNAME_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_FILTER_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_FINANCIALINSTITUTION_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_FLAG_VALUE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_GENERAL_API_NUMBER_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_IN_STRING_SIZE - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
MAX_MERCHANT_NUMBER_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_MERCHANT_TITLE_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_NUMERICTOKEN_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_NUMERICTOKEN_VALUE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ORDERDATA1_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ORDERDATA2_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ORDERDATA3_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ORDERDATA4_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ORDERDATA5_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ORDERDESCRIPTION_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_ORDERNUMBER_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_PARAMETER_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_PATH_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_PAYMENT_SYSTEM_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_PROTOCOLDATA_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_SIZE_HTTPHEADER - Static variable in interface com.ibm.etill.framework.io.HTTPConst
A HTTP Header is expecting to be smaller than MAX_SIZE_HTTPHEADER This value is arbitrary and corresponds to the maximum number of bytes in which a read method tries to find a HTTP header before it gives up and throws an exception.
MAX_SIZE_MIMEHEADER - Static variable in interface com.ibm.etill.framework.io.MimeConst
A Mime Header is expected to be smaller than MAX_SIZE_MIMEHEADER.
MAX_TRANSACTIONID_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_URL_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAX_USER_NAME_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MAXBATCHVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
MERCHANT_EVENT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
MerchantAdmin - class com.ibm.etill.framework.admin.MerchantAdmin.
MerchantAdmin objects describe the Framework properties of merchants.
MerchantAdminTable - Static variable in interface com.ibm.etill.framework.xdm.PSServerMerchantConstants
 
MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
MERCHANTNUMBER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MERCHANTNUMBERS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MerchantQueryRequest - class com.ibm.etill.framework.xdm.MerchantQueryRequest.
 
MerchantQueryRequest() - Constructor for class com.ibm.etill.framework.xdm.MerchantQueryRequest
 
MerchantQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.MerchantQueryRequest
 
MERCHANTTITLE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MERCHANTTITLE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
message - Variable in class com.ibm.etill.framework.payapi.ReturnCodeStructure
The caller may want to include a message with the return code in the form of a byte array.
MetaEquiv(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
MetaEquiv - supplies "meta" information, similar to HTTP MIME header information, about the document
MetaName(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
MetaName - supplies "meta" information about the HTML document
method30(byte[], int[]) - Static method in class com.ibm.etill.framework.admin.PSCassetteUtil
 
method30(String, int, int[]) - Static method in class com.ibm.etill.framework.admin.PSCassetteUtil
 
method30(String, int, int[], String) - Static method in class com.ibm.etill.framework.admin.PSCassetteUtil
 
method31(byte[], int[], boolean) - Static method in class com.ibm.etill.framework.admin.PSCassetteUtil
 
method31(String, int[], boolean) - Static method in class com.ibm.etill.framework.admin.PSCassetteUtil
 
MHL_CTENCODING - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTENCODING_7BIT - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTENCODING_BIN - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_APP_PAYMENT - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_APP_REGISTRATION - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CLASS - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CLASS_CLOSING - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CLASS_FAILED - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CLASS_INFO - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CLASS_RETRY - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CONTROL - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CONTROL_CLOSE - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CONTROL_CLOSER - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CONTROL_ECHO - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CONTROL_ECHOR - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_CONTROL_STATUS - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_DELAY - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_MSGTAG - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_SEP - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_CTYPE_TXT - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_EOHEADER - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_EOL - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_EQUAL - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_LENGTH - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_MVERSION - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_SEP - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_SPACE - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MHL_VERSION - Static variable in interface com.ibm.etill.framework.io.MimeConst
 
MimeConst - interface com.ibm.etill.framework.io.MimeConst.
This class defines the constants used in the Mime messages
All these values comes from the SET book appendix E.
MimeInputStream - class com.ibm.etill.framework.io.MimeInputStream.
This class defines a Mime wrapped InputStream.
MimeInputStream(TimeOutInputStream) - Constructor for class com.ibm.etill.framework.io.MimeInputStream
Creates a new Mime input stream to read data from the specified TimeOut input stream.
MimeOutputStream - class com.ibm.etill.framework.io.MimeOutputStream.
This class defines a Mime wrapped OutputStream.
MimeOutputStream(DataOutputStream) - Constructor for class com.ibm.etill.framework.io.MimeOutputStream
Creates a new MimeOutput stream to write data to a DataOutputStream.
MIN_MERCHANT_NUMBER_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MIN_NUMERICTOKEN_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MIN_ORDERDESCRIPTION_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MIN_ORDERNUMBER_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MISCONFIGURED - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
MODIFY_ACCOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_ACCOUNT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_CASSETTE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_CASSETTE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_MERCHANT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_MERCHANT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_MERCHANTCASSETTEOBJECT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_MERCHANTCASSETTEOBJECT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_MEREVENTLISTENER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_MEREVENTLISTENER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_PAYSERVER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_PAYSERVER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_PAYSYSTEM - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_PAYSYSTEM_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_SNMEVENTLISTENER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_SNMEVENTLISTENER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_SYSPLEX - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_SYSPLEX_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_SYSTEMCASSETTEOBJECT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_SYSTEMCASSETTEOBJECT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_USERSTATUS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
MODIFY_USERSTATUS_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
modifyObject(AdminRequest) - Static method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
modifyObject(AdminRequest, Boolean) - Static method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
modifyObject(int, String, String, String, Boolean) - Static method in class com.ibm.etill.framework.eventmgr.EventListener
 
modifyObject(String, AdminRequest) - Static method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 

N

NDHOSTNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
NDHOSTNAME_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
NETMGR_EVENT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
NetMgrEvent - class com.ibm.etill.framework.eventmgr.NetMgrEvent.
 
NetMgrEvent(Object, String, String) - Constructor for class com.ibm.etill.framework.eventmgr.NetMgrEvent
 
newCassetteBatch(Batch, ParameterTable) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates and initializes a new CassetteBatch object according to the requirements of the cassette.
newCassetteCredit(Credit, ParameterTable) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates and initializes a new CassetteTransaction object representing the cassette's version of the specified credit.
newCassetteOrder(Order, ParameterTable) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates and initializes a new CassetteOrder object according to the requirements of the cassette.
newCassettePayment(Payment, ParameterTable) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates and initializes a new CassetteTransaction object representing the cassette's version of the specified payment.
newCredit(String, Credit) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
NEWPASSWORD - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
NEWPASSWORD_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
newPayment(String, Payment) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
newTransaction - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use isNewTransaction() and setNewTransaction()
NOACCESSRIGHTS - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
noCommit() - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. Use Supervisor.getThreadCommitPoint().noCommit()
noCommit() - Method in class com.ibm.etill.framework.archive.CommitPoint
Causes all the Restorable objects on the restoreList to be restored from the database.
noCommit() - Method in interface com.ibm.etill.framework.archive.Commitable
Deprecated. Clears the lists of Archivable objects: the commit will not happen.
notifyIfSocketIsDown(SocketDownInterface) - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Accepts an Object implementing the SocketDownInterface to be notified when the socket interface goes down.
NumberField(String, int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
NumberField - place a numeric-input entry on the page
NumberField(String, int, int, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
NumberField - place a numeric-input entry on the page
numberOfCredits() - Method in class com.ibm.etill.framework.payapi.Order
Returns the number of credits that have been created for this order.
numberOfPayments() - Method in class com.ibm.etill.framework.payapi.Order
Returns the number of payments that have been created for this order.
NumericStringValidationItem - class com.ibm.etill.framework.payapi.NumericStringValidationItem.
 
NumericStringValidationItem(String, short, boolean, int, int, Long, Long) - Constructor for class com.ibm.etill.framework.payapi.NumericStringValidationItem
Constructor Initialize this NumericStringValidationItem with the name of the parameter, the API failure return code, whether to allow null values, the minimum allowable length, the maximum allowable length, the minimum allowable value and the maximum allowable value.
NumericTokensValidationItem - class com.ibm.etill.framework.payapi.NumericTokensValidationItem.
The NumericTokensValidationItem object is used to check that a parameter's value is a valid NumericTokens parameter and insert that parameter and a Vector, containing a String for each validated NumericToken, into a given ParameterTable if the verification passed.
NumericTokensValidationItem(String, short) - Constructor for class com.ibm.etill.framework.payapi.NumericTokensValidationItem
Constructor Initialize this NumericTokensValidationItem with the name of the parameter and the API failure return code.
NumericTokenValidationItem - class com.ibm.etill.framework.payapi.NumericTokenValidationItem.
The NumericTokenValidationItem object is used to check that a parameter's value is a valid NumericToken parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
NumericTokenValidationItem(String, short) - Constructor for class com.ibm.etill.framework.payapi.NumericTokenValidationItem
Constructor Initialize this NumericTokenValidationItem with the name of the parameter and the API failure return code.

O

OBJ_BATCH - Static variable in class com.ibm.etill.framework.log.Trace
Flag indicating a batch object.
OBJ_CREDIT - Static variable in class com.ibm.etill.framework.log.Trace
Flag indicating a credit object.
OBJ_ORDER - Static variable in class com.ibm.etill.framework.log.Trace
Flag indicating an order object.
OBJ_PAYMENT - Static variable in class com.ibm.etill.framework.log.Trace
Flag indicating a payment object.
OBJECT_STATE - Static variable in class com.ibm.etill.framework.log.Trace
Object state trace setting
OBJECTNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
OBJECTNAME - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
OBJECTNAME_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
obtainEventListenerObject(int, String, String, String) - Static method in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
obtainLocks() - Method in class com.ibm.etill.framework.cassette.CassetteRequest
Acquires all locks necessary to protect the processing of this request from other concurrent activity within Commerce Payments.
obtainLocks() - Method in class com.ibm.etill.framework.cassette.ProtocolRequest
Overrides the superclass's obtainLocks method to add extra conditional logic.
obtainObject(int, String, String, String) - Static method in class com.ibm.etill.framework.eventmgr.EventListener
 
obtainObject(String) - Static method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
obtainObject(String) - Static method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
obtainObject(String, String, String) - Static method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
obtainResource() - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
OPEN_BATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
open() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
open() - Opens a ServerSocket
ORACLE_BINARY_LENGTH - Static variable in class com.ibm.etill.framework.archive.ETillArchive
Deprecated. Use the ETillArchive.getMaxBinaryLength method.
order - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getOrder()
Order - class com.ibm.etill.framework.payapi.Order.
Order objects contain all of the generic information that the Framework needs to represent an order created by a merchant application.
ORDER - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
ORDER_CANCELED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDER_CLOSED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDER_OBJECT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ORDER_ORDERED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDER_PENDING - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDER_REFUNDABLE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDER_REJECTED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDER_REQUESTED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDER_RESET - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
Order() - Constructor for class com.ibm.etill.framework.payapi.Order
Cassettes should never call this constructor.
ORDERDATA1 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA1 - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ORDERDATA1_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA2 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA2 - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ORDERDATA2_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA3 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA3 - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ORDERDATA3_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA4 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA4 - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ORDERDATA4_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA5 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDATA5 - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ORDERDATA5_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDESCRIPTION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERDESCRIPTION_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
OrderKey - class com.ibm.etill.framework.payapi.OrderKey.
 
OrderKey(String, String) - Constructor for class com.ibm.etill.framework.payapi.OrderKey
 
ORDERNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERNUMBER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
ORDERNUMBER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
OrderQueryRequest - class com.ibm.etill.framework.xdm.OrderQueryRequest.
 
OrderQueryRequest(QueryRequest) - Constructor for class com.ibm.etill.framework.xdm.OrderQueryRequest
A copy constructor that should only be called by the Framework.
OrderQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.OrderQueryRequest
Constructs this object using the input parameters below.
OrderRequest - class com.ibm.etill.framework.cassette.OrderRequest.
OrderRequest extends APIRequest and provides a base class for all API requests which operate on Orders.
ORDERURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERURL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ORDERVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 

P

Paragraph() - Method in class com.ibm.etill.framework.archive.HTMLPage
Paragraph - insert a paragraph break between elements in the page
Paragraph(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Paragraph - insert a paragraph of text in the page
PARAMETERNAME_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ParameterTable - class com.ibm.etill.framework.payapi.ParameterTable.
ParameterTable objects map keys to values where any non-null object can be a key and any object can be a value.
ParameterTable() - Constructor for class com.ibm.etill.framework.payapi.ParameterTable
This Constructor should be called when an empty ParameterTable is to be instantiated.
ParameterTable(Hashtable) - Constructor for class com.ibm.etill.framework.payapi.ParameterTable
This Constructor should be called when an ParameterTable is to be initialized with a given Hashtable object when instantiated.
ParameterValidationItem - class com.ibm.etill.framework.payapi.ParameterValidationItem.
The ParameterValidationItem object is used to verify a parameter's value and insert that parameter and its value into a ParameterTable if the parameter passes verification.
PASSWORD - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PASSWORD_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PasswordField(String, int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
PasswordField - place a Password-input entry on the page
PasswordField(String, int, int, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
PasswordField - place a Password-input entry on the page
PathValidationItem - class com.ibm.etill.framework.payapi.PathValidationItem.
The PathValidationItem object is used to check that a parameter's value is a valid Path parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
PathValidationItem(String, short, boolean, Integer) - Constructor for class com.ibm.etill.framework.payapi.PathValidationItem
Constructor Initialize this PathValidationItem with the name of the parameter, the API failure return code, whether to allow null values, and the maximum allowable length of the parameter.
Payment - class com.ibm.etill.framework.payapi.Payment.
Payment objects contain all of the generic information that the Framework needs to represent a payment created for a specific order.
PAYMENT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
PAYMENT_APPROVALEXPIRED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENT_APPROVED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENT_CLOSED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENT_DECLINED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENT_DEPOSITED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENT_OBJECT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
PAYMENT_PENDING - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENT_RESET - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENT_TOTALS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
PAYMENT_VOID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
Payment(Order, String) - Constructor for class com.ibm.etill.framework.payapi.Payment
Cassettes should never call this constructor.
PAYMENTAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENTAMOUNT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PaymentAPIConstants - interface com.ibm.etill.framework.payapi.PaymentAPIConstants.
 
PAYMENTGROUPNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENTGROUPNAME_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENTNUMBER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
PAYMENTNUMBER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PaymentQueryRequest - class com.ibm.etill.framework.xdm.PaymentQueryRequest.
 
PaymentQueryRequest(QueryRequest) - Constructor for class com.ibm.etill.framework.xdm.PaymentQueryRequest
A copy constructor that should only be called by the Framework.
PaymentQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.PaymentQueryRequest
Constructs this object using the input parameters below.
PaymentServerThread - class com.ibm.etill.framework.supervisor.PaymentServerThread.
 
PaymentServerThread() - Constructor for class com.ibm.etill.framework.supervisor.PaymentServerThread
 
PaymentServerThread(ThreadGroup, String) - Constructor for class com.ibm.etill.framework.supervisor.PaymentServerThread
 
PaymentSystemQueryRequest - class com.ibm.etill.framework.xdm.PaymentSystemQueryRequest.
It is a subclass of the QueryRequest class and it encapsulates the query payment system command with all of its parameters.
PaymentSystemQueryRequest() - Constructor for class com.ibm.etill.framework.xdm.PaymentSystemQueryRequest
The default constructor retrieves all records.
PaymentSystemQueryRequest(String, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.PaymentSystemQueryRequest
Constructs the superclass and itself using the input parameters below.
PaymentTransactionRequest - class com.ibm.etill.framework.cassette.PaymentTransactionRequest.
PaymentTransactionRequests are requests which operate on payment transactions (that is, Payments and Credits).
PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENTTYPE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PAYMENTVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
PayServer - class com.ibm.etill.framework.admin.PayServer.
PayServer represents the Commerce Payments instance.
PayServer() - Constructor for class com.ibm.etill.framework.admin.PayServer
 
PayServerQueryRequest - class com.ibm.etill.framework.xdm.PayServerQueryRequest.
 
PayServerQueryRequest() - Constructor for class com.ibm.etill.framework.xdm.PayServerQueryRequest
 
PayServerQueryRequest(String, Hashtable, PaymentServletRealm) - Constructor for class com.ibm.etill.framework.xdm.PayServerQueryRequest
 
PayServerTable - Static variable in interface com.ibm.etill.framework.xdm.PSServerPayServerConstants
 
PaySystemAdmin - class com.ibm.etill.framework.admin.PaySystemAdmin.
Each PaySystemAdmin object describes the Framework roperties of a merchant's association with a cassette.
PaySystemTable - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentSystemConstants
 
PD_AUTHCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AUXILIARY1 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AUXILIARY2 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_CITY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_LOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_PREFIX - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_STATEPROV - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_STREETADDR - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVS_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_AVSCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BATCHCLOSETIME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_CITY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_COUNTRYCOD - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_PREFIX - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_STATEPROV - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_STREETADDR - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BILL_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BRAND - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_BUYERNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CANCELURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CARDHOLDERNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CARDVERIFYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CHARSET - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CHECKINGACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CHECKROUTINGNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CITY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_CURRENCY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_DECLINECODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_DECLINEREASON - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_EMAILADDRESS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_EXPIRY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_FAILUREURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_FIBATCHID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_COMMODITYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_DESCRIPTOR - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_DISCOUNTAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_DISCOUNTINDICATOR - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_LOCALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_LOCALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_NATIONALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_NATIONALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_NATIONALTAXTYPE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_NETCOST - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_OTHERTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_PRODUCTCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_QUANTITY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_SKU - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_TOTALCOST - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_UNITCOST - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ITEM_UNITOFMEASURE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_MAXBATCHSIZE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_METHOD - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_ORDERDESCRIPTION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PAN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_ALTERNATETAXID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_CUSTOMERDUTYTARIFFREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_CUSTOMERREFERENCENUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_CUSTOMERSERVICEPHONE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_DISCOUNTAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_DUTYAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_DUTYREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_LOCALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTCITYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTCOUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTDUTYTARIFFREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTLOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTORDERNUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTPOSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTSTATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTTAXID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_MERCHANTTYPE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_NATIONALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_NATIONALTAXINVOICEREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_NATIONALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_ORDERSUMMARY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_OTHERTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_PRINTCUSTOMERSERVICEPHONENUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPFROMCITYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPFROMCOUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPFROMLOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPFROMPOSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPFROMSTATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPPINGAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPPINGNATIONALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPPINGNATIONALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPTOCITYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPTOCOUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPTOLOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPTOPOSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SHIPTOSTATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_SUMMARYCOMMODITYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_TAXEXEMPTINDICATOR - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PCARD_TOTALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_PHONENUMBER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SERVICEURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_CITY - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_COUNTRYCOD - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_PREFIX - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_STATEPROV - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_STREETADDR - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SHIP_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SPLITALLOWED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_STREETADDRESS2 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PD_SUCCESSURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PERFORMANCE - Static variable in class com.ibm.etill.framework.log.Trace
Performance Information trace setting
PLEXNAME - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PLEXNAME_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
PORTNUMBER - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
POST - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
PRC_AUTHENTICATION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_AUTHORIZATION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_AUTOAPPROVE_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_AUTODEPOSIT_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_BATCH_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_CASSETTE_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_CASSETTE_NOTRUNNING - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_CASSETTE_NOTVALID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_COMMAND_NOT_SUPPORTED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_COMMUNICATION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_COREQUISITE_PARAMETER_NOT_FOUND - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_CRYPTO_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_DATABASE_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_DELETE_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_DUPLICATE_OBJECT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_DUPLICATE_PARAMETER_VALUE_NOT_ALLOWED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_FINANCIAL_FAILURE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_INPUT_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_INTERNAL_ETILL_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_INVALID_PARAMETER_COMBINATION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_NOT_ACTIVE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_OBSOLETE_API_VERSION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_OPERATION_PENDING - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_OPERATION_SUCCESS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_FORMAT_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_MISMATCH - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_NOT_ALLOWED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_NOT_FOUND - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_NULL_VALUE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_TOO_LONG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_TOO_SHORT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_PARAMETER_VALUE_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_REALM - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_SERVLET_INIT_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_SUPPORTED_IN_SYSPLEX_ADMIN_ONLY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_UNDEFINED_OBJECT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_UNHANDLED_EXCEPTION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_UNSUPPORTED_API_VERSION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_UNSUPPORTED_IN_SYSPLEX - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_VERB_NOT_VALID_IN_PRESENT_STATE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_WEBSPHERE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PRC_XML_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
PreFormatted(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
PreFormatted - insert a body of preformatted text in the page
PreFormatted(Throwable) - Method in class com.ibm.etill.framework.archive.HTMLPage
PreFormatted - insert an Exception message as preformatted text.
PREVIOUSSTATE - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
PRIMARYRC - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
printStackTrace(Throwable) - Static method in class com.ibm.etill.framework.log.ErrorLog
Logs a Java stack trace from the specified exception object.
processCassetteApprovalExpirations(FrameworkCassetteAdmin) - Method in class com.ibm.etill.framework.payapi.ApprovalExpirationWorkItem
 
processConfigurationChanges() - Method in class com.ibm.etill.framework.admin.AdminObject
Called by the Framework to perform any actions required by a configuration change.
processEvent(int) - Method in class com.ibm.etill.framework.supervisor.FSM
Defines the flow of control through this Finite State Machine.
processExtension(AdminRequest) - Static method in class com.ibm.etill.framework.admin.AdminObject
Called by the Framework to process the cassette extension to the input AdminRequest object.
processQueryResults(UserInfoQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerUserInfo
 
PROPERLYCONFIGURED - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
ProtocolRequest - class com.ibm.etill.framework.cassette.ProtocolRequest.
ProtocolRequest is the base class for all classes that represent incoming payment protocol messages.
ProtocolResponse - class com.ibm.etill.framework.cassette.ProtocolResponse.
ProtocolResponse objects are used to send any required payment protocol messages to the outside world in response to a previously received ProtocolRequest message.
ProtocolResponse(ETillConnection) - Constructor for class com.ibm.etill.framework.cassette.ProtocolResponse
This constructor should not be called by cassettes.
pruneOrder(Order) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Prunes an order from the in-storage cache and the database.
pruneOrder(Order, CommitPoint) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Prunes an order from the in-storage cache and the database.
pruneOrders(String, Enumeration) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Prunes a set of orders from the in-storage cache and the database.
PSCassetteUtil - class com.ibm.etill.framework.admin.PSCassetteUtil.
 
PSCassetteUtil() - Constructor for class com.ibm.etill.framework.admin.PSCassetteUtil
 
PSEvent - class com.ibm.etill.framework.eventmgr.PSEvent.
Cassettes should not extend this class - use CassetteEvent instead.
PSEvent(Object) - Constructor for class com.ibm.etill.framework.eventmgr.PSEvent
This constructor should not be called directly by cassettes.
PSEvent(Object, int) - Constructor for class com.ibm.etill.framework.eventmgr.PSEvent
This constructor should not be called directly by cassettes.
PSNewUtil - class com.ibm.etill.framework.admin.PSNewUtil.
 
PSNewUtil(String) - Constructor for class com.ibm.etill.framework.admin.PSNewUtil
 
PSServerAccount - class com.ibm.etill.framework.xdm.PSServerAccount.
This is the server-side account class.
PSServerAccount() - Constructor for class com.ibm.etill.framework.xdm.PSServerAccount
The default constructor does nothing.
PSServerAccountConstants - interface com.ibm.etill.framework.xdm.PSServerAccountConstants.
 
PSServerAdminConstants - interface com.ibm.etill.framework.xdm.PSServerAdminConstants.
 
PSServerAdminObject - class com.ibm.etill.framework.xdm.PSServerAdminObject.
There is a distinction between administrative and query commands.
PSServerAdminObject() - Constructor for class com.ibm.etill.framework.xdm.PSServerAdminObject
A default constructor that sets view attributes to constants in PSServerAdminConstants.
PSServerAdminObject(String, String, String, String, String) - Constructor for class com.ibm.etill.framework.xdm.PSServerAdminObject
Constructor uses the following input parameters to intialize state variables.
PSServerBatch - class com.ibm.etill.framework.xdm.PSServerBatch.
This class encapsulates the standard parameters that are required for all queries on batch processing.
PSServerBatch() - Constructor for class com.ibm.etill.framework.xdm.PSServerBatch
The default constructor does nothing.
PSServerBatchConstants - interface com.ibm.etill.framework.xdm.PSServerBatchConstants.
 
PSServerBatchTotal - class com.ibm.etill.framework.xdm.PSServerBatchTotal.
 
PSServerBatchTotal() - Constructor for class com.ibm.etill.framework.xdm.PSServerBatchTotal
The default constructor does nothing.
PSServerBatchTotalConstants - interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants.
 
PSServerCassette - class com.ibm.etill.framework.xdm.PSServerCassette.
This is the server-side cassette class that a cassette registers with.
PSServerCassette() - Constructor for class com.ibm.etill.framework.xdm.PSServerCassette
The default constructor does nothing.
PSServerCassetteConstants - interface com.ibm.etill.framework.xdm.PSServerCassetteConstants.
 
PSServerCredit - class com.ibm.etill.framework.xdm.PSServerCredit.
Payment Server Credit
PSServerCredit() - Constructor for class com.ibm.etill.framework.xdm.PSServerCredit
The default constructor.
PSServerCreditConstants - interface com.ibm.etill.framework.xdm.PSServerCreditConstants.
 
PSServerEventListener - class com.ibm.etill.framework.xdm.PSServerEventListener.
This Payment Server event listener class should be instantiated by cassette developer interested in Payment Server events.
PSServerEventListener() - Constructor for class com.ibm.etill.framework.xdm.PSServerEventListener
The default constructor does nothing.
PSServerEventListenerConstants - interface com.ibm.etill.framework.xdm.PSServerEventListenerConstants.
 
PSServerFinancialObject - class com.ibm.etill.framework.xdm.PSServerFinancialObject.
 
PSServerFinancialObject() - Constructor for class com.ibm.etill.framework.xdm.PSServerFinancialObject
 
PSServerMerchant - class com.ibm.etill.framework.xdm.PSServerMerchant.
 
PSServerMerchant() - Constructor for class com.ibm.etill.framework.xdm.PSServerMerchant
A default constructor that does nothing
PSServerMerchantConstants - interface com.ibm.etill.framework.xdm.PSServerMerchantConstants.
 
PSServerObject - class com.ibm.etill.framework.xdm.PSServerObject.
The superclass to PSSeverBatchTotal, PSServerFinancialObject, and PSServerAdminObject and it's exposed to cassettes through these subclasses.
PSServerObject() - Constructor for class com.ibm.etill.framework.xdm.PSServerObject
 
PSServerOrder - class com.ibm.etill.framework.xdm.PSServerOrder.
 
PSServerOrder() - Constructor for class com.ibm.etill.framework.xdm.PSServerOrder
The default constructor.
PSServerOrderConstants - interface com.ibm.etill.framework.xdm.PSServerOrderConstants.
 
PSServerPayment - class com.ibm.etill.framework.xdm.PSServerPayment.
This is a subclass of PSServerFinancialObject and implements the PSServerPaymentConstants interface.
PSServerPayment() - Constructor for class com.ibm.etill.framework.xdm.PSServerPayment
The default constructor.
PSServerPaymentConstants - interface com.ibm.etill.framework.xdm.PSServerPaymentConstants.
 
PSServerPaymentSystem - class com.ibm.etill.framework.xdm.PSServerPaymentSystem.
This is the server-side payment system class.
PSServerPaymentSystem() - Constructor for class com.ibm.etill.framework.xdm.PSServerPaymentSystem
The default constructor does nothing.
PSServerPaymentSystemConstants - interface com.ibm.etill.framework.xdm.PSServerPaymentSystemConstants.
 
PSServerPayServer - class com.ibm.etill.framework.xdm.PSServerPayServer.
Pay server class that a cassette registers with.
PSServerPayServer() - Constructor for class com.ibm.etill.framework.xdm.PSServerPayServer
The default constructor does nothing.
PSServerPayServerConstants - interface com.ibm.etill.framework.xdm.PSServerPayServerConstants.
 
PSServerUserInfo - class com.ibm.etill.framework.xdm.PSServerUserInfo.
This class encapsulates user information administered by the payment server.
PSServerUserInfo() - Constructor for class com.ibm.etill.framework.xdm.PSServerUserInfo
This defualt constructor does nothing.
PSServerUserInfoConstants - interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants.
 
PurchaseCardData - class com.ibm.etill.framework.cassette.PurchaseCardData.
The PurchaseCardData object represents all purchase card details for a particular order.
PurchaseCardData(Map) - Constructor for class com.ibm.etill.framework.cassette.PurchaseCardData
Constructor for PurchaseCardData creates an instance based on the protocol data passed in.
PURGE_BATCH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
put(Object, Object) - Method in class com.ibm.etill.framework.payapi.ParameterTable
Inserts a given key/value pair into the table and returns the key's previous value or a null if the key was not previously inserted.
put(Object, Object, Object) - Method in class com.ibm.etill.framework.payapi.ParameterTable
Inserts a given key/value pair into the table and returns the key's previous value or the defaultReturnValue if the key was not previously inserted.

Q

QUERY_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_BEGINTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_BRAND - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CASSETTENAME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CLOSEALLOWED - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CLOSEBEGINTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CLOSEENDTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CREATEBEGINTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CREATEENDTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CREDITNUMBER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_DTDPATH - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_ENDTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_EVENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_FILTER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_KEYSONLY - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_LISTENERURL - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MAX_KEYS_TO_RETURN - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MAX_OBJECTS_TO_RETURN - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MAXAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MAXAPPROVEAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MAXDEPOSITAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MAXUNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MINAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MINAPPROVEAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MINDEPOSITAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MINUNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MODIFYBEGINTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_MODIFYENDTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_OPENBEGINTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_OPENENDTIME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_ORDERDATA1 - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_PAYMENTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_PURGEALLOWED - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_REFERENCENUMBER - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_RETURNATMOST - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_ROLE - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_STATE - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_STATUS - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_TIMEREGISTERED - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_TRANSACTIONID - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_USERNAME - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_VERSION - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_WITHCREDITS - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_WITHORDERS - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
QUERY_WITHPAYMENTS - Static variable in interface com.ibm.etill.framework.xdm.QueryRequestConstants
 
query(AccountQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerAccount
Queries Payment Server for account.
query(BatchQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerBatch
Queries Payment System for batch request.
query(CassetteQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerCassette
Queries Payment Server for request.
query(CreditQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerCredit
Queries database for this Credit request
query(EventListenerQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerEventListener
Queries Payment System for event listeners.
query(MerchantQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerMerchant
Builds output vector from database query result.
query(OrderQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerOrder
Builds a PSServerOrder vector from the results of a database query
query(PaymentQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerPayment
Queries database for this Payment request
query(PaymentSystemQueryRequest, ResultSet) - Static method in class com.ibm.etill.framework.xdm.PSServerPaymentSystem
Queries Payment System for request.
query(PayServerQueryRequest, ResultSet, PaymentServletRealm) - Static method in class com.ibm.etill.framework.xdm.PSServerPayServer
Queries Payment Server for request.
query(QueryRequest, Vector) - Method in class com.ibm.etill.framework.cassette.query.CassetteQuery
Provides cassette-specific data associated with a given set of generic objects for this cassette.
query(ResultSet, Vector) - Static method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Queries Payment System for user information.
query2() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
queryCassette(String, QueryRequest, Vector) - Static method in class com.ibm.etill.framework.cassette.query.CassetteQuery
Provides cassette-specific data associated with a given set of generic objects for the specified cassette.
queryCassettes(Vector) - Method in class com.ibm.etill.framework.xdm.QueryRequest
Builds a hash table mapping payment type to a vector of PSServerObject.
queryForPartialResults() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
QueryRequest - class com.ibm.etill.framework.xdm.QueryRequest.
An abstract base class for all of the query request objects.
QueryRequest(String, Hashtable, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.QueryRequest
A constructor with parameters
QueryRequestConstants - interface com.ibm.etill.framework.xdm.QueryRequestConstants.
 
QueryResponse - class com.ibm.etill.framework.xdm.QueryResponse.
This class encapsulates the standard parameters that are required for all queries on Payment Server objects.
QueryResponse(QueryRequest) - Constructor for class com.ibm.etill.framework.xdm.QueryResponse
A constructor with QueryRequest as input parameter.
QueryResponse(QueryRequest, ETillAbortOperation) - Constructor for class com.ibm.etill.framework.xdm.QueryResponse
A constructor with QueryRequest as input parameter.
QueryResponse(QueryRequest, int) - Constructor for class com.ibm.etill.framework.xdm.QueryResponse
A constructor with QueryRequest as input parameter.

R

RadioButton(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
RadioButton - an element with a group of buttons -- ALL with same name -- that allows a single selection from a list of options)
RadioButton(String, String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
RadioButton - an element with a group of buttons -- ALL with same name -- that allows a single selection from a list of options).
RadioButton(String, String, int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
RadioButton - an element with a group of buttons -- ALL with same name -- that allows a single selection from a list of options).
RadioButton(String, String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
RadioButton - an element with a group of buttons -- ALL with same name -- that allows a single selection from a list of options)
RadioButton(String, String, String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
RadioButton - an element with a group of buttons -- ALL with same name -- that allows a single selection from a list of options).
RC_ACCEPTPAYMENTAUTOAPPROVE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ACCEPTPAYMENTAUTODEPOSIT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ACCOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ACCOUNT_ADMIN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ACCOUNTTITLE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ADMINHOSTNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_AMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_AMOUNT_RANGE_INVALID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_AP_APPROVEFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_AP_DEPOSITFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_API_INITIALIZE_FAILURE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_APPEXPDELAY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_APPROVALEXPIRATION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_APPROVEFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ASYNCHAPPDELAY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_AUTHENTICATED_USER_NOT_GIVEN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_AUTOMATIC_CREATION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_BAD_REALM - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_BAD_REQUEST - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RC_BATCH - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_BATCH_EMPTY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_BRAND - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CANCELURL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CANNOT_FIND_PROPERTY_FILE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ADMIN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AMOUNT_WOULD_EXCEED_ORDER_AMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_APPROVE_NO_DEPOSIT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AUTHCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AUTHCODE_AND_DECLINEREASON - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AUXILIARY1 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AUXILIARY2 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVS_CITY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVS_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVS_LOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVS_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVS_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVS_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVSCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_AVSDATA - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BATCH_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BATCH_BALANCE_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BATCH_CURRENCY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BATCH_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BATCH_ID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BATCHCLOSETIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BILL_CITY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BILL_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BILL_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BILL_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BILL_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BILLINGDATA - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BRAND - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_BUYERNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_CARDHOLDERNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_CARDVERIFYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_CHECKINGACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_CHECKROUTINGNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_CITY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_COMMUNICATION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_CURRENCY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DECLINECODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DECLINED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DECLINED_APPROVAL_EXPIRED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DECLINED_EXPIRY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DECLINED_INSTRUMENT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DECLINEREASON - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DECRYPTION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_DEPOSIT_AMOUNT_NOT_ZERO - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_EMAILADDRESS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ENCRYPTION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_EXPIRY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_FIBATCHID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_FUNCTION_NOT_SUPPORTED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_HUMAN_INTERVENTION_REQUIRED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_IMPLICIT_BATCHES_ONLY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_INTERMEDIATE_RESPONSE_NULL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_INTERMEDIATE_RESPONSE_UNEXPECTED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_COMMODITYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_DESCRIPTOR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_DISCOUNTAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_DISCOUNTINDICATOR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_LOCALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_LOCALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_NATIONALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_NATIONALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_NATIONALTAXTYPE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_NETCOST - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_OTHERTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_PRODUCTCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_QUANTITY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_SKU - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_TOTALCOST - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_UNITCOST - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_ITEM_UNITOFMEASURE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_MAXBATCHSIZE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_METHOD - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_OPERATION_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PAN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_ALTERNATETAXID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_CUSTOMERDUTYTARIFFREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_CUSTOMERREFERENCENUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_CUSTOMERSERVICEPHONE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_DISCOUNTAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_DUTYAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_DUTYREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_LOCALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTCITYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTCOUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTDUTYTARIFFREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTLOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTORDERNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTPOSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTSTATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTTAXID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_MERCHANTTYPE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_NATIONALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_NATIONALTAXINVOICEREFERENCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_NATIONALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_ORDERSUMMARY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_OTHERTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_PRINTCUSTOMERSERVICEPHONENUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPFROMCITYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPFROMCOUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPFROMLOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPFROMPOSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPFROMSTATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPPINGAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPPINGNATIONALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPPINGNATIONALTAXRATE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPTOCITYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPTOCOUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPTOLOCATIONID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPTOPOSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SHIPTOSTATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_SUMMARYCOMMODITYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_TAXEXEMPTINDICATOR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PCARD_TOTALTAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_PHONENUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_REFUND_AMOUNT_NOT_ZERO - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_SHIP_CITY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_SHIP_COUNTRYCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_SHIP_POSTALCODE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_SHIP_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_SHIP_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_SHIPPINGDATA - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_STATEPROVINCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_STREETADDRESS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_STREETADDRESS2 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_UNSPECIFIED_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTE_VERSION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTECOMMAND - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CASSETTENAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CHARSET - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CHECK_CASSETTE_STATUS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CLOSEALLOWED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CLOSEBEGINTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CLOSEENDTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_COMMTYPE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_COMMUNICATION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_COMMUNICATION_ERROR_INPUT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CONNECTION_TO_PAYMENT_SERVER_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CREATEBEGINTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CREATEENDTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CREDIT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CREDITNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_CURRENCY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_DATA_SOURCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_DECRYPT_ENCRYPTION_KEY_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_DELETEORDER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_DEPOSITFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_DOCUMENT_TOO_LARGE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_DTDPATH - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_EMPTY_DOCUMENT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ENABLED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ENCODING_EXCEPTION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ENCRYPT_ENCRYPTION_KEY_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ENCRYPTION_KEY_TYPE_NOT_SUPPORTED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_CHECKING_FOR_READ_DATA - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_CONNECTING_DATABASE_OR_EXEC_SQL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_DBOWNER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_DBPASSWORD - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_DBUSERID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_HOSTNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_INIT_ERROR_LOG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_JDBCDRIVER_NAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_JDBCURL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_LOADING_CASSETTE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_LOADING_JDBCDRIVER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_LOADING_PROPERTY_FILE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_MAXDBCONNECTIONS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_MINSENSITIVEACCESSROLE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_PROTECTION_REALM_NOT_SPECIFIED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_PSENGINE_PORTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ERROR_ROOT_PASSWORD - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ETAPIVERSION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ETILLHOSTNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_EVENT_LISTENER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_EVENTTYPE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_FAILURL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_FILTER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_FINANCIALINSTITUTION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_FORBIDDEN - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RC_FORCE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_GENERATE_ENCRYPTION_KEY_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_HANDLE_REQUIRED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_HOST_IP_ADDRESS_UNAVAILABLE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_HOSTNAME_NOT_VALID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_INITIALIZATION_MESSAGE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_INPUT_ERROR_TOO_LONG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_INPUT_ERROR_UNKNOWN_COMMAND - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_INTERNAL_SERVER_ERROR - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RC_INVALID_CHANGEPASSWORD_STATE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_KEY_NOT_EXIST - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_KEY_TAMPERED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_KEYSONLY - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_LAST_ACL_OWNER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_LISTENERURL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MAXAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MAXAPPROVEAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MAXBATCHSIZE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MAXDEPOSITAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MAXUNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MERCHANT_ADMIN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MERCHANTPAYSYS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MERCHANTTITLE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MESSAGES - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MINAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MINAPPROVEAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MINDEPOSITAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MINUNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MISSING_ORDER_COLLECTION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MODIFYBEGINTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MODIFYENDTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_MULTIPLE_BATCHES - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_NDHOSTNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_NEW_PASSWORD - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_NO_SUCH_ACL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_NO_SUCH_USER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_NONE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_NOT_ACL_OWNER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_NOT_IMPLEMENTED - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RC_OBJECTNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_OD - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_OK - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RC_OPENBEGINTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_OPENENDTIME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_OPERATION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERDATA1 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERDATA2 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERDATA3 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERDATA4 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERDATA5 - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERURL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ORDERURLS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PAYMENT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PAYMENTAMOUNT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PAYMENTGROUPNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PAYMENTNUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PAYMENTSYSTEM_ADMIN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PAYSERVER_ADMIN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PLEXNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PROTOCOL_DATA_KEYWORD_INVALID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PROTOCOL_POOL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PROTOCOLDATA - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_PURGEALLOWED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_REALM_INIT_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_REALM_OPERATION_ERROR - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_REALMCLASS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_RECEIVE_OF_DATA_ON_SOCKET_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_RECEIVEPAYMENTAUTOAPPROVE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_RECEIVEPAYMENTAUTODEPOSIT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_REFERENCENUMBER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_RESERVED_BITS_SET_IN_FLAGS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_RETURNATMOST - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_ROLE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_RP_APPROVEFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_RP_DEPOSITFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SEND_OF_DATA_ON_SOCKET_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SERVICE_POOL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SERVICE_UNAVAILABLE - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RC_SERVICEURL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SERVLET_INIT_EXCEPTION - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SOCKET_CLOSE_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SOCKET_CREATION_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SOCKET_STARTUP_FAILURE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SOCKSHOST - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SOCKSPORT - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SPECIFIED_REALM_UNKNOWN - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SPLITFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_STATE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_STATUS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SUCCESSURL - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_SYSPLEXFLAG - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_TIME_PERIOD_INVALID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_TIMEREGISTERED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_TRANSACTIONID - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_UNAUTHORIZED - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RC_UNEXPECTED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_UNKNOWN_ETILL_HOST - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_UNSUPPORTED_DOCUMENT_TYPE - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_USER - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_USER_MISCONFIGURED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_USER_NOT_AUTHORIZED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_USER_NOT_ENABLED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_USERNAME - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_VALIDATE_ENCRYPTION_KEY_FAILED - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_WITHCREDITS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_WITHORDERS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_WITHPAYMENTS - Static variable in interface com.ibm.etill.framework.payapi.FrameworkReturnCodes
 
RC_WRONG - Static variable in interface com.ibm.etill.framework.io.HTTPConst
Response codes that we can receive from the Advantis gateway
RCItem - class com.ibm.etill.framework.supervisor.RCItem.
Cassettes should never instantiate a RCItem objects directly since they are typically imbedded within ReturnCodeStructure objects.
RCItem(short) - Constructor for class com.ibm.etill.framework.supervisor.RCItem
Constructs a new RCItem object with the specified return code value.
RCS_BAD_REQUEST - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RCS_FORBIDDEN - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RCS_INTERNAL_SERVER_ERROR - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RCS_NOT_IMPLEMENTED - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RCS_OK - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RCS_SERVICE_UNAVAILABLE - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RCS_UNAUTHORIZED - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
RE_CASSETTE_ERROR - Static variable in class com.ibm.etill.framework.log.ETillRuntimeException
 
RE_FRAMEWORK_ERROR - Static variable in class com.ibm.etill.framework.log.ETillRuntimeException
 
RE_INIT_ERROR - Static variable in class com.ibm.etill.framework.log.ETillRuntimeException
 
RE_RUNTIME_ERROR - Static variable in class com.ibm.etill.framework.log.ETillRuntimeException
 
READ_ONLY - Static variable in class com.ibm.etill.framework.cassette.query.CassetteProperty
 
READ_WRITE - Static variable in class com.ibm.etill.framework.cassette.query.CassetteProperty
 
read() - Method in interface com.ibm.etill.framework.io.ETillConnection
Waits for and returns an Object received from the ComPoint associated with the ETillConnection instance.
read() - Method in class com.ibm.etill.framework.io.FrameworkDataStream
read() This method just opens an InputStream and converts the data to a byte array.
read(byte[], int, int) - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets a set of bytes.
read(int, byte[], int, int) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Reads a set of bytes from the socket Same args (after the first one) and return values as InputStream.read(byte[], int, int)
readBinaryField(String) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Reads the contents of a binary field from the ETBINARYDATA table.
readBoolean(ResultSet, String) - Static method in class com.ibm.etill.framework.archive.ETillArchive
returns a Boolean from a ResultSet corresponding to the specified keyword
READBYTE_NO_DATA - Static variable in class com.ibm.etill.framework.io.ReconnectableClientSocket
no data available to read on connection, but connection is still up
READBYTE_NO_DATA - Static variable in class com.ibm.etill.framework.io.TypicalClientSocket
No data is available from socket, but the socket is still up
readByte() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
gets a byte from the socket
readByte(int) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Reads a byte from the socket
readByteField(ResultSet, String) - Static method in class com.ibm.etill.framework.archive.ETillArchive
returns a byte array from a ResultSet corresponding to the specified keyword
readByteNoBlocking() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
gets a byte from the socket without blocking the current thread when no data is present.
readCassetteConfig() - Method in class com.ibm.etill.framework.cassette.Cassette
Reads the cassette-specific configuration from the Commerce Payments database.
ReaderWriterMonitor - class com.ibm.etill.framework.supervisor.ReaderWriterMonitor.
 
ReaderWriterMonitor(String) - Constructor for class com.ibm.etill.framework.supervisor.ReaderWriterMonitor
 
readFully(byte[]) - Method in class com.ibm.etill.framework.io.TimeOutInputStream
Read bytes from a BufferedInputStream connected to an InputStream.
readInteger(ResultSet, String) - Static method in class com.ibm.etill.framework.archive.ETillArchive
returns an Integer from a ResultSet corresponding to the specified keyword
readMime() - Method in class com.ibm.etill.framework.io.MimeInputStream
This method reads and parses a Mime wrapped TimeOutInputStream.
readRequest() - Method in class com.ibm.etill.framework.io.HTTPInputStream
This method reads and parses a HTTP Request Message using a TimeOutInputStream.
readResponse() - Method in class com.ibm.etill.framework.io.HTTPInputStream
This method reads and parses a HTTP Request Message using a TimeOutInputStream.
readSerializedObject(byte[]) - Static method in class com.ibm.etill.framework.archive.ETillArchive
"Re-instantiates" an object that was previously serialized by the serializeObject method.
readString(ResultSet, String) - Static method in class com.ibm.etill.framework.archive.ETillArchive
returns a string from a ResultSet corresponding to the specified keyword
readTimestamp(ResultSet, String) - Static method in class com.ibm.etill.framework.archive.ETillArchive
returns a Timestamp from a ResultSet corresponding to the specified keyword
readUntilStop(String, int, int) - Method in class com.ibm.etill.framework.io.TimeOutInputStream
Read bytes from a BufferedInputStream and returns when the string "stop" has been encountered "nstop" times.
If the "stop" string is not found before "readlimit" bytes are read, an IOException is thrown.
readUTF8String(ResultSet, String) - Static method in class com.ibm.etill.framework.archive.ETillArchive
returns a UTF8 string from a ResultSet corresponding to the specified keyword
REALM - Static variable in class com.ibm.etill.framework.log.Trace
Realm trace setting
RECEIVE_PAYMENT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
RECEIVEPAYMENT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
RECEIVEPAYMENTAUTOAPPROVE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
RECEIVEPAYMENTAUTOAPPROVE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
RECEIVEPAYMENTAUTODEPOSIT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
RECEIVEPAYMENTAUTODEPOSIT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ReceivePaymentRequest - class com.ibm.etill.framework.cassette.ReceivePaymentRequest.
ReceivePaymentRequest objects hold all the information necessary for a cassette to process a given RECEIVEPAYMENT API command.
ReceivePaymentRequest(ETillConnection, Order, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.ReceivePaymentRequest
Constructs an ReceivePaymentRequest object which references the specified connection, order, and protocol data parameters.
ReconnectableClientSocket - class com.ibm.etill.framework.io.ReconnectableClientSocket.
A class that encapsulates a reconnectable TCP socket that diagnoses whether the socket is down or not when function are called to get/put data to the socket.
ReconnectableClientSocket(TcpipHost, int) - Constructor for class com.ibm.etill.framework.io.ReconnectableClientSocket
 
ReconnectableClientSocket(TcpipHost, TcpipHost, int) - Constructor for class com.ibm.etill.framework.io.ReconnectableClientSocket
 
reconnectIfKnownDown() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Reconnects the socket if it is known to be down.
REFUND_PAYMENT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
REFUND_REVERSAL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
REFUND_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
RefundRequest - class com.ibm.etill.framework.cassette.RefundRequest.
RefundRequest objects hold all the information necessary for a cassette to process a given REFUND API command.
RefundRequest(ETillConnection, Credit, Amount, String, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.RefundRequest
Constructs a RefundtRequest object which references or contains all of the specified input parameters.
REFUNDREVERSAL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
RefundReversalRequest - class com.ibm.etill.framework.cassette.RefundReversalRequest.
RefundReversalRequest objects hold all the information necessary for a cassette to process a given REFUNDREVERSAL API command.
RefundReversalRequest(ETillConnection, Credit, ParameterTable, ParameterTable) - Constructor for class com.ibm.etill.framework.cassette.RefundReversalRequest
Constructs a RefundReversalRequest object which references or contains all of the specified input parameters.
registerListener(EventListener) - Method in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
releaseBatch(FrameworkBatch) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
releaseCassette(String) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
releaseConnection() - Static method in class com.ibm.etill.framework.io.SocketConnections
Returns a Socket connection to the pool of connections.
releaseConnection() - Method in class com.ibm.etill.framework.io.SyncSocketComPoint
When a Socket is released (via ETillConnection.closeConnection() this method must be called to notify the class that a Socket is available.
releaseLocks() - Method in class com.ibm.etill.framework.cassette.CassetteRequest
Releases the locks acquired through the obtainLocks method.
releaseOrder(FrameworkOrder) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
releaseOrder(Order) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Deprecated. Included for compatibility with 1.2. No-op in 2.1.
releaseResources() - Static method in class com.ibm.etill.framework.supervisor.PaymentServerThread
 
remove(Object) - Method in class com.ibm.etill.framework.payapi.ParameterTable
Deletes a key/value pair by searching for a given key.
remove(Object, Object) - Method in class com.ibm.etill.framework.payapi.ParameterTable
Deletes a key/value pair by searching for a given key.
removeAllWorkItems(Cassette) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
removeAsynchronousApproveWorkItems(String, Enumeration) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
removeBatch(Batch) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Removes the Batch object from the in-storage cache.
removeBatch(FrameworkBatch) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
removeCredit(Credit) - Method in class com.ibm.etill.framework.payapi.Batch
Removes the specified credit from this batch.
removeCredit(int) - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Cassettes should not call this method - they should call the Batch object's removeCredit method.
removeEventListenerObject(int, String, String, String) - Static method in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
removeItemFromList(Timeable) - Method in class com.ibm.etill.framework.supervisor.TimerThread
 
removeItemFromTimerQueue(TimeableTransaction) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Removes a work item from the Framework's timer thread queue.
removeItemsFromList(Cassette) - Method in class com.ibm.etill.framework.supervisor.TimerThread
 
removeObject(int, String, String, String) - Static method in class com.ibm.etill.framework.eventmgr.EventListener
 
removeOrder(FrameworkOrder) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
removeOrder(Order) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Removes the Order object from the in-storage cache.
removePayment(int) - Method in class com.ibm.etill.framework.payapi.BatchTotalsItem
Cassettes should not call this method - they should call the Batch object's removePayment method.
removePayment(Payment) - Method in class com.ibm.etill.framework.payapi.Batch
Removes the specified payment from this batch.
removeResource() - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
replaceResource(Object, Object) - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
ResetButton(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
ResetButton - place a RESET-type action button on the page
resetCredit() - Method in class com.ibm.etill.framework.payapi.Credit
Reinitializes this credit object to the state it had when it was first instantiated.
resetPayment() - Method in class com.ibm.etill.framework.payapi.Payment
Reinitializes this payment object to the state it had when it was first instantiated.
resetTransaction() - Method in interface com.ibm.etill.framework.cassette.CassetteTransaction
Resets the state and contents of this CassetteTransaction object to its initial values such that the object appears as if it has just been instantiated.
ResourcePool - class com.ibm.etill.framework.supervisor.ResourcePool.
 
ResourcePool(String) - Constructor for class com.ibm.etill.framework.supervisor.ResourcePool
 
ResourcePool(String, Hashtable) - Constructor for class com.ibm.etill.framework.supervisor.ResourcePool
 
responseCodeTable - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
Restorable - interface com.ibm.etill.framework.archive.Restorable.
Implemented by any class which needs to restore itself from the database.
restoreRecord() - Method in class com.ibm.etill.framework.payapi.Payment
This method should never be called directly from cassettes.
restoreRecord() - Method in class com.ibm.etill.framework.payapi.Credit
This method should never be called directly from cassettes.
restoreRecord() - Method in interface com.ibm.etill.framework.archive.Restorable
Restores an existing record representing this object from a Payment Server database table.
RestrictedStringValidationItem - class com.ibm.etill.framework.payapi.RestrictedStringValidationItem.
The RestrictedStringValidationItem object is used to check that a parameter's value is a valid restricted string parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
RestrictedStringValidationItem(String, short, boolean, int, int, String, String) - Constructor for class com.ibm.etill.framework.payapi.RestrictedStringValidationItem
Constructor Initialize this RestricedStringValidationItem with the name of the parameter, the API failure return code, whether to allow null values, the minimum allowable length, the maximum allowable length, the character-encoding name, and a string of excluded characters.
resurrectCassetteBatch() - Method in class com.ibm.etill.framework.payapi.Batch
Cassettes should not call this method.
resurrectCassetteBatch(Batch) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates an in-memory CassetteBatch object using the information stored in the cassette's database tables.
resurrectCassetteBatch(Batch) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
resurrectCassetteCredit() - Method in class com.ibm.etill.framework.payapi.Credit
Cassettes should not call this method.
resurrectCassetteCredit(Credit) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates an in-memory CassetteTransaction object representing the cassette's version of the specified credit using the information stored in the cassette's database tables.
resurrectCassetteCredit(Credit) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
resurrectCassetteOrder() - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
resurrectCassetteOrder(FrameworkOrder) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
resurrectCassetteOrder(Order) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates an in-memory CassetteOrder object using the information stored in the cassette's database tables.
resurrectCassettePayment() - Method in class com.ibm.etill.framework.payapi.Payment
Cassettes should not call this method.
resurrectCassettePayment(Payment) - Method in class com.ibm.etill.framework.cassette.Cassette
Instantiates an in-memory CassetteTransaction object representing the cassette's version of the specified payment using the information stored in the cassette's database tables.
resurrectCassettePayment(Payment) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
retrieveAllRecords() - Static method in class com.ibm.etill.framework.xdm.PSServerMerchant
Gets all merchant records.
retrieveAllRecords() - Static method in class com.ibm.etill.framework.xdm.PSServerCassette
Gets all cassette records.
retrieveAllRecords() - Static method in class com.ibm.etill.framework.xdm.PSServerAccount
Gets all account records.
retrieveAllRecords() - Static method in class com.ibm.etill.framework.xdm.PSServerPayServer
Gets all payment server records.
retrieveAllRecords() - Static method in class com.ibm.etill.framework.xdm.PSServerEventListener
Retrieves all EventListenerQueryRequest objects.
retrieveAllRecords() - Static method in class com.ibm.etill.framework.xdm.PSServerPaymentSystem
Retrieves all payment system records.
retrieveBatch() - Method in class com.ibm.etill.framework.payapi.FrameworkBatch
 
retrieveBatch(String, String) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Retrieves the specified batch object from the database and places it in the in-memory Batch cache.
retrieveBatch(String, String) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
retrieveCredits(Order, Hashtable) - Static method in class com.ibm.etill.framework.payapi.Credit
Returns the set of Credit objects that belong to the specified order.
retrieveListeners() - Static method in class com.ibm.etill.framework.eventmgr.EventListener
 
retrieveOpenBatches(String) - Static method in class com.ibm.etill.framework.payapi.FrameworkBatch
 
retrieveOrder() - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
retrieveOrder(String, String) - Static method in class com.ibm.etill.framework.supervisor.Supervisor
Retrieves the specified order from the cache or database.
retrieveOrder(String, String, boolean) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
retrievePayments(Order, Hashtable) - Static method in class com.ibm.etill.framework.payapi.Payment
Returns the set of Payment objects that belong to the specified order.
ReturnCodeStructure - class com.ibm.etill.framework.payapi.ReturnCodeStructure.
This class is a structure to use when returning information to a caller in the form of a primary return code and a secondary return code.
ReturnCodeStructure() - Constructor for class com.ibm.etill.framework.payapi.ReturnCodeStructure
Default Constructor.
ReturnCodeStructure(RCItem, RCItem) - Constructor for class com.ibm.etill.framework.payapi.ReturnCodeStructure
This constructor initializes the ReturnCodeStructure with a primary and secondary return code.
ReturnCodeStructure(short, short) - Constructor for class com.ibm.etill.framework.payapi.ReturnCodeStructure
This constructor initializes the ReturnCodeStructure with a primary and secondary return code.
returnResource() - Method in class com.ibm.etill.framework.supervisor.ResourcePool
 
returnStructure - Variable in class com.ibm.etill.framework.payapi.ETillAbortOperation
Deprecated. Cassettes should not access this instance variable.
ROLE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ROLES - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
ROLES_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
roleXMLFormat(String) - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Converts a roles string to an XML string.
rollbackAndCloseTransaction(Connection) - Method in class com.ibm.etill.framework.archive.ETillArchive
Rolls back a transaction consisting of one or more SQL operations
run() - Method in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
run() - Method in class com.ibm.etill.framework.supervisor.TimerThread
 

S

scheduleApprovalExpiration(FrameworkCassetteAdmin, boolean) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
scheduleAsynchronousApprove(FrameworkOrder, Cassette, ParameterTable, ParameterTable) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
Script(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Script - element for including "scripting" code within the document
SECONDARYRC - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
SelectorOption(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
SelectorOption - specifies one of the choices displayed in a Selector
SelectorOption(String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
SelectorOption - specifies one of the choices displayed in a Selector This form allows pre-selection of an entry
SelectorOption(String, int, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
SelectorOption - specifies one of the choices displayed in a Selector This form allows pre-selection of an entry, and the use of an option "value" different from the option "name"
SEPARATOR - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
serializeObject(Serializable) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Serializes an object so that it can be stored in Commerce Payments database.
ServerSocketComPoint - class com.ibm.etill.framework.io.ServerSocketComPoint.
This is an abstract server ComPoint class for Socket based communications.
ServerSocketComPoint(int) - Constructor for class com.ibm.etill.framework.io.ServerSocketComPoint
Default Constructor
ServerSocketComPoint(int, int) - Constructor for class com.ibm.etill.framework.io.ServerSocketComPoint
Default Constructor
service(CassetteRequest, CassetteResponse) - Method in class com.ibm.etill.framework.cassette.Cassette
Processes an inbound API or protocol request and generates an appropriate response.
SERVICEURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SERVICEURL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SET_USERACCESSRIGHTS - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SET_USERACCESSRIGHTS_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
setAccept(String) - Method in class com.ibm.etill.framework.io.HTTPOutputStream
 
setAcceptPaymentAutoApprove(short) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for acceptPaymentAutoApprove flag
setAcceptPaymentAutoApprove(short) - Method in class com.ibm.etill.framework.xdm.PSServerAccount
modifier for acceptPaymentAutoApprove flag
setAcceptPaymentAutoDeposit(boolean) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for acceptPaymentAutoDeposit flag
setAcceptPaymentAutoDeposit(boolean) - Method in class com.ibm.etill.framework.xdm.PSServerAccount
modifier for acceptPaymentAutoDeposit flag
setAccountNumber(String) - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
setAccountTitle(String) - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
setAcquirerID(String) - Method in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use setReferenceNumber()
setActive(boolean) - Method in class com.ibm.etill.framework.admin.AdminObject
Updates this object's active property to the input value.
setAmount(Amount) - Method in class com.ibm.etill.framework.payapi.Transaction
Sets the transaction amount to the amount value in the input Amount object.
setAmount(Amount) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setAmount(int) - Method in class com.ibm.etill.framework.payapi.Transaction
Sets the transaction amount to the input amount value.
setAmount(short, int, int) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setApprovalExpiration(int) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for approvalExpiration flag @38247
setApprovalExpiration(int) - Method in class com.ibm.etill.framework.xdm.PSServerAccount
modifier for approvalExpiration value @38247
setApprovalExpirationDelayTimeInMins(long) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
setApprovalExpiryInMins(boolean) - Static method in class com.ibm.etill.framework.admin.AccountAdmin
sets that approval expiration value is in minutes (rather than days) this is for testing purposes
setApproveFlag(short) - Method in class com.ibm.etill.framework.payapi.Order
Modifier for approve flag.
setApproveFlag(short) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setApprovesAllowed(boolean) - Method in class com.ibm.etill.framework.payapi.Order
Sets an internal flag to indicate whether or not new APPROVE commands are allowed for this Order object.
setApproveTime(long) - Method in class com.ibm.etill.framework.payapi.Payment
setter method for approveTime
setApproveTime(long, boolean) - Method in class com.ibm.etill.framework.payapi.Payment
Sets the ApproveTime and optionally sets the Authorization Expiration time
setAuthorizationExpiry(long) - Method in class com.ibm.etill.framework.payapi.Payment
setter method for approvalExpiry
setBatchID(int) - Method in class com.ibm.etill.framework.payapi.Batch
Deprecated.  
setBatchNumber(String) - Method in class com.ibm.etill.framework.payapi.Transaction
Sets the batch number of this transaction.
setBatchNumber(String) - Method in class com.ibm.etill.framework.payapi.Order
Assigns a batch number to be used for this order's automatic approval and automatic deposit.
setBatchNumber(String) - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
setBatchStatus(short) - Method in class com.ibm.etill.framework.payapi.Batch
Updates this Batch object's batch balancing status.
setcancelURL(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setCardholderID(String) - Method in class com.ibm.etill.framework.payapi.Order
Assigns cardholder id data to this Order.
setCassetteData(Hashtable) - Method in class com.ibm.etill.framework.eventmgr.CassetteEvent
Assigns a set of cassette-specific parameters to this event object.
setCassetteExtensionObject(CassetteExtensionObject) - Method in class com.ibm.etill.framework.xdm.PSServerAdminObject
Sets the Cassette extension object.
setCassetteExtensionObject(CassetteExtensionObject) - Method in class com.ibm.etill.framework.xdm.PSServerMerchant
Does nothing but throw ETillCassetteException.
setCassetteExtensionObject(CassetteExtensionObject) - Method in class com.ibm.etill.framework.xdm.PSServerFinancialObject
Sets cassette extension for this PSServerFinancialObject object.
setCassetteExtensionObject(CassetteExtensionObject) - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
setCassetteExtensionObject and addCassetteConfigObject are not yet supported. For now, ETillCassetteException is thrown on method entry.
setCassetteName(String) - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Sets the cassette name
setCassetteOrder(CassetteOrder) - Method in class com.ibm.etill.framework.payapi.Order
Associates a CassetteOrder object with this generic order.
setCassetteTransaction(CassetteTransaction) - Method in class com.ibm.etill.framework.payapi.Transaction
Sets the cassettetransaction.
setClassName(String) - Method in class com.ibm.etill.framework.io.SocketComPoint
setClassName()
setClassName(String) - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
setClassName()
setClassName(String) - Method in class com.ibm.etill.framework.io.FrameworkDataStream
setClassName() .
setCloseAllowed(boolean) - Method in class com.ibm.etill.framework.payapi.Batch
Sets an internal flag that indicates whether or not the merchant software is allowed to issue a BATCHCLOSE command for this Batch object.
setComPoint(ComPoint) - Static method in class com.ibm.etill.framework.io.SocketConnections
Sets the Socket connection pool size.
setComponentName(String) - Method in class com.ibm.etill.framework.eventmgr.NetMgrEvent
 
setConfigurationFlag(int) - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Gets this configuration flag to configFlag.
setConnection(ETillConnection) - Method in class com.ibm.etill.framework.cassette.CassetteResponse
Associates an ETillConnection object with this response object when a request/response object pair is created.
setConnection(Object) - Method in interface com.ibm.etill.framework.io.ETillConnection
An ETillConnection object needs to store an instance of the logical connection for it's associated ComPoint.
setConnection(Object) - Method in class com.ibm.etill.framework.io.FrameworkDataStream
An ETillConnection object needs to store an instance of the logical connection for it's associated ComPoint.
setConnection(String) - Method in class com.ibm.etill.framework.io.HTTPOutputStream
 
setContentType(String) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the content-type field to be used then the writeMime() method is called.
setContentTypeCharset(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setContentTypeClass(String) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the content-type class field to be used then the writeMime() method is called.
setContentTypeControl(String) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the content-type control field to be used then the writeMime() method is called.
setContentTypeDelay(int) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the content-type delay field to be used then the writeMime() method is called.
setContentTypeMsgTag(String) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the content-type message tag field to be used then the writeMime() method is called.
setCreditNumber(String) - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
setCurrentCassetteName(String) - Static method in class com.ibm.etill.framework.supervisor.PaymentServerThread
 
setCurrentState(int) - Method in class com.ibm.etill.framework.payapi.Transaction
Updates the current state of this Transaction object and generates a StateEvent.
setCurrentState(int) - Method in class com.ibm.etill.framework.payapi.Batch
Updates the current state of this Batch object and generates a StateEvent.
setCurrentState(int) - Method in class com.ibm.etill.framework.payapi.Order
Updates the current state of this Order object and generates a StateEvent.
setDepositAmount(int) - Method in class com.ibm.etill.framework.payapi.Payment
Sets the deposit amount value of this Payment object.
setDepositFlag(boolean) - Method in class com.ibm.etill.framework.payapi.Order
modifier for automatic deposit flag.Note that this flag only has meaning if the getApproveFlag method returns 1.
setEnabled(boolean) - Method in class com.ibm.etill.framework.admin.AdminObject
Updates this object's enabled property to the input value.
setEnabled(Boolean) - Method in class com.ibm.etill.framework.admin.AdminObject
Updates this object's enabled property to the input value.
setEncoding(String) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the Encoding field to be used then the writeMime() method is called.
setETillConnection(ETillConnection) - Method in class com.ibm.etill.framework.payapi.Order
Deprecated. ETillConnection is set in the CassetteRequest and CassetteResponse.
setEventType(int) - Method in class com.ibm.etill.framework.eventmgr.PSEvent
Assigns an event type value to this PSEvent object.
setExecutionMode() - Method in class com.ibm.etill.framework.cassette.AdminRequest
Marks this request object as being ready for processing by the cassette.
setfailureURL(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setFinancialInstitution(String) - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
setForceAllowed(boolean) - Method in class com.ibm.etill.framework.payapi.Batch
Sets an internal flag that indicates whether or not the merchant software is allowed to issue a BATCHCLOSE command for this Batch object with the FORCE flag set to true.
setHostname(String) - Method in class com.ibm.etill.framework.io.TcpipHost
Sets the host name.
setInitialPaymentAmount(int) - Method in class com.ibm.etill.framework.payapi.Order
The Framework calls this method to set the amount value (without decimal point) to be used on an automatic approval.
setInitialPaymentNumber(String) - Method in class com.ibm.etill.framework.payapi.Order
 
setLength(int) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the Length field to be used then the writeMime() method is called.
setLock(int) - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
 
setMaxSocketConnections(int) - Static method in class com.ibm.etill.framework.io.SocketConnections
 
setMerchantName(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setMerchantNumber(String) - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
setMerchantNumbers(Vector) - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Sets this merchant number to merchantNumber.
setMerchantOriginated() - Method in class com.ibm.etill.framework.payapi.Order
The Framework calls this method to mark this Order object as having been created through an ACCEPTPAYMENT API command.
setMerchantTitle(String) - Method in class com.ibm.etill.framework.admin.MerchantAdmin
Updates the merchant title with the input string.
setMerchantTitle(String) - Method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
setMessage(byte[]) - Method in class com.ibm.etill.framework.io.MimeOutputStream
Stores the byte array containing the message to be used then the writeMime() method is called.
setMessageID(String) - Method in class com.ibm.etill.framework.cassette.Cassette
Sets the cassette's message resource bundle identifier.
setNewTransaction(boolean) - Method in class com.ibm.etill.framework.payapi.Transaction
Sets the internal newTransaction flag to indicate whether or not this is a new transaction.
setOrderData1(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setOrderData2(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setOrderData3(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setOrderData4(byte[]) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setOrderData5(byte[]) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setOrderDescription(byte[]) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setOrderNumber(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setOrderNumber(String) - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
setOrderRequestObject(OrderRequest) - Method in class com.ibm.etill.framework.payapi.Order
Sets the value for order request object attribute.
setorderURL(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setPaymentNumber(String) - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
setPaymentSystemName(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setPending(boolean) - Method in class com.ibm.etill.framework.admin.AdminObject
Updates this object's changesPending property to the input value.
setPerfData(long, long, long, long) - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Sets key counters for this payment server.
setPersistentFieldsKey(String) - Method in class com.ibm.etill.framework.payapi.Order
Cassettes should not call this method.
setPersistentFieldsKeyIndicator(int) - Method in class com.ibm.etill.framework.payapi.Order
Cassettes should not call this method.
setPort(int) - Method in class com.ibm.etill.framework.io.TcpipHost
Sets the host name.
setPrimaryRC(RCItem) - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Sets the primary return code
setPrimaryRC(short) - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Sets the primary return code
setPurgeAllowed(boolean) - Method in class com.ibm.etill.framework.payapi.Batch
Sets an internal flag that indicates whether or not the merchant software is allowed to issue a BATCHPURGE command for this Batch object.
setQueryMethodIndex() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
setReceivePaymentAutoApprove(short) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for receivePaymentAutoApprove flag
setReceivePaymentAutoApprove(short) - Method in class com.ibm.etill.framework.xdm.PSServerAccount
modifier for receivePaymentAutoApprove flag
setReceivePaymentAutoDeposit(boolean) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for receivePaymentAutoDeposit flag
setReceivePaymentAutoDeposit(boolean) - Method in class com.ibm.etill.framework.xdm.PSServerAccount
modifier for receivePaymentAutoDeposit flag
setReferenceNumber(String) - Method in class com.ibm.etill.framework.payapi.Transaction
Assigns a protocol-specific reference number to this Transaction object.
setReturnCodes(short, short) - Method in class com.ibm.etill.framework.cassette.APIResponse
Sets the primary and secondary return code for the associated command.
setReturnMessage(byte[]) - Method in class com.ibm.etill.framework.cassette.APIResponse
Specifies a byte array that contains auxillary protocol-specific response data that must be returned to the merchant application as part of the command response message.
setRoles(String) - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Sets this role to rolesString.
setSecondaryRC(RCItem) - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Sets the secondary return code
setSecondaryRC(short) - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Sets the secondary return code
setserviceURL(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setSoLinger(boolean, int) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoLinger(boolean, int) - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSplitsAllowed(boolean) - Method in class com.ibm.etill.framework.payapi.Order
 
setState(int) - Method in class com.ibm.etill.framework.supervisor.FSMState
Updates the current state value of the associated Finite State Machine.
setsuccessURL(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setSupportAcceptPayment(boolean) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for acceptPayment supported
setSupportApprovalExpiration(boolean) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for approvalExpiry supported @38247
setSupportReceivePayment(boolean) - Method in class com.ibm.etill.framework.admin.AccountAdmin
modifier for receivePayment supported
setTcpNoDelay(boolean) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Disable Nagle's Algorithm if you supply true.
setTcpNoDelay(boolean) - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setTimeClosed(Timestamp) - Method in class com.ibm.etill.framework.payapi.Batch
Marks the time that this Batch was closed.
setTimeCreated(Timestamp) - Method in class com.ibm.etill.framework.payapi.FrameworkBatch
 
setTimeout(int) - Method in class com.ibm.etill.framework.io.SyncSocketComPoint
setTimeout() -- set timeout value (in milliseconds)
setTimeStampCreated(long) - Method in class com.ibm.etill.framework.payapi.Transaction
Cassettes should not call this method.
setTimeStampCreated(long) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setTimeStampModified(long) - Method in class com.ibm.etill.framework.payapi.Transaction
Cassettes should not call this method.
setTimeStampModified(long) - Method in class com.ibm.etill.framework.payapi.Order
Cassettes should not call this method.
setTraceSettings(String) - Static method in class com.ibm.etill.framework.log.Trace
Registers the component to the trace facility.
setTraceSettings(String, int) - Static method in class com.ibm.etill.framework.log.Trace
Deprecated. Use setTraceSettings(String)
setTraceSettings(String, int, String) - Static method in class com.ibm.etill.framework.log.Trace
Deprecated. Use setTraceSettings(String)
setTransactionID(String) - Method in class com.ibm.etill.framework.payapi.FrameworkOrder
 
setUniqueKey(String) - Method in class com.ibm.etill.framework.payapi.Batch
Deprecated.  
setUserAgent(String) - Method in class com.ibm.etill.framework.io.HTTPOutputStream
 
setUserName(String) - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Sets this user name to userName.
setValidationMode() - Method in class com.ibm.etill.framework.cassette.AdminRequest
Marks this request object as being ready for validation by the cassette.
shortFalse - Static variable in class com.ibm.etill.framework.archive.ETillArchive
Use to represent boolean false value as a small integer in the Commerce Payments database.
shortTrue - Static variable in class com.ibm.etill.framework.archive.ETillArchive
Use to represent boolean true value as a small integer in the Commerce Payments database.
shutdown() - Method in class com.ibm.etill.framework.cassette.Cassette
Quiesces and deactivates the cassette such that is will no longer process API commands or (if appropriate) protocol requests.
snmListeners - Static variable in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
SocketComPoint - class com.ibm.etill.framework.io.SocketComPoint.
This is an abstract client ComPoint class for Socket based communications.
SocketComPoint(String, int) - Constructor for class com.ibm.etill.framework.io.SocketComPoint
Default Constructor
SocketConnections - class com.ibm.etill.framework.io.SocketConnections.
Class used to maintain and terminate socket connections and cannot be subclasssed.
SocketConnections() - Constructor for class com.ibm.etill.framework.io.SocketConnections
 
SocketDownInterface - interface com.ibm.etill.framework.io.SocketDownInterface.
A callback interface that allows objects of implementing classes to be notified when a socket connection goes down.
SOCKSHOST - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SOCKSHOST - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
SOCKSHOST_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SOCKSPORT - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SOCKSPORT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
SOCKSPORT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SPLITALLOWED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SPLITALLOWED_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
splitsAllowed - Variable in class com.ibm.etill.framework.payapi.Order
Deprecated. Use getSplitsAllowed()
START - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
START_ACCOUNT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
START_CASSETTE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
START_PAYSYSTEM_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
START_WORK_ITEM - Static variable in class com.ibm.etill.framework.log.Trace
Work item has been started trace setting
start() - Method in class com.ibm.etill.framework.cassette.Cassette
Activates the cassette so that it is ready to accept API commands and (if appropriate) protocol requests.
StartBody() - Method in class com.ibm.etill.framework.archive.HTMLPage
StartBody - commence the HTML page body (appears after HTML HEAD)
StartBody(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartBody - commence the HTML page body (appears after HTML HEAD) this version supports selection of the page background color
StartBody(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartBody - commence the HTML page body (appears after HTML HEAD) this version support selection of an image background, or alternative solid color background
StartForm(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartForm - begins a "form" This version allows only "POST"-type forms
StartGlossary() - Method in class com.ibm.etill.framework.archive.HTMLPage
StartGlossary - commence a Glossary-type list
StartGlossary(int) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartGlossary - commence a Glossary-type list
StartHead() - Method in class com.ibm.etill.framework.archive.HTMLPage
StartHead - commence the HTML HEAD block (must appear before BODY block)
StartList() - Method in class com.ibm.etill.framework.archive.HTMLPage
StartList - commence a generic list
StartList(int) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartList - commence a generic list, opt displayed in compact form
StartList(String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartList - commence a list, opt displayed in compact form
startObject() - Method in class com.ibm.etill.framework.admin.AdminObject
Implemented by subclasses to start this AdminObject.
startObject() - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
startObject() - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
startObject() - Method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
startObject() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
StartPage() - Method in class com.ibm.etill.framework.archive.HTMLPage
StartPage - commence generation of a fresh HTML page (req'd at top of document)
startread() - Method in class com.ibm.etill.framework.supervisor.ReaderWriterMonitor
 
StartSelector(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartSelector - start a multi-item value selector("menu" type)
StartSelector(String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartSelector - start a multi-item value selector("menu" type), with size
StartSelector(String, int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartSelector - start a multi-item value selector("menu" type), with size and option of multi-selection
StartTable() - Method in class com.ibm.etill.framework.archive.HTMLPage
StartTable - commence a new HTML table, with default border
StartTable(int) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartTable - commence a new HTML table, specifying border width this version allows selection of the border width
StartTableRow() - Method in class com.ibm.etill.framework.archive.HTMLPage
StartTableRow - commence a new row within an open table
StartTableRow(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
StartTableRow - commence a new row within an open table, specifying row alignment properties
startwrite() - Method in class com.ibm.etill.framework.supervisor.ReaderWriterMonitor
 
STATE_CHANGE_EVENT - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
stateChangeListeners - Static variable in class com.ibm.etill.framework.eventmgr.EventDispatcher
 
StateEvent - class com.ibm.etill.framework.eventmgr.StateEvent.
 
StateEvent(Object, String, String, String, String, int, int) - Constructor for class com.ibm.etill.framework.eventmgr.StateEvent
 
StateEvent(Object, String, String, String, String, int, int, String, String, String, String, byte[], byte[]) - Constructor for class com.ibm.etill.framework.eventmgr.StateEvent
 
STATUS - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
STOP - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
STOP_ACCOUNT_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
STOP_CASSETTE_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
STOP_PAYSYSTEM_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
STOP_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
stopObject() - Method in class com.ibm.etill.framework.admin.AdminObject
Implemented by subclasses to stop this AdminObject.
stopObject() - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
stopObject() - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
stopObject() - Method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
stopObject() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
StringValidationItem - class com.ibm.etill.framework.payapi.StringValidationItem.
 
StringValidationItem(String, short, boolean, int, int, String) - Constructor for class com.ibm.etill.framework.payapi.StringValidationItem
Constructor Initialize this StringValidationItem with the name of the parameter, the API failure return code, whether to allow null values, the minimum allowable length, the maximum allowable length and the character-encoding name.
Style(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Style - include a CSS1 style sheet
StyleSheet(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
StyleSheet - give reference to an external CSS1 style sheet
SubmitButton(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
SubmitButton - place a SUBMIT-type action button in the form
SUCCESSURL - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SUCCESSURL_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
Supervisor - class com.ibm.etill.framework.supervisor.Supervisor.
Supervisor provides various services to cassettes through a set of class methods.
Supervisor() - Constructor for class com.ibm.etill.framework.supervisor.Supervisor
Cassettes should never call this constructor.
suppressCassette() - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
SyncSocketComPoint - class com.ibm.etill.framework.io.SyncSocketComPoint.
This is an abstract client ComPoint class for synchronous Socket based communications.
SyncSocketComPoint(String, int, int, int) - Constructor for class com.ibm.etill.framework.io.SyncSocketComPoint
This Constructor stores a reference of the hostname and the port number used by this SyncSocketComPoint when creating a Socket.
SYSPLEXFLAG - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SYSPLEXFLAG_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
SYSTEM_INFO - Static variable in class com.ibm.etill.framework.log.Trace
System Information trace setting
systemShutdown() - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 

T

TableBreak() - Method in class com.ibm.etill.framework.archive.HTMLPage
TableBreak - insert break in table data
TableCaption(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableCaption - specify a Caption element for an open table
TableCaption(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableCaption - specify a Caption element for an open table this version allows positional control of the element
TableData() - Method in class com.ibm.etill.framework.archive.HTMLPage
TableData - indicate start of a data element within a row Use prior to inserting a FORM element into a row, or when data is produced by another construct.
TableData(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableData - specify a data element within a row
TableData(String, String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableData - specify a data element within a row, specifying alignment properties
TableData(String, String, String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableData - specify a data element within a row, specifying alignment properties, and field width
TableHeader(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableHeader - specify a "header" element for this row (bold)
TableHeader(String, String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableHeader - specify a "header" element for this row (bold), specifying alignment properties
TableHeader(String, String, String, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableHeader - specify a "header" element for this row (bold), specifying alignment properties, and field width
TableParagraph() - Method in class com.ibm.etill.framework.archive.HTMLPage
TableParagraph - insert a paragraph break in table data
TableParagraph(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableParagraph - insert a paragraph of text in table data
TableText(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TableText - insert text in table data
TCP_CONN_DROP - Static variable in class com.ibm.etill.framework.log.Trace
Connection dropped/lost trace setting
TCP_CONN_EST - Static variable in class com.ibm.etill.framework.log.Trace
Connection established trace setting
TCP_READ - Static variable in class com.ibm.etill.framework.log.Trace
TCP Read activity trace setting
TCP_READ_DATA - Static variable in class com.ibm.etill.framework.log.Trace
TCP Read activity (including data) trace setting
TCP_WRITE - Static variable in class com.ibm.etill.framework.log.Trace
TCP Write activity trace setting
TCP_WRITE_DATA - Static variable in class com.ibm.etill.framework.log.Trace
TCP Write activity (including data) trace setting
TcpipHost - class com.ibm.etill.framework.io.TcpipHost.
TcpipHost is class that represents a server to which a TCP/IP connection can be made using a host name and a port
TcpipHost(String, int) - Constructor for class com.ibm.etill.framework.io.TcpipHost
Class contructor that creates a TcpipHost using a host name and a port number.
Text(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Comment - place a sequence of text on the page
TextField(String, int, int) - Method in class com.ibm.etill.framework.archive.HTMLPage
TextField - place a text-input entry on the page
TextField(String, int, int, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TextField - place a text-input entry on the page
TextLink(String, String) - Method in class com.ibm.etill.framework.archive.HTMLPage
TextLink - create a hypertext link
Timeable - interface com.ibm.etill.framework.supervisor.Timeable.
 
TimeableTransaction - class com.ibm.etill.framework.supervisor.TimeableTransaction.
TimeableTransaction objects queue WorkItem objects to the Framework's service thread queue when the specified expiration time has been reached.
TimeableTransaction(WorkItem, long) - Constructor for class com.ibm.etill.framework.supervisor.TimeableTransaction
Constructs a TimeableTransaction object for the specified WorkItem and sets the timer for the specified expiration value.
TIMEGENERATED - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
TimeOutInputStream - class com.ibm.etill.framework.io.TimeOutInputStream.
This class defines a BufferedInputStream with improved read methods implementing buffered inputs, string recognitions and timeouts.
This class uses a BufferedInputStream to minimize the number of calls to the underlying InputStream.
This class has a read method that returns when a certain string has been detected into a stream.
TimeOutInputStream(InputStream, int) - Constructor for class com.ibm.etill.framework.io.TimeOutInputStream
Creates a new buffered TimeOut input stream to read data from the specified input stream using a buffer with a specified buffer size.
TIMEREGISTERED - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
TimerThread - class com.ibm.etill.framework.supervisor.TimerThread.
 
TimerThread(String) - Constructor for class com.ibm.etill.framework.supervisor.TimerThread
 
timeStampCreated - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getTimestampCreated() and setTimestampCreated()
timeStampModified - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getTimestampModified() and setTimestampModified()
TimestampValidationItem - class com.ibm.etill.framework.payapi.TimestampValidationItem.
The TimestampValidationItem object is used to check that a parameter's value is a valid Timestamp parameter and insert that parameter and it's value into a given ParameterTable if the verification passed.
TimestampValidationItem(String, short, boolean) - Constructor for class com.ibm.etill.framework.payapi.TimestampValidationItem
Constructor Initialize this TimestampValidationItem with the name of the parameter, the API failure return code, and whether to allow null values.
timesUp() - Method in class com.ibm.etill.framework.supervisor.TimeableTransaction
Cassettes should not call this method.
timesUp() - Method in interface com.ibm.etill.framework.supervisor.Timeable
 
timesUpTime() - Method in class com.ibm.etill.framework.supervisor.TimeableTransaction
Returns the expiration time of this TimeableTransaction.
timesUpTime() - Method in interface com.ibm.etill.framework.supervisor.Timeable
 
Title(String) - Method in class com.ibm.etill.framework.archive.HTMLPage
Title - specify a title for the HTML page
toBoolean(short) - Static method in class com.ibm.etill.framework.archive.ETillArchive
Converts a short (SMALLINT) from a database table to its corresponding boolean value.
toClient - Variable in class com.ibm.etill.framework.archive.HTMLPage
 
toHexDump() - Method in class com.ibm.etill.framework.io.ByteArray
NOT Implemented
toHexString() - Method in class com.ibm.etill.framework.io.ByteArray
Converts this into a printable hexidecimal string
toString() - Method in class com.ibm.etill.framework.admin.AdminObject
Implemented by subclasses to format this AdminObject for tracing purposes.
toString() - Method in class com.ibm.etill.framework.admin.PaySystemAdmin
Returns a string representation of this payment system object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.admin.CassetteAdmin
Returns a string representation of this cassette object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.admin.AccountAdmin
Returns a string representation of this account object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.admin.PayServer
Returns a string representation of this account object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.admin.MerchantAdmin
Returns a string representation of this merchant object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.admin.UserAdmin
 
toString() - Method in class com.ibm.etill.framework.payapi.Transaction
Returns a string representation of this object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.payapi.Amount
Returns a string representation of this Amount object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.payapi.BatchKey
Returns a string representation of this object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.payapi.Order
Returns a string representation of this object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.payapi.AsynchronousApproveWorkItem
Gets this object in a string format
toString() - Method in class com.ibm.etill.framework.payapi.ApprovalExpirationWorkItem
 
toString() - Method in class com.ibm.etill.framework.payapi.ETillAbortOperation
Returns a string representation of this object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.payapi.TransactionKey
Returns a string representation of this object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.payapi.OrderKey
 
toString() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Gets the socket in a string format If the socket has not be connected, "socket not connected" will be returned
toString() - Method in class com.ibm.etill.framework.io.SocketComPoint
toString()
toString() - Method in class com.ibm.etill.framework.io.SyncSocketComPoint
toString() -- converts an ServerSocketComPoint into a printable string
toString() - Method in class com.ibm.etill.framework.io.ServerSocketComPoint
toString() -- converts an ServerSocketComPoint into a printable string
toString() - Method in class com.ibm.etill.framework.io.TcpipHost
Returns the class in a string format.
toString() - Method in class com.ibm.etill.framework.io.ByteArray
Converts this into a printable string.
toString() - Method in class com.ibm.etill.framework.io.TypicalClientSocket
Gets the socket in the form of a string.
toString() - Method in class com.ibm.etill.framework.io.FrameworkDataStream
toString()
toString() - Method in class com.ibm.etill.framework.eventmgr.PSEvent
Returns a string representation of this event object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.eventmgr.CassetteEvent
Returns a string representation of this event object for tracing purposes.
toString() - Method in class com.ibm.etill.framework.eventmgr.NetMgrEvent
 
toString() - Method in class com.ibm.etill.framework.eventmgr.StateEvent
 
toString() - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
toString() - Method in class com.ibm.etill.framework.supervisor.GenericKey
Returns a string representation of this object for tracing purposes.
toXml() - Method in class com.ibm.etill.framework.cassette.query.CassetteConfigObject
Generates an XML document from Cassette config properties.
toXml() - Method in class com.ibm.etill.framework.cassette.query.CassetteObject
Generates XML to represent this object in a Payment Server query API response.
toXml() - Method in class com.ibm.etill.framework.cassette.query.CassetteProperty
Converts this cassette property object to an XML element
toXml() - Method in class com.ibm.etill.framework.cassette.query.CassetteExtensionObject
Generates an XML document from Cassette extension properties.
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerMerchant
Converts merchant elements and attributes to an XML document.
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerCassette
Converts cassette elements and attributes to an XML document.
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerAccount
Converts account elements and attributes to an XML document.
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerPayServer
Converts payment server elements and attributes to an XML document.
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerEventListener
Converts this object to an XML element
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerPaymentSystem
Converts payment system elements and attributes to an XML document.
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
Converts this PSServerOrder object as an XML element
toXml() - Method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Converts this object as an XML element
toXml(boolean) - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Converts PSServerCredit object to an XML element
toXml(boolean) - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Converts PSServerPayment object to an XML element
toXml(boolean, boolean) - Method in class com.ibm.etill.framework.xdm.PSServerOrder
Returns this PSServerOrder object as an XML element
toXml(boolean, boolean) - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Converts this object as an XML element
toXMLAccountCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerAccount
Converts account into their corresponding XML documents.
toXMLBatchCollection(Enumeration, boolean, boolean) - Static method in class com.ibm.etill.framework.xdm.PSServerBatch
Converts only the required fields of this PSServerBatch object to an XML element.
toXMLBatchKeyCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerBatch
Converts only the required fields of this PSServerBatch object to an XML element.
toXMLBatchTotalCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerBatchTotal
Converts only PSServerBatchTotal object to an XML element.
toXMLCassetteCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerCassette
Converts cassettes into their corresponding XML documents.
toXMLCreditCollection(Enumeration, boolean, Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerCredit
Converts Payment Server credit collection to an XML element.
toXMLCreditKeyCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerCredit
Converts Payment Server credit key collection to an XML element.
toXMLEventListenerCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerEventListener
Converts only the required fields of this PSServerBatch object to an XML element.
toXmlKeysOnly() - Method in class com.ibm.etill.framework.xdm.PSServerCredit
Converts only the required fields of this PSServerCredit object to an XML element.
toXmlKeysOnly() - Method in class com.ibm.etill.framework.xdm.PSServerOrder
Converts only the required fields of this PSServerOrder object to an XML element.
toXmlKeysOnly() - Method in class com.ibm.etill.framework.xdm.PSServerPayment
Converts only the required fields of this PSServerPayment object to an XML element.
toXmlKeysOnly() - Method in class com.ibm.etill.framework.xdm.PSServerBatch
Converts only the required fields of this PSServerBatch object to an XML element.
toXMLMerchantCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerMerchant
Converts merchant elements and attributes to an XML document.
toXMLOrderCollection(Enumeration, boolean, boolean) - Static method in class com.ibm.etill.framework.xdm.PSServerOrder
Converts Payment Server order collection to an XML element.
toXMLOrderKeyCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerOrder
Converts Payment Server order key collection to an XML element.
toXMLPaymentCollection(Enumeration, boolean, Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerPayment
Converts Payment Server credit collection to an XML element.
toXMLPaymentKeyCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerPayment
Converts Payment Server payment key collection to an XML element.
toXMLPaymentSystemCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerPaymentSystem
Converts payment systems into their corresponding XML documents.
toXMLPayServer(PSServerPayServer) - Static method in class com.ibm.etill.framework.xdm.PSServerPayServer
Uses toXml() to create an XML document.
toXMLUserInfoCollection(Enumeration) - Static method in class com.ibm.etill.framework.xdm.PSServerUserInfo
Converts this object as an XML element
Trace - class com.ibm.etill.framework.log.Trace.
Holds data and methods to be used to trace execution of an application.
TRACE_ALL - Static variable in class com.ibm.etill.framework.log.Trace
All trace enabled trace setting.
TRACE_INFO - Static variable in class com.ibm.etill.framework.log.Trace
Trace Information trace setting
TRACE_NONE - Static variable in class com.ibm.etill.framework.log.Trace
All trace disabled trace setting.
Trace() - Constructor for class com.ibm.etill.framework.log.Trace
 
trace(String) - Static method in class com.ibm.etill.framework.log.Trace
Deprecated. Use trace(String, long, String, String, String) This method is only provided for compatibility with 1.2 cassettes and will be removed in the future.
traceApiCommand(String, String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs an "API Command" trace record to the log file.
traceCassetteMessage1(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a cassette-specific debug message to the log file.
traceCassetteMessage2(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a cassette-specific debug message to the log file.
traceCassetteMessage3(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a cassette-specific debug message to the log file.
traceCassetteMessage4(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a cassette-specific debug message to the log file.
traceDatabaseCommit(String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs an "Database Commit" trace record to the log file.
traceDatabaseRead(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs an "Database Read" trace record to the log file.
traceDatabaseWrite(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs an "Database Write" trace record to the log file.
traceDebug(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "Debug record" trace record to the log file.
traceErrorOccurred(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs an "Error Occurred" trace record to the log file.
TRACEFILESIZE - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
traceFunctionEntry(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "Function Entry" trace record to the log file.
traceFunctionExit(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "Function Exit" trace record to the log file.
TRACELEVEL1_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
TRACELEVEL2_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
TRACELEVEL3_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
traceObjectState(String, int, int, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs an "Object State" trace record to the log file.
TRACEOFF_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
TRACEON_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
tracePerformance(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "Performance table" trace record to the log file.
traceRealm(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "Realm record" trace record to the log file.
TRACESETTING - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
traceStartWorkItem(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "Start Work Item" trace record to the log file.
traceSystemInfo(String, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs an "System Info" trace record to the log file.
traceTcpConnectionDropped(String, InetAddress, int, InetAddress, int, int) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "TCP Connection Dropped/Lost" trace record to the log file.
traceTcpConnectionEstablished(String, InetAddress, int, InetAddress, int, int) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "TCP Connection Established" trace record to the log file.
traceTcpRead(String, int, int, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "TCP Read" trace record to the log file.
traceTcpWrite(String, int, int, String) - Static method in class com.ibm.etill.framework.log.Trace
Outputs a "TCP Write" trace record to the log file.
tracing() - Static method in class com.ibm.etill.framework.log.Trace
Deprecated. Use isTracing(loggerName). This method is only provided for compatibility with 1.2 cassettes and will be removed in the future.
Transaction - class com.ibm.etill.framework.payapi.Transaction.
Transaction is the base class for the generic Payment and Credit classes.
TRANSACTIONID - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
TRANSACTIONID - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
TRANSACTIONID_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
TransactionKey - class com.ibm.etill.framework.payapi.TransactionKey.
TransactionKey objects serve as Hashtable keys that uniquely identify Payment and Credit objects.
TransactionKey(String, String) - Constructor for class com.ibm.etill.framework.payapi.TransactionKey
Constructs a TransactionKey object based on the input order number and transaction number.
transactionNumber - Variable in class com.ibm.etill.framework.payapi.Transaction
Deprecated. Use getTransactionNumber()
TransactionQueryRequest - class com.ibm.etill.framework.xdm.TransactionQueryRequest.
An abstract class that has its superclass as the FinancialObjectQueryRequest.
TransactionQueryRequest(String, Hashtable, Hashtable, Hashtable) - Constructor for class com.ibm.etill.framework.xdm.TransactionQueryRequest
A constructor with input parameters that validates and initializes object attributes.
TypicalClientSocket - class com.ibm.etill.framework.io.TypicalClientSocket.
This is a convenience class.
TypicalClientSocket(Socket) - Constructor for class com.ibm.etill.framework.io.TypicalClientSocket
Class constructor that takes an existing socket.
TypicalClientSocket(TcpipHost) - Constructor for class com.ibm.etill.framework.io.TypicalClientSocket
Class constructor taking a TcpipHost.
TypicalClientSocket(TcpipHost, TcpipHost) - Constructor for class com.ibm.etill.framework.io.TypicalClientSocket
Class constructor taking a TcpipHost as the target and a TcpipHost socks server.

U

UNKNOWN - Static variable in interface com.ibm.etill.framework.io.HTTPConst
 
UNSPECIFIED - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
UNSPECIFIED_ACTION - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
UP - Static variable in interface com.ibm.etill.framework.eventmgr.EventConstants
 
updateRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkCassetteAdmin
 
updateRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkAccountAdmin
 
updateRecord(Connection) - Method in class com.ibm.etill.framework.admin.FrameworkMerchantAdmin
 
updateRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Payment
This method should never be called directly from cassettes.
updateRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Credit
This method should never be called directly from cassettes.
updateRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Batch
This method should never be called directly from cassettes.
updateRecord(Connection) - Method in class com.ibm.etill.framework.payapi.Order
This method should never be called directly from cassettes.
updateRecord(Connection) - Method in class com.ibm.etill.framework.eventmgr.EventListener
 
updateRecord(Connection) - Method in interface com.ibm.etill.framework.archive.Archivable
Updates an existing or newly-created record representing this object in a Payment Server database table.
USER - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
USER_INTERFACE - Static variable in class com.ibm.etill.framework.log.Trace
identifies the Payments Framework UI component when making a trace call
USER_TOKEN - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
UserAdmin - class com.ibm.etill.framework.admin.UserAdmin.
 
UserAdmin() - Constructor for class com.ibm.etill.framework.admin.UserAdmin
 
UserInfoQueryRequest - class com.ibm.etill.framework.xdm.UserInfoQueryRequest.
 
UserInfoQueryRequest(String, Hashtable, PaymentServletRealm) - Constructor for class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
USERMERCHANTMAPPINGS - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
USERPERMISSIONSTABLE - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
USERPERMISSIONSVIEW - Static variable in interface com.ibm.etill.framework.xdm.PSServerUserInfoConstants
 
UTF8 - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 

V

V1R2_COMPATABILITY_TRACE_NAME - Static variable in class com.ibm.etill.framework.log.Trace
identifies trace calls made using the Payment Server 1.2 trace APIs
VALID_CURRENCY_LENGTH - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 
validateAndInsert(byte[], ParameterTable) - Method in class com.ibm.etill.framework.payapi.ParameterValidationItem
Validates and inserts valid values into the table if the parameter validates.
validateAndInsert(String[], ParameterTable, String) - Method in class com.ibm.etill.framework.payapi.ParameterValidationItem
Validates and inserts a vector of values into a table if it validates.
validateAndInsert(Vector, ParameterTable) - Method in class com.ibm.etill.framework.payapi.ParameterValidationItem
Validates and inserts a vector of values into a table if it validates.
validateDependencies(Batch) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
validateDependencies(Order) - Static method in class com.ibm.etill.framework.supervisor.FrameworkSupervisor
 
validateExtension(AdminRequest) - Static method in class com.ibm.etill.framework.admin.AdminObject
Called by the Framework to validate the parameters for the cassette-specific extension to the input AdminRequest object.
validateFilter() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
validateRoleValue() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
validateUserValue() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
validationMode() - Method in class com.ibm.etill.framework.cassette.AdminRequest
Indicates whether the cassette is expected to validate or process this request object.
validState(int) - Method in class com.ibm.etill.framework.supervisor.FSM
Indicates whether or not the Finite State Machine is in state which can legitimately expect the given input.
verifyConfig() - Method in class com.ibm.etill.framework.cassette.Cassette
Verifies the cassette-specific configuration which was read by the previous invocation of readCassetteConfig.
VIEW_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ACCOUNTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_ACQUIRERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_ACQUIRERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_AMOUNTEXP10 - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_APPROVALEXPIRY - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_APPROVESALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_APPROVETIME - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_BATCHKEY - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_BATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_BATCHREQUIRED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_CANCELURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_CARDHOLDERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_CARDHOLDERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_CARDHOLDERID - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_CLOSEALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_CREDITAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_CREDITNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_CREDITSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_CREDITTIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_CREDITTIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_CTYPECHARSET - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_CURRENCY - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_DEPOSITAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_FAILUREURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_GROWTH1 - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_GROWTH3 - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_MAXBATCHNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_MERCHANTNAME - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_MERCHANTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_NUMBEROFTRANSACTIONS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_ORDERAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_ORDERAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_ORDERAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERDATA1 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERDATA2 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERDATA3 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERDATA4 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERDATA5 - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERDESCRIPTION - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_ORDERNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_ORDERSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_ORDERSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERTIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_ORDERTIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_ORDERTIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERTIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_ORDERTIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_ORDERTIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORDERURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_ORIGIN - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_PAYMENTAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_PAYMENTNUMBER - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_PAYMENTSTATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_PAYMENTTIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_PAYMENTTIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_PAYMENTTYPE - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_PURGEALLOWED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_SERVICEURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_STATE - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_STATUS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_SUCCESSURL - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_TIMECLOSED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_TIMECREATED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_TIMEMODIFIED - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_TOTALAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchTotalConstants
 
VIEW_TOTALS - Static variable in interface com.ibm.etill.framework.xdm.PSServerBatchConstants
 
VIEW_TRANSACTIONID - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 
VIEW_UNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerPaymentConstants
 
VIEW_UNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerCreditConstants
 
VIEW_UNAPPROVEDAMOUNT - Static variable in interface com.ibm.etill.framework.xdm.PSServerOrderConstants
 

W

whereCondition() - Method in class com.ibm.etill.framework.xdm.QueryRequest
 
whereCondition() - Method in class com.ibm.etill.framework.xdm.PaymentQueryRequest
Builds the where-condition that will be used by the Framework to query the set of PSServerPayment objects being requested.
whereCondition() - Method in class com.ibm.etill.framework.xdm.CassetteQueryRequest
Builds the where-condition that will be used by the Framework to query the set of PSServerCassette objects being requested.
whereCondition() - Method in class com.ibm.etill.framework.xdm.AccountQueryRequest
Builds the where-condition that will be used by the Framework to query the set of PSServerAccount objects being requested.
whereCondition() - Method in class com.ibm.etill.framework.xdm.CreditQueryRequest
Builds the where-condition that will be used by the Framework to query the set of PSServerCredit objects being requested.
whereCondition() - Method in class com.ibm.etill.framework.xdm.BatchQueryRequest
Builds the where-condition that will be used by the Framework to query the set of PSServerBatch objects being requested.
whereCondition() - Method in class com.ibm.etill.framework.xdm.OrderQueryRequest
Builds the where-condition that will be used by the Framework to query the set of PSServerOrder objects being requested.
whereCondition() - Method in class com.ibm.etill.framework.xdm.PaymentSystemQueryRequest
Builds the where-condition that will be used by the Framework to query the set of PSServerPaymentSystem objects being requested.
whereCondition() - Method in class com.ibm.etill.framework.xdm.MerchantQueryRequest
 
whereCondition() - Method in class com.ibm.etill.framework.xdm.PayServerQueryRequest
 
whereCondition() - Method in class com.ibm.etill.framework.xdm.EventListenerQueryRequest
 
whereCondition() - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
whereCondition(Vector) - Method in class com.ibm.etill.framework.xdm.UserInfoQueryRequest
 
WorkItem - interface com.ibm.etill.framework.supervisor.WorkItem.
Cassettes should not implement this interface.
workItem() - Method in class com.ibm.etill.framework.supervisor.TimeableTransaction
Returns the WorkItem object to be processed when the expiration time is reached.
workItem() - Method in interface com.ibm.etill.framework.supervisor.Timeable
 
write(byte) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Writes a byte to the socket.
write(byte) - Method in class com.ibm.etill.framework.io.TypicalClientSocket
writes a byte to the socket.
write(byte[]) - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
Writes a set of bytes to the socket.
write(byte[]) - Method in class com.ibm.etill.framework.io.TypicalClientSocket
writes a set of bytes to the socket.
write(DataOutputStream) - Method in class com.ibm.etill.framework.payapi.ReturnCodeStructure
Writes the ReturnCodeStructure to a DataOutputStream object.
write(Object) - Method in interface com.ibm.etill.framework.io.ETillConnection
Writes an Object to the ComPoint associated with the ETillConnection instance.
write(Object) - Method in class com.ibm.etill.framework.io.FrameworkDataStream
Writes an Object to the ComPoint associated with the ETillConnection instance.
writeErrorResponse(Object) - Method in interface com.ibm.etill.framework.io.ETillConnection
Writes an Object to the ComPoint associated with the ETillConnection instance.
writeErrorResponse(Object) - Method in class com.ibm.etill.framework.io.FrameworkDataStream
Writes an error message to the ComPoint associated with the ETillConnection instance.
writeMime() - Method in class com.ibm.etill.framework.io.MimeOutputStream
This method takes Mime fields and converts them into an OutputStream At least the content-type field has to be filled in.
writePost(String) - Method in class com.ibm.etill.framework.io.HTTPOutputStream
Writes an HTTP POST statement that sends an URL.
writeRequest(String, String) - Method in class com.ibm.etill.framework.io.HTTPOutputStream
Writes an HTTP request statement that sends an URL.
writeResponse(int) - Method in class com.ibm.etill.framework.io.HTTPOutputStream
Writes an HTTP response banner statement.

X

XDMMessages - class com.ibm.etill.framework.xdm.XDMMessages.
 
XDMMessages() - Constructor for class com.ibm.etill.framework.xdm.XDMMessages
 
xorBaseInteger - Static variable in interface com.ibm.etill.framework.payapi.PaymentAPIConstants
 

Y

yourSocketIsDown() - Method in class com.ibm.etill.framework.io.ReconnectableClientSocket
This function gets called if our socket is used and found to be down ...
yourSocketIsDown() - Method in interface com.ibm.etill.framework.io.SocketDownInterface
Notification method that the socket connection has gone down

A B C D E F G H I K L M N O P Q R S T U V W X Y