OSMQ
v2.0.1

osmq.util
Interface DistributionMode


public interface DistributionMode

Base class for objects that need a seperate thread to iteratively perform a task. Handles properly destroying the object when the thread terminates.


Field Summary
static int PULL
           
static int PUSH
           
 

Field Detail

PUSH

public static final int PUSH
See Also:
Constant Field Values

PULL

public static final int PULL
See Also:
Constant Field Values

(c) 2000 - 2003 MQue Systems
All Rights Reserved