org.drools.runtime
Class EnvironmentName

java.lang.Object
  extended by org.drools.runtime.EnvironmentName

public class EnvironmentName
extends Object


Field Summary
static String APP_SCOPED_ENTITY_MANAGER
           
static String CALENDARS
           
static String CMD_SCOPED_ENTITY_MANAGER
           
static String DATE_FORMATS
           
static String ENTITY_MANAGER_FACTORY
           
static String GLOBALS
           
static String OBJECT_MARSHALLING_STRATEGIES
           
static String PERSISTENCE_CONTEXT_MANAGER
           
static String TRANSACTION
           
static String TRANSACTION_MANAGER
           
static String TRANSACTION_SYNCHRONIZATION_REGISTRY
           
 
Constructor Summary
EnvironmentName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSACTION_MANAGER

public static final String TRANSACTION_MANAGER
See Also:
Constant Field Values

TRANSACTION_SYNCHRONIZATION_REGISTRY

public static final String TRANSACTION_SYNCHRONIZATION_REGISTRY
See Also:
Constant Field Values

TRANSACTION

public static final String TRANSACTION
See Also:
Constant Field Values

ENTITY_MANAGER_FACTORY

public static final String ENTITY_MANAGER_FACTORY
See Also:
Constant Field Values

CMD_SCOPED_ENTITY_MANAGER

public static final String CMD_SCOPED_ENTITY_MANAGER
See Also:
Constant Field Values

APP_SCOPED_ENTITY_MANAGER

public static final String APP_SCOPED_ENTITY_MANAGER
See Also:
Constant Field Values

PERSISTENCE_CONTEXT_MANAGER

public static final String PERSISTENCE_CONTEXT_MANAGER
See Also:
Constant Field Values

OBJECT_MARSHALLING_STRATEGIES

public static final String OBJECT_MARSHALLING_STRATEGIES
See Also:
Constant Field Values

GLOBALS

public static final String GLOBALS
See Also:
Constant Field Values

CALENDARS

public static final String CALENDARS
See Also:
Constant Field Values

DATE_FORMATS

public static final String DATE_FORMATS
See Also:
Constant Field Values
Constructor Detail

EnvironmentName

public EnvironmentName()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.