C# Class Apache.NMS.ActiveMQ.PrefetchPolicy

Class used to define the various limits that should be used for the Prefetch limit on destination based on the type of Destination in use.
Inheritance: ICloneable
Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
Clone ( ) : Object
PrefetchPolicy ( ) : System
SetAll ( int value ) : void

Private Methods

Method Description
RestrictToMaximum ( int value ) : int

Method Details

Clone() public method

public Clone ( ) : Object
return Object

PrefetchPolicy() public method

public PrefetchPolicy ( ) : System
return System

SetAll() public method

public SetAll ( int value ) : void
value int
return void