Uses of Class
com.alachisoft.ncache.runtime.dependencies.CommandType

Packages that use CommandType
com.alachisoft.ncache.runtime.dependencies   
 

Uses of CommandType in com.alachisoft.ncache.runtime.dependencies
 

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