com.ibm.commerce.server
Class WcsApp

java.lang.Object
  |
  +--com.ibm.commerce.server.WcsApp

public class WcsApp
extends java.lang.Object

WcsApp contains variables that are global to the whole application.


Field Summary
static AccManager accManager
           
static java.lang.String authenticationMode
           
static BusinessPolicyRegistry businessPolicyRegistry
           
static Registry businessPolicyTypeRegistry
           
static boolean byPassAccessCheckForOpenStore
           
static  CalculationRegistry calculationRegistry
          Deprecated. Replaced by com.ibm.commerce.order.calculation.CalculationRegistry.
static java.util.Hashtable cmdAttrsAcceptingEncodedChars
           
static java.util.Hashtable collaborationParameters
           
static java.lang.String commandChainDefinitionFile
           
static java.lang.String commandExecutionEventFile
           
static CommandRegistry commandRegistry
           
static ComponentManager componentManager
           
static ConfigProperties configProperties
           
static java.text.SimpleDateFormat dateFormat
           
static java.lang.String defaultStoreAlias
           
static java.lang.Long defaultTimeout
           
static DeviceFmtRegistry deviceFmtRegistry
           
static DeviceFormatManager deviceFormatManager
           
static WCSEventSource eventSource
           
static java.util.Hashtable htmlSpecChars
           
static int initTransTimeout
           
static java.lang.String installDir
           
static java.lang.String instanceName
           
static LanguageRegistry languageRegistry
           
static boolean log_all_requests
           
static java.util.Hashtable nonEncryptedParameters
           
static NonHttpDeviceFormatManager nonHttpDeviceFormatManager
           
static java.util.Hashtable objects
           
static java.util.Vector passwdProtectedCmds
           
static PolicyManager policyManager
           
static PriceListRegistry priceListRegistry
          Deprecated. Replaced by com.ibm.commerce.price.commands.PriceListRegistry.
static java.util.Vector prohibitedAttributes
           
static java.util.Vector prohibitedCharacters
           
static PropertiesConfigurator propertiesConfigurator
           
static PropertyManager propertyManager
           
static java.util.Hashtable protectedParameters
           
static boolean PVCSupportEnabled
           
static boolean referrerEnabled
           
static RegistryManager registryManager
           
static Scheduler scheduler
           
static ServerConfiguration serverConfiguration
           
static AppServerEntry serverEntryEngine
           
static boolean serverInitialized
           
static java.lang.String serverPort
           
static java.lang.Integer siteDefaultLanguageId
           
static java.util.Locale siteDefaultLocale
           
static java.lang.Integer[] siteSupportedLanguageIds
           
static  StoreRegistry storeRegistry
           
static java.lang.String storesWebPath
           
static java.lang.String storeWebModuleName
           
static TradingAgreementRegistry tradingAgreementRegistry
           
static int transactionTimeout
           
static UrlRegistry urlRegistry
           
static ViewRegistry viewRegistry
           
static WebController webController
           
 
Constructor Summary
WcsApp()
          Constructor for WcsApp.
 
Method Summary
static void registerObject(java.lang.String name, java.lang.Object object)
          Registers an object with the WcsApp.
static java.lang.Object retrieveObject(java.lang.String name)
          Retrieves an object registered with the WcsApp.
static void unregisterObject(java.lang.String name)
          Retrieves an object registered with the WcsApp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryManager

public static RegistryManager registryManager

componentManager

public static ComponentManager componentManager

urlRegistry

public static UrlRegistry urlRegistry

commandRegistry

public static CommandRegistry commandRegistry

policyManager

public static PolicyManager policyManager

viewRegistry

public static ViewRegistry viewRegistry

tradingAgreementRegistry

public static TradingAgreementRegistry tradingAgreementRegistry

serverConfiguration

public static ServerConfiguration serverConfiguration

propertiesConfigurator

public static PropertiesConfigurator propertiesConfigurator

configProperties

public static ConfigProperties configProperties

propertyManager

public static PropertyManager propertyManager

storeRegistry

public static StoreRegistry storeRegistry

languageRegistry

public static LanguageRegistry languageRegistry

deviceFmtRegistry

public static DeviceFmtRegistry deviceFmtRegistry

calculationRegistry

public static CalculationRegistry calculationRegistry
Deprecated. Replaced by com.ibm.commerce.order.calculation.CalculationRegistry.
CalculationRegistry. Replaced by CalculationRegistry.singleton()

priceListRegistry

public static PriceListRegistry priceListRegistry
Deprecated. Replaced by com.ibm.commerce.price.commands.PriceListRegistry.
PriceListRegistry. Replaced by PriceListRegistry.singleton()

siteSupportedLanguageIds

public static java.lang.Integer[] siteSupportedLanguageIds

siteDefaultLanguageId

public static java.lang.Integer siteDefaultLanguageId

installDir

public static java.lang.String installDir

instanceName

public static java.lang.String instanceName

accManager

public static AccManager accManager

siteDefaultLocale

public static java.util.Locale siteDefaultLocale

PVCSupportEnabled

public static boolean PVCSupportEnabled

eventSource

public static WCSEventSource eventSource

deviceFormatManager

public static DeviceFormatManager deviceFormatManager

nonHttpDeviceFormatManager

public static NonHttpDeviceFormatManager nonHttpDeviceFormatManager

webController

public static WebController webController

scheduler

public static Scheduler scheduler

storesWebPath

public static java.lang.String storesWebPath

serverPort

public static java.lang.String serverPort

protectedParameters

public static java.util.Hashtable protectedParameters

nonEncryptedParameters

public static java.util.Hashtable nonEncryptedParameters

objects

public static java.util.Hashtable objects

serverEntryEngine

public static AppServerEntry serverEntryEngine

referrerEnabled

public static boolean referrerEnabled

dateFormat

public static java.text.SimpleDateFormat dateFormat

htmlSpecChars

public static java.util.Hashtable htmlSpecChars

passwdProtectedCmds

public static java.util.Vector passwdProtectedCmds

prohibitedAttributes

public static java.util.Vector prohibitedAttributes

prohibitedCharacters

public static java.util.Vector prohibitedCharacters

cmdAttrsAcceptingEncodedChars

public static java.util.Hashtable cmdAttrsAcceptingEncodedChars

defaultTimeout

public static java.lang.Long defaultTimeout

businessPolicyRegistry

public static BusinessPolicyRegistry businessPolicyRegistry

businessPolicyTypeRegistry

public static Registry businessPolicyTypeRegistry

serverInitialized

public static boolean serverInitialized

transactionTimeout

public static int transactionTimeout

initTransTimeout

public static int initTransTimeout

defaultStoreAlias

public static java.lang.String defaultStoreAlias

storeWebModuleName

public static java.lang.String storeWebModuleName

log_all_requests

public static boolean log_all_requests

authenticationMode

public static java.lang.String authenticationMode

collaborationParameters

public static java.util.Hashtable collaborationParameters

byPassAccessCheckForOpenStore

public static boolean byPassAccessCheckForOpenStore

commandExecutionEventFile

public static java.lang.String commandExecutionEventFile

commandChainDefinitionFile

public static java.lang.String commandChainDefinitionFile
Constructor Detail

WcsApp

public WcsApp()
Constructor for WcsApp.
Method Detail

registerObject

public static void registerObject(java.lang.String name,
                                  java.lang.Object object)
Registers an object with the WcsApp.
Parameters:
name - name of an object
object - the object to be registered with this WcsApp

retrieveObject

public static java.lang.Object retrieveObject(java.lang.String name)
Retrieves an object registered with the WcsApp.
Parameters:
name - name of object

unregisterObject

public static void unregisterObject(java.lang.String name)
Retrieves an object registered with the WcsApp.
Parameters:
name - name of object