public interface ISharedObjectTransactionConfig
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
ISharedObjectTransactionParticipantsFilter |
getParticipantsFilter()
Called by transaction implementation to specify filter for determining
transaction participants
|
int |
getTimeout()
Called by transaction implementation to specify transaction timeout
|
static final int DEFAULT_TIMEOUT
int getTimeout()
ISharedObjectTransactionParticipantsFilter getParticipantsFilter()
ISharedObjectTransactionParticipantsFilter
. If this
method returns a non-null instance, that instance's
ISharedObjectTransactionParticipantsFilter.filterParticipants(org.eclipse.ecf.core.identity.ID[])
method will be called