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

Packages that use TransactionType
org.tango.server.annotation   
org.tango.server.device   
org.tango.server.servant   
 

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
 

Constructors in org.tango.server.device with parameters of type TransactionType
DeviceLock(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-2014. All Rights Reserved.