Uses of Class
com.alachisoft.ncache.runtime.bridge.BridgeItemVersion

Packages that use BridgeItemVersion
com.alachisoft.ncache.runtime.bridge   
 

Uses of BridgeItemVersion in com.alachisoft.ncache.runtime.bridge
 

Methods in com.alachisoft.ncache.runtime.bridge that return BridgeItemVersion
 BridgeItemVersion ProviderBridgeItem.getBridgeItemVersion()
           
static BridgeItemVersion BridgeItemVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BridgeItemVersion[] BridgeItemVersion.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.alachisoft.ncache.runtime.bridge with parameters of type BridgeItemVersion
ProviderBridgeItem(java.lang.String key, java.lang.Object value, BridgeItemOpCodes opCode, BridgeItemVersion itemVersion)