org.apache.ws.resource
Interface JndiConstants


public interface JndiConstants

JNDI-related constants.


Field Summary
static java.lang.String ATOMIC_METADATA_CONTEXT
          JNDI path appended to JNDI service path when looking up the service's resource metadata
static java.lang.String ATOMIC_NAME_GLOBAL
          JNDI path appended to JNDI service path when looking up the service's resource home
static java.lang.String ATOMIC_NAME_HOME
          JNDI path appended to JNDI service path when looking up the service's resource home
static java.lang.String ATOMIC_NAME_SERVICES
          JNDI path appended to JNDI service path when looking up the service's resource home
static java.lang.String CONTEXT_NAME_DEFAULT_QUERY_ENGINE
          JNDI path to the default query engine
static java.lang.String CONTEXT_NAME_DEFAULT_TIMER
          JNDI path to the default timer manager
static java.lang.String CONTEXT_NAME_DEFAULT_TOPIC_EXPRESSION_ENGINE
          JNDI path to the default topic expression engine
static java.lang.String CONTEXT_NAME_DEFAULT_WORK_MANAGER
          JNDI path to the default work manager
static java.lang.String CONTEXT_NAME_GLOBAL
          Name of JNDI "global" context.
static java.lang.String CONTEXT_NAME_RESOURCE
          Name of JNDI "resource" context.
static java.lang.String CONTEXT_NAME_SERVICES
          JNDI services base path
static java.lang.String CONTEXT_NAME_WSRF
          Name of JNDI "wsrf" context (all WSRF bindings live within this context and its subcontexts).
static java.lang.String TOPIC_EXPRESSION_EVALUATOR_CONTEXT
          JNDI path to the default topic expression evaluator
 

Field Detail

CONTEXT_NAME_WSRF

public static final java.lang.String CONTEXT_NAME_WSRF
Name of JNDI "wsrf" context (all WSRF bindings live within this context and its subcontexts).

See Also:
Constant Field Values

ATOMIC_NAME_HOME

public static final java.lang.String ATOMIC_NAME_HOME
JNDI path appended to JNDI service path when looking up the service's resource home

See Also:
Constant Field Values

ATOMIC_NAME_GLOBAL

public static final java.lang.String ATOMIC_NAME_GLOBAL
JNDI path appended to JNDI service path when looking up the service's resource home

See Also:
Constant Field Values

ATOMIC_NAME_SERVICES

public static final java.lang.String ATOMIC_NAME_SERVICES
JNDI path appended to JNDI service path when looking up the service's resource home

See Also:
Constant Field Values

CONTEXT_NAME_SERVICES

public static final java.lang.String CONTEXT_NAME_SERVICES
JNDI services base path

See Also:
Constant Field Values

CONTEXT_NAME_RESOURCE

public static final java.lang.String CONTEXT_NAME_RESOURCE
Name of JNDI "resource" context.

See Also:
Constant Field Values

CONTEXT_NAME_GLOBAL

public static final java.lang.String CONTEXT_NAME_GLOBAL
Name of JNDI "global" context.

See Also:
Constant Field Values

CONTEXT_NAME_DEFAULT_WORK_MANAGER

public static final java.lang.String CONTEXT_NAME_DEFAULT_WORK_MANAGER
JNDI path to the default work manager

See Also:
Constant Field Values

CONTEXT_NAME_DEFAULT_TIMER

public static final java.lang.String CONTEXT_NAME_DEFAULT_TIMER
JNDI path to the default timer manager

See Also:
Constant Field Values

CONTEXT_NAME_DEFAULT_QUERY_ENGINE

public static final java.lang.String CONTEXT_NAME_DEFAULT_QUERY_ENGINE
JNDI path to the default query engine

See Also:
Constant Field Values

CONTEXT_NAME_DEFAULT_TOPIC_EXPRESSION_ENGINE

public static final java.lang.String CONTEXT_NAME_DEFAULT_TOPIC_EXPRESSION_ENGINE
JNDI path to the default topic expression engine

See Also:
Constant Field Values

TOPIC_EXPRESSION_EVALUATOR_CONTEXT

public static final java.lang.String TOPIC_EXPRESSION_EVALUATOR_CONTEXT
JNDI path to the default topic expression evaluator

See Also:
Constant Field Values

ATOMIC_METADATA_CONTEXT

public static final java.lang.String ATOMIC_METADATA_CONTEXT
JNDI path appended to JNDI service path when looking up the service's resource metadata

See Also:
Constant Field Values


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.