org.ow2.jonas.resource.internal
Interface ResourceServiceConstants


public interface ResourceServiceConstants

ResourceService constants holder interface. Used for Reference filling.

Author:
Guillaume Sauthier

Field Summary
static String FACTORY_OFFSET
          Factory offset property name
static String FACTORY_TYPE
          Factory type property name
static String JNDI_NAME
          Jndiname property name
static String JONAS_RA_XML
          Jonas ra.xml property name
static String LNK_JNDI_NAME
          Jndiname link property name
static String LNK_RAR_FILENAME
          Link Rar filename property name
static String RA_XML
          ra.xml property name
static String RAR_FILENAME
          Rar filename property name
static String RAR_OBJNAME
          Rar object property name
 

Field Detail

JNDI_NAME

static final String JNDI_NAME
Jndiname property name

See Also:
Constant Field Values

RAR_OBJNAME

static final String RAR_OBJNAME
Rar object property name

See Also:
Constant Field Values

FACTORY_OFFSET

static final String FACTORY_OFFSET
Factory offset property name

See Also:
Constant Field Values

FACTORY_TYPE

static final String FACTORY_TYPE
Factory type property name

See Also:
Constant Field Values

RAR_FILENAME

static final String RAR_FILENAME
Rar filename property name

See Also:
Constant Field Values

LNK_JNDI_NAME

static final String LNK_JNDI_NAME
Jndiname link property name

See Also:
Constant Field Values

LNK_RAR_FILENAME

static final String LNK_RAR_FILENAME
Link Rar filename property name

See Also:
Constant Field Values

JONAS_RA_XML

static final String JONAS_RA_XML
Jonas ra.xml property name

See Also:
Constant Field Values

RA_XML

static final String RA_XML
ra.xml property name

See Also:
Constant Field Values


Copyright © 2010 OW2 Consortium. All Rights Reserved.