com.businessobjects.sdk.plugin.desktop.scopebatch
Class IScopeBatchDistributionState.DistributionPhase

java.lang.Object
  extended by com.businessobjects.sdk.plugin.desktop.scopebatch.IScopeBatchDistributionState.DistributionPhase
Enclosing interface:
IScopeBatchDistributionState

public static class IScopeBatchDistributionState.DistributionPhase
extends java.lang.Object


Field Summary
static int COMPLETE
           
static int DESTINATION_COMPLETE
           
static int DESTINATION_WAITING
           
static int SECURITY_COMPLETE
           
static int UNKNOWN
           
 
Constructor Summary
IScopeBatchDistributionState.DistributionPhase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

DESTINATION_WAITING

public static final int DESTINATION_WAITING
See Also:
Constant Field Values

DESTINATION_COMPLETE

public static final int DESTINATION_COMPLETE
See Also:
Constant Field Values

SECURITY_COMPLETE

public static final int SECURITY_COMPLETE
See Also:
Constant Field Values

COMPLETE

public static final int COMPLETE
See Also:
Constant Field Values
Constructor Detail

IScopeBatchDistributionState.DistributionPhase

public IScopeBatchDistributionState.DistributionPhase()