com.plumtree.server
Class PT_MSGTYPES

java.lang.Object
  extended by com.plumtree.server.PT_MSGTYPES

public final class PT_MSGTYPES
extends java.lang.Object

Log message types used when logging job messages, for example in InternalSession.JobLogMsg

Author:
michaels

Field Summary
static int PT_HIGH_PRIORITY_MSG
           
static int PT_LOW_PRIORITY_MSG
           
static int PT_MEDIUM_PRIORITY_MSG
           
 
Constructor Summary
PT_MSGTYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_LOW_PRIORITY_MSG

public static final int PT_LOW_PRIORITY_MSG
See Also:
Constant Field Values

PT_MEDIUM_PRIORITY_MSG

public static final int PT_MEDIUM_PRIORITY_MSG
See Also:
Constant Field Values

PT_HIGH_PRIORITY_MSG

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

PT_MSGTYPES

public PT_MSGTYPES()