com.plumtree.server
Class PT_MSGTYPES

java.lang.Object
  |
  +--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


Field Summary
static int PT_HIGH_PRIORITY_MSG
           
static int PT_LOW_PRIORITY_MSG
           
static int PT_MEDIUM_PRIORITY_MSG
           
 
Constructor Summary
PT_MSGTYPES()
           
 
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

PT_MEDIUM_PRIORITY_MSG

public static final int PT_MEDIUM_PRIORITY_MSG

PT_HIGH_PRIORITY_MSG

public static final int PT_HIGH_PRIORITY_MSG
Constructor Detail

PT_MSGTYPES

public PT_MSGTYPES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.