Package | Description |
---|---|
net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
net.sf.mmm.service.impl.rpc.server |
Contains the server-specific implementation classes for simple remote invocations using RPC style.
|
net.sf.mmm.transaction.base |
Provides the base-implementation for transaction support.
|
net.sf.mmm.transaction.impl.jpa |
Provides the implementation for transaction support using JPA.
|
net.sf.mmm.transaction.impl.jta |
Provides the implementation for transaction support using JTA.
|
net.sf.mmm.transaction.impl.spring |
Provides the implementation for transaction support using spring-transaction.
|
Modifier and Type | Field and Description |
---|---|
private TransactionExecutor |
GenericRemoteInvocationCommandServiceImpl.transactionExecutor |
Modifier and Type | Method and Description |
---|---|
TransactionExecutor |
GenericRemoteInvocationCommandServiceImpl.getTransactionExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
GenericRemoteInvocationCommandServiceImpl.setTransactionExecutor(TransactionExecutor transactionExecutor) |
Modifier and Type | Field and Description |
---|---|
private TransactionExecutor |
GenericRemoteInvocationRpcServiceImpl.transactionExecutor |
Modifier and Type | Method and Description |
---|---|
protected TransactionExecutor |
GenericRemoteInvocationRpcServiceImpl.getTransactionExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
GenericRemoteInvocationRpcServiceImpl.setTransactionExecutor(TransactionExecutor transactionExecutor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransactionExecutor
This is the abstract base implementation of the
TransactionExecutor interface. |
class |
NoTransactionExecutor
TODO: this class ...
|
Modifier and Type | Class and Description |
---|---|
class |
JpaTransactionExecutor
This is the implementation of the
TransactionExecutor interface using
the JPA (Java Persistence API). |
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionExecutor
This is the implementation of the
TransactionExecutor interface using
the JTA (Java Transaction API). |
Modifier and Type | Class and Description |
---|---|
class |
SpringTransactionExecutor
This is the implementation of
TransactionExecutor using spring-transaction . |
Copyright © 2001–2016 mmm-Team. All rights reserved.