Syslog White Paper FAQ Examples JavaDoc Classloader
Protomatter Software v1.1.7

com.protomatter.syslog
Interface JMSConstants

All Known Implementing Classes:
JMSLog

public interface JMSConstants

Constants for JMS-related Syslog functions.


Field Summary
static java.lang.String JMS_PROP_CHANNEL
          The message property of the message channel.
static java.lang.String JMS_PROP_HOST
          The message property of the originating host's IP address.
static java.lang.String JMS_PROP_LEVEL
          The message property of the message's severity level.
static java.lang.String JMS_PROP_LOGGER
          The message property of the message logger's class name.
static java.lang.String JMS_PROP_MESSAGE
          The message property of the message's short text.
static java.lang.String JMS_PROP_MSG_TYPE
          The message property declaring that the given JMS message is a syslog message.
static java.lang.String JMS_PROP_MSG_TYPE_VALUE
          The value of the message property declaring that the given JMS message is a syslog message.
static java.lang.String JMS_PROP_THREAD
          The message property of the originating thread's name.
static java.lang.String JMS_PROP_TIME
          The message property of the message send time.
 

Field Detail

JMS_PROP_MSG_TYPE

public static final java.lang.String JMS_PROP_MSG_TYPE
The message property declaring that the given JMS message is a syslog message. This is a String property, and its value is always "SyslogMessage".

JMS_PROP_MSG_TYPE_VALUE

public static final java.lang.String JMS_PROP_MSG_TYPE_VALUE
The value of the message property declaring that the given JMS message is a syslog message. The value is "SyslogMessage".

JMS_PROP_HOST

public static final java.lang.String JMS_PROP_HOST
The message property of the originating host's IP address. The value of this property is "host". This is a String property.

JMS_PROP_TIME

public static final java.lang.String JMS_PROP_TIME
The message property of the message send time. The value of this property is "time". This is a long property.

JMS_PROP_CHANNEL

public static final java.lang.String JMS_PROP_CHANNEL
The message property of the message channel. The value of this property is "channel". This is a String property.

JMS_PROP_LOGGER

public static final java.lang.String JMS_PROP_LOGGER
The message property of the message logger's class name. The value of this property is "logger". This is a String property.

JMS_PROP_MESSAGE

public static final java.lang.String JMS_PROP_MESSAGE
The message property of the message's short text. The value of this property is "message". This is a String property.

JMS_PROP_LEVEL

public static final java.lang.String JMS_PROP_LEVEL
The message property of the message's severity level. The value of this property is "level". This is an integer property.

JMS_PROP_THREAD

public static final java.lang.String JMS_PROP_THREAD
The message property of the originating thread's name. The value of this property is "thread". This is a String property.

Protomatter Software v1.1.7
Copyright 1998-2002 Nate Sammons

Protomatter Software v1.1.7 http://protomatter.sourceforge.net/1.1.7