Uses of Interface
org.somda.sdc.glue.consumer.sco.ScoTransaction

Packages that use ScoTransaction
Package
Description
Implementation of the SDC consumer.
Implementation of the SDC provider service control object (SCO).
  • Uses of ScoTransaction in org.somda.sdc.glue.consumer

    Methods in org.somda.sdc.glue.consumer that return types with arguments of type ScoTransaction
    Modifier and Type
    Method
    Description
    <T extends org.somda.sdc.biceps.model.message.AbstractSet, V extends org.somda.sdc.biceps.model.message.AbstractSetResponse>
    com.google.common.util.concurrent.ListenableFuture<ScoTransaction<V>>
    SetServiceAccess.invoke(T setRequest, Class<V> responseClass)
    Invokes a set operation.
    <T extends org.somda.sdc.biceps.model.message.AbstractSet, V extends org.somda.sdc.biceps.model.message.AbstractSetResponse>
    com.google.common.util.concurrent.ListenableFuture<ScoTransaction<V>>
    SetServiceAccess.invoke(T setRequest, Consumer<org.somda.sdc.biceps.model.message.OperationInvokedReport.ReportPart> reportListener, Class<V> responseClass)
    Invokes a set operation.
  • Uses of ScoTransaction in org.somda.sdc.glue.consumer.sco

    Modifier and Type
    Class
    Description
    class 
    ScoTransactionImpl<T extends org.somda.sdc.biceps.model.message.AbstractSetResponse>
    Default implementation of ScoTransaction
    Methods in org.somda.sdc.glue.consumer.sco that return types with arguments of type ScoTransaction
    Modifier and Type
    Method
    Description
    <T extends org.somda.sdc.biceps.model.message.AbstractSet, V extends org.somda.sdc.biceps.model.message.AbstractSetResponse>
    com.google.common.util.concurrent.ListenableFuture<ScoTransaction<V>>
    ScoController.invoke(T setRequest, Class<V> responseClass)
     
    <T extends org.somda.sdc.biceps.model.message.AbstractSet, V extends org.somda.sdc.biceps.model.message.AbstractSetResponse>
    com.google.common.util.concurrent.ListenableFuture<ScoTransaction<V>>
    ScoController.invoke(T setRequest, Consumer<org.somda.sdc.biceps.model.message.OperationInvokedReport.ReportPart> reportListener, Class<V> responseClass)