public class DataspaceAccessorProviderForTaskList extends java.lang.Object implements TriggerFunctionContextImpl.DataspaceAccessorProvider
Title: Service Event Fabric Core
Description: Defines the DataspaceAccessorProvider
interface for the Task List.
Copyright: Copyright (c) 2023
Company: StreamScape Technologies
Constructor and Description |
---|
DataspaceAccessorProviderForTaskList(boolean noAutoCommit) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
DataspaceAccessor |
getDataspaceAccessor() |
void |
rollback() |
public DataspaceAccessorProviderForTaskList(boolean noAutoCommit)
public DataspaceAccessor getDataspaceAccessor() throws FabricComponentAccessorException, FabricConnectionException
getDataspaceAccessor
in interface TriggerFunctionContextImpl.DataspaceAccessorProvider
FabricComponentAccessorException
FabricConnectionException
public void commit() throws DataspaceComponentException
DataspaceComponentException
public void rollback() throws DataspaceComponentException
DataspaceComponentException
public void close()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.