mitoolkit.server
Interface SynchronizationConstants

All Known Implementing Classes:
MiServer

public interface SynchronizationConstants


Field Summary
static int DUPLICATE_CLASS
           
static int FAILURE
           
static int OK
           
static int REMOTE_CLASSLOADING_PROBLEMS
           
static int REMOTE_IO_PROBLEMS
           
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

DUPLICATE_CLASS

public static final int DUPLICATE_CLASS
See Also:
Constant Field Values

REMOTE_IO_PROBLEMS

public static final int REMOTE_IO_PROBLEMS
See Also:
Constant Field Values

REMOTE_CLASSLOADING_PROBLEMS

public static final int REMOTE_CLASSLOADING_PROBLEMS
See Also:
Constant Field Values

FAILURE

public static final int FAILURE
See Also:
Constant Field Values