| Package | Description |
|---|---|
| org.tango.server | |
| org.tango.server.annotation |
Annotations for creating a tango device.
|
| org.tango.server.device | |
| org.tango.server.servant |
The CORBA servant
|
| Modifier and Type | Method and Description |
|---|---|
TransactionType |
ServerManager.getTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerManager.setTransactionType(TransactionType transactionType)
Set the transaction type for all server.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionType |
TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionType |
DeviceLocker.getTxType() |
| Constructor and Description |
|---|
DeviceLocker(TransactionType txType,
Class<?> deviceClass)
Ctr
|
| Constructor and Description |
|---|
DeviceImpl(String deviceName,
String className,
TransactionType txType,
Object businessObject,
String deviceType)
Ctr
|
Copyright © 2012–2017 Tango Controls. All rights reserved.