Uses of Class
org.oa4mp.delegation.server.ServiceTransaction
-
Packages that use ServiceTransaction Package Description org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.delegation.server.request org.oa4mp.delegation.server.storage org.oa4mp.delegation.server.storage.support -
-
Uses of ServiceTransaction in org.oa4mp.delegation.server
Classes in org.oa4mp.delegation.server with type parameters of type ServiceTransaction Modifier and Type Class Description classServiceTransactionProvider<V extends ServiceTransaction>Created by Jeff Gaynor
on 4/4/12 at 4:27 PM -
Uses of ServiceTransaction in org.oa4mp.delegation.server.request
Methods in org.oa4mp.delegation.server.request that return ServiceTransaction Modifier and Type Method Description ServiceTransactionAGResponse. getServiceTransaction()ServiceTransactionIssuerRequest. getTransaction()Methods in org.oa4mp.delegation.server.request with parameters of type ServiceTransaction Modifier and Type Method Description voidAGResponse. setServiceTransaction(ServiceTransaction transaction)voidIssuerRequest. setTransaction(ServiceTransaction transaction)Generally this should not be needed.Constructors in org.oa4mp.delegation.server.request with parameters of type ServiceTransaction Constructor Description AGRequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction)ATRequest(javax.servlet.http.HttpServletRequest httpServletRequest, ServiceTransaction transaction)CBRequest(ServiceTransaction transaction)IssuerRequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction)IssuerRequest(ServiceTransaction transaction)PARequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction) -
Uses of ServiceTransaction in org.oa4mp.delegation.server.storage
Classes in org.oa4mp.delegation.server.storage with type parameters of type ServiceTransaction Modifier and Type Class Description classSQLServiceTransactionStore<V extends ServiceTransaction>Created by Jeff Gaynor
on May 12, 2010 at 9:52:58 AMMethods in org.oa4mp.delegation.server.storage that return types with arguments of type ServiceTransaction Modifier and Type Method Description HashMap<String,ServiceTransaction>SQLServiceTransactionStore. getCreatedTransactions() -
Uses of ServiceTransaction in org.oa4mp.delegation.server.storage.support
Classes in org.oa4mp.delegation.server.storage.support with type parameters of type ServiceTransaction Modifier and Type Class Description classServiceTransactionConverter<V extends ServiceTransaction>Converts maps to or from server-side transactions.
-