Uses of Class
org.tango.server.annotation.TransactionType

Packages that use TransactionType
org.tango.server   
org.tango.server.annotation Annotations for creating a tango device. 
org.tango.server.device   
org.tango.server.servant The CORBA servant 
 

Uses of TransactionType in org.tango.server
 

Methods in org.tango.server that return TransactionType
 TransactionType ServerManager.getTransactionType()
           
 

Methods in org.tango.server with parameters of type TransactionType
 void ServerManager.setTransactionType(TransactionType transactionType)
          Set the transaction type for all server.
 

Uses of TransactionType in org.tango.server.annotation
 

Methods in org.tango.server.annotation that return TransactionType
static TransactionType TransactionType.valueOf(java.lang.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.
 

Uses of TransactionType in org.tango.server.device
 

Methods in org.tango.server.device that return TransactionType
 TransactionType DeviceLocker.getTxType()
           
 

Constructors in org.tango.server.device with parameters of type TransactionType
DeviceLocker(TransactionType txType, java.lang.Class<?> deviceClass)
          Ctr
 

Uses of TransactionType in org.tango.server.servant
 

Constructors in org.tango.server.servant with parameters of type TransactionType
DeviceImpl(java.lang.String deviceName, java.lang.String className, TransactionType txType, java.lang.Object businessObject, java.lang.String deviceType)
          Ctr
 



Copyright © 2012-2017. All Rights Reserved.