Package org.enhydra.shark.api.internal.working

Working instances (kernel) component interface.

See:
          Description

Interface Summary
CallbackUtilities CallbackUtilities interface contains properties used for configuration in Shark.
ObjectFactory Factory interface for generating Shark core objects.
PersistenceInterface Interface that all engine objects that need to be persisted have to implement.
ToolActivityHandler  
TxSynchronization Since Shark tends to be a transaction oriented, this is the interface that the kernel uses to signal operations on the transaction.
TxSynchronizationFactory TxSynchronizationFactory interface defines methods for creating TxSynchronization.
WfActivityInternal  
WfAssignmentEventAuditInternal  
WfAssignmentInternal  
WfCreateProcessEventAuditInternal  
WfDataEventAuditInternal  
WfEventAuditInternal  
WfExecutionObjectInternal  
WfProcessInternal  
WfProcessMgrInternal  
WfRequesterInternal  
WfResourceInternal  
WfStateEventAuditInternal  
 

Package org.enhydra.shark.api.internal.working Description

Working instances (kernel) component interface.

This is a shark's core interface, and it provides a way to have different implementations of shark kernel.