org.netxms.client.log
Class LogColumn

java.lang.Object
  extended by org.netxms.client.log.LogColumn

public class LogColumn
extends java.lang.Object

Author:
Victor

Field Summary
static int LC_EVENT_CODE
           
static int LC_INTEGER
           
static int LC_OBJECT_ID
           
static int LC_SEVERITY
           
static int LC_TEXT
           
static int LC_TIMESTAMP
           
static int LC_USER_ID
           
 
Constructor Summary
protected LogColumn(NXCPMessage msg, long baseId)
          Create log column object from NXCP message
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LC_TEXT

public static final int LC_TEXT
See Also:
Constant Field Values

LC_SEVERITY

public static final int LC_SEVERITY
See Also:
Constant Field Values

LC_OBJECT_ID

public static final int LC_OBJECT_ID
See Also:
Constant Field Values

LC_USER_ID

public static final int LC_USER_ID
See Also:
Constant Field Values

LC_EVENT_CODE

public static final int LC_EVENT_CODE
See Also:
Constant Field Values

LC_TIMESTAMP

public static final int LC_TIMESTAMP
See Also:
Constant Field Values

LC_INTEGER

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

LogColumn

protected LogColumn(NXCPMessage msg,
                    long baseId)
Create log column object from NXCP message

Parameters:
msg - NXCP message
baseId - Base variable ID
Method Detail

getName

public java.lang.String getName()
Returns:
the name

getDescription

public java.lang.String getDescription()
Returns:
the description

getType

public int getType()
Returns:
the type


Copyright © 2011. All Rights Reserved.