org.enhydra.shark.api.internal.working |
Working instances (kernel) component interface.
This is a shark's core interface, and it provides a way to have different
implementations of shark kernel.
|
Java Source File Name | Type | Comment |
CallbackUtilities.java | Interface | CallbackUtilities interface contains properties used for configuration
in Shark. |
ObjectFactory.java | Interface | Factory interface for generating Shark core objects. |
PersistenceInterface.java | Interface | Interface that all engine objects that need to be persisted have to implement. |
ToolActivityHandler.java | Interface | |
TxSynchronization.java | Interface | Since Shark tends to be a transaction oriented, this is
the interface that the kernel uses to signal operations on the
transaction. |
TxSynchronizationFactory.java | Interface | TxSynchronizationFactory interface defines methods for creating TxSynchronization. |
WfActivityInternal.java | Interface | |
WfAssignmentEventAuditInternal.java | Interface | |
WfAssignmentInternal.java | Interface | |
WfCreateProcessEventAuditInternal.java | Interface | |
WfDataEventAuditInternal.java | Interface | |
WfEventAuditInternal.java | Interface | |
WfExecutionObjectInternal.java | Interface | |
WfProcessInternal.java | Interface | |
WfProcessMgrInternal.java | Interface | |
WfRequesterInternal.java | Interface | |
WfResourceInternal.java | Interface | |
WfStateEventAuditInternal.java | Interface | |