2009-01-09 1.2.0

org.eclipse.soda.dk.device.nslog.servlet
Interface NSLogConstants


public interface NSLogConstants

Copyright (c) 2005, 2009 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: IBM Corporation - initial API and implementation

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String[] DEFAULT_IGNORE_TOPIC
          Define the default ignore topic (String[]) constant.
static java.lang.String[] DEFAULT_LISTEN_TOPIC
          Define the default listen topic (String[]) constant.
static java.lang.String DEFAULT_PUBLISH_DATA_VALUE
          Define the default publish data value (String) constant.
static java.lang.String DEFAULT_PUBLISH_TOPIC_VALUE
          Define the default publish topic value (String) constant.
static java.lang.String DEFAULT_TOPIC_FILTER
          Define the default topic filter (String) constant.
static java.lang.String DEFAULT_WRAPPER_KEY
          Define the default wrapper key (String) constant.
static java.lang.String IGNORE_TOPICS
          Define the ignore topics (String) constant.
static java.lang.String LOG_SIZE
          Define the log size (String) constant.
static java.lang.String PUBLISH_DATA
          Define the publish data (String) constant.
static java.lang.String PUBLISH_TOPIC
          Define the publish topic (String) constant.
static java.lang.String TOPIC_FILTER
          Define the topic filter (String) constant.
static java.lang.String TOPIC_SUBSCRIPTIONS
          Define the topic subscriptions (String) constant.
 

Field Detail

DEFAULT_IGNORE_TOPIC

static final java.lang.String[] DEFAULT_IGNORE_TOPIC
Define the default ignore topic (String[]) constant.


DEFAULT_LISTEN_TOPIC

static final java.lang.String[] DEFAULT_LISTEN_TOPIC
Define the default listen topic (String[]) constant.


DEFAULT_TOPIC_FILTER

static final java.lang.String DEFAULT_TOPIC_FILTER
Define the default topic filter (String) constant.

See Also:
Constant Field Values

LOG_SIZE

static final java.lang.String LOG_SIZE
Define the log size (String) constant.

See Also:
Constant Field Values

TOPIC_FILTER

static final java.lang.String TOPIC_FILTER
Define the topic filter (String) constant.

See Also:
Constant Field Values

TOPIC_SUBSCRIPTIONS

static final java.lang.String TOPIC_SUBSCRIPTIONS
Define the topic subscriptions (String) constant.

See Also:
Constant Field Values

IGNORE_TOPICS

static final java.lang.String IGNORE_TOPICS
Define the ignore topics (String) constant.

See Also:
Constant Field Values

PUBLISH_DATA

static final java.lang.String PUBLISH_DATA
Define the publish data (String) constant.

See Also:
Constant Field Values

PUBLISH_TOPIC

static final java.lang.String PUBLISH_TOPIC
Define the publish topic (String) constant.

See Also:
Constant Field Values

DEFAULT_WRAPPER_KEY

static final java.lang.String DEFAULT_WRAPPER_KEY
Define the default wrapper key (String) constant.

See Also:
Constant Field Values

DEFAULT_PUBLISH_TOPIC_VALUE

static final java.lang.String DEFAULT_PUBLISH_TOPIC_VALUE
Define the default publish topic value (String) constant.

See Also:
Constant Field Values

DEFAULT_PUBLISH_DATA_VALUE

static final java.lang.String DEFAULT_PUBLISH_DATA_VALUE
Define the default publish data value (String) constant.

See Also:
Constant Field Values

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.