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

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

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

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

Methods in com.alachisoft.ncache.runtime.bridge with parameters of type ResolutionAction
 void ConflictResolution.setResolutionAction(ResolutionAction resolutionAction)
           
 

Constructors in com.alachisoft.ncache.runtime.bridge with parameters of type ResolutionAction
ConflictResolution(ResolutionAction resolutionAction)