Uses of Class
org.oa4mp.delegation.server.support.storage.ServiceTransactionKeys
-
Packages that use ServiceTransactionKeys Package Description edu.uiuc.ncsa.oa4mp.delegation.server.storage.support -
-
Uses of ServiceTransactionKeys in edu.uiuc.ncsa.oa4mp.delegation.server.storage.support
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.storage.support that return ServiceTransactionKeys Modifier and Type Method Description protected ServiceTransactionKeys
ServiceTransactionConverter. getSTK()
Constructors in edu.uiuc.ncsa.oa4mp.delegation.server.storage.support with parameters of type ServiceTransactionKeys Constructor Description ServiceTransactionTable(ServiceTransactionKeys keys, String schema, String tablenamePrefix, String tablename)
The schema and prefix are not part of the table's information, actually, but are needed to create its fully qualified name in context.
-