org.apache.aries.transaction
Class Constants

java.lang.Object
  extended by org.apache.aries.transaction.Constants

public class Constants
extends Object


Field Summary
static String ANNOTATION_PARSER_BEAN_NAME
           
static int BANNED_MODIFIERS
           
static String BEAN
           
static org.apache.aries.util.nls.MessageUtil MESSAGES
           
static String METHOD
           
static String TRANSACTION10URI
           
static String TRANSACTION11URI
           
static String TRANSACTION12URI
           
static String TX10_SCHEMA
           
static String TX11_SCHEMA
           
static String TX12_SCHEMA
           
static String VALUE
           
static Pattern WILDCARD
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WILDCARD

public static final Pattern WILDCARD

BEAN

public static final String BEAN
See Also:
Constant Field Values

VALUE

public static final String VALUE
See Also:
Constant Field Values

METHOD

public static final String METHOD
See Also:
Constant Field Values

TX12_SCHEMA

public static final String TX12_SCHEMA
See Also:
Constant Field Values

TX11_SCHEMA

public static final String TX11_SCHEMA
See Also:
Constant Field Values

TX10_SCHEMA

public static final String TX10_SCHEMA
See Also:
Constant Field Values

ANNOTATION_PARSER_BEAN_NAME

public static final String ANNOTATION_PARSER_BEAN_NAME
See Also:
Constant Field Values

BANNED_MODIFIERS

public static final int BANNED_MODIFIERS
See Also:
Constant Field Values

TRANSACTION10URI

public static final String TRANSACTION10URI
See Also:
Constant Field Values

TRANSACTION11URI

public static final String TRANSACTION11URI
See Also:
Constant Field Values

TRANSACTION12URI

public static final String TRANSACTION12URI
See Also:
Constant Field Values

MESSAGES

public static final org.apache.aries.util.nls.MessageUtil MESSAGES
Constructor Detail

Constants

public Constants()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.