|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.etill.framework.admin.AdminObject | +--com.ibm.etill.framework.admin.PayServer
PayServer represents the Commerce Payments instance. Only one of these objects will exist in a given Commerce Payments. Cassettes MAY NOT augment this object with their own properties and cassettes should NOT extend this class.
Fields inherited from interface com.ibm.etill.framework.xdm.PSServerAdminConstants |
---|
COL_ACTIVE, COL_ENABLED, COL_MESSAGESKEY, COL_PENDING, COL_VALID |
Constructor Summary | |
---|---|
PayServer()
|
Method Summary | |
---|---|
int |
getAdminAPIPort()
Deprecated. All commands should be directed to the Payment Servlet using the HTTP-based API set. |
int |
getEngineAPIport()
Deprecated. Commerce Payments does not use sockets to communicate with the engine any more. |
int |
getErrorLogPort()
Deprecated. No replacement. |
String |
getETillHostname()
Returns the IP hostname of the machine on which this Commerce Payments instance is running. |
String |
getFullLogPathDirectory()
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. |
String |
getLogPath()
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. |
int |
getPaymentAPIport()
Deprecated. All commands should be directed to the Payment Servlet using the HTTP-based API set. |
String |
getTillName()
Deprecated. No replacement |
long |
getTraceFileSize()
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. |
int |
getTraceSetting()
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. |
String |
getUserExitPassThru()
Deprecated. No replacement. |
String |
toString()
Returns a string representation of this account object for tracing purposes. |
Methods inherited from class com.ibm.etill.framework.admin.AdminObject |
---|
addCassetteMessage, addFrameworkMessage, getActive, getEnabled, getInvalidList, getPending, processConfigurationChanges, processExtension, setActive, setEnabled, setEnabled, setPending, startObject, stopObject, validateExtension |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.etill.framework.archive.Archivable |
---|
createRecord, deleteRecord, updateRecord |
Constructor Detail |
public PayServer()
Method Detail |
public String toString()
toString
in class AdminObject
public String getETillHostname()
public int getEngineAPIport()
public int getTraceSetting()
public long getTraceFileSize()
public String getLogPath()
public String getFullLogPathDirectory()
public String getTillName()
public int getAdminAPIPort()
public int getPaymentAPIport()
public int getErrorLogPort()
public String getUserExitPassThru()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |