Package | Description |
---|---|
net.sf.mmm.service.api.client |
Contains the client-specific API for remote invocations.
|
net.sf.mmm.service.base.client |
Contains the client-specific base classes for simple remote services.
|
Modifier and Type | Field and Description |
---|---|
private TransactionMode |
RemoteInvocationQueueSettings.transactionMode |
Modifier and Type | Method and Description |
---|---|
TransactionMode |
RemoteInvocationQueueSettings.getTransactionMode()
This method gets the
TransactionMode configuring the transactional behavior of the
RemoteInvocationQueue on the server side. |
TransactionMode |
AttributeWriteTransactionMode.getTransactionMode()
This method gets the
TransactionMode . |
static TransactionMode |
TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionMode[] |
TransactionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteInvocationQueueSettings.setTransactionMode(TransactionMode transactionMode) |
void |
AttributeWriteTransactionMode.setTransactionMode(TransactionMode transactionMode) |
Modifier and Type | Field and Description |
---|---|
private TransactionMode |
AbstractRemoteInvocationCaller.transactionMode |
Modifier and Type | Method and Description |
---|---|
TransactionMode |
AbstractRemoteInvocationCaller.getTransactionMode()
This method gets the
TransactionMode . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRemoteInvocationCaller.setTransactionMode(TransactionMode transactionMode) |
Copyright © 2001–2016 mmm-Team. All rights reserved.