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 com.ibm.commerce.server.ConnectionPool cacheConnectionPool
           
static com.ibm.commerce.server.CacheControl cacheControl
           
static CalculationRegistry calculationRegistry
           
static java.util.Hashtable cmdAttrsAcceptingEncodedChars
           
static java.util.Hashtable collaborationParameters
           
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 com.ibm.commerce.event.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 com.ibm.commerce.adapter.nonhttp.NonHttpDeviceFormatManager nonHttpDeviceFormatManager
           
static java.util.Hashtable objects
           
static java.util.Vector passwdProtectedCmds
           
static com.ibm.commerce.accesscontrol.policymanager.PolicyManager policyManager
           
static PriceListRegistry priceListRegistry
           
static java.util.Vector prohibitedAttributes
           
static java.util.Vector prohibitedCharacters
           
static com.ibm.commerce.server.PropertiesConfigurator propertiesConfigurator
           
static com.ibm.commerce.server.PropertyManager propertyManager
           
static java.util.Hashtable protectedParameters
           
static boolean PVCSupportEnabled
           
static boolean referrerEnabled
           
static RegistryManager registryManager
           
static com.ibm.commerce.scheduler.Scheduler scheduler
           
static ServerConfiguration serverConfiguration
           
static com.ibm.commerce.server.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 TradingAgreementRegistry tradingAgreementRegistry
           
static int transactionTimeout
           
static UrlRegistry urlRegistry
           
static ViewRegistry viewRegistry
           
static com.ibm.commerce.server.WebController webController
           
 
Constructor Summary
WcsApp()
          WcsApp constructor comment.
 
Method Summary
static void registerObject(java.lang.String name, java.lang.Object object)
          Register an object with the WcsApp.
static java.lang.Object retrieveObject(java.lang.String name)
          Retrieve an object registered with the WcsApp.
static void unregisterObject(java.lang.String name)
          Retrieve 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

accManager

public static AccManager accManager

authenticationMode

public static java.lang.String authenticationMode

businessPolicyRegistry

public static BusinessPolicyRegistry businessPolicyRegistry

businessPolicyTypeRegistry

public static Registry businessPolicyTypeRegistry

cacheConnectionPool

public static com.ibm.commerce.server.ConnectionPool cacheConnectionPool

cacheControl

public static com.ibm.commerce.server.CacheControl cacheControl

calculationRegistry

public static CalculationRegistry calculationRegistry

cmdAttrsAcceptingEncodedChars

public static java.util.Hashtable cmdAttrsAcceptingEncodedChars

collaborationParameters

public static java.util.Hashtable collaborationParameters

commandRegistry

public static CommandRegistry commandRegistry

componentManager

public static ComponentManager componentManager

configProperties

public static ConfigProperties configProperties

dateFormat

public static java.text.SimpleDateFormat dateFormat

defaultStoreAlias

public static java.lang.String defaultStoreAlias

defaultTimeout

public static java.lang.Long defaultTimeout

deviceFmtRegistry

public static DeviceFmtRegistry deviceFmtRegistry

deviceFormatManager

public static DeviceFormatManager deviceFormatManager

eventSource

public static com.ibm.commerce.event.WCSEventSource eventSource

htmlSpecChars

public static java.util.Hashtable htmlSpecChars

initTransTimeout

public static int initTransTimeout

installDir

public static java.lang.String installDir

instanceName

public static java.lang.String instanceName

languageRegistry

public static LanguageRegistry languageRegistry

log_all_requests

public static boolean log_all_requests

nonEncryptedParameters

public static java.util.Hashtable nonEncryptedParameters

nonHttpDeviceFormatManager

public static com.ibm.commerce.adapter.nonhttp.NonHttpDeviceFormatManager nonHttpDeviceFormatManager

objects

public static java.util.Hashtable objects

passwdProtectedCmds

public static java.util.Vector passwdProtectedCmds

policyManager

public static com.ibm.commerce.accesscontrol.policymanager.PolicyManager policyManager

priceListRegistry

public static PriceListRegistry priceListRegistry

prohibitedAttributes

public static java.util.Vector prohibitedAttributes

prohibitedCharacters

public static java.util.Vector prohibitedCharacters

propertiesConfigurator

public static com.ibm.commerce.server.PropertiesConfigurator propertiesConfigurator

propertyManager

public static com.ibm.commerce.server.PropertyManager propertyManager

protectedParameters

public static java.util.Hashtable protectedParameters

PVCSupportEnabled

public static boolean PVCSupportEnabled

referrerEnabled

public static boolean referrerEnabled

registryManager

public static RegistryManager registryManager

scheduler

public static com.ibm.commerce.scheduler.Scheduler scheduler

serverConfiguration

public static ServerConfiguration serverConfiguration

serverEntryEngine

public static com.ibm.commerce.server.AppServerEntry serverEntryEngine

serverInitialized

public static boolean serverInitialized

serverPort

public static java.lang.String serverPort

siteDefaultLanguageId

public static java.lang.Integer siteDefaultLanguageId

siteDefaultLocale

public static java.util.Locale siteDefaultLocale

siteSupportedLanguageIds

public static java.lang.Integer[] siteSupportedLanguageIds

storeRegistry

public static StoreRegistry storeRegistry

storesWebPath

public static java.lang.String storesWebPath

tradingAgreementRegistry

public static TradingAgreementRegistry tradingAgreementRegistry

transactionTimeout

public static int transactionTimeout

urlRegistry

public static UrlRegistry urlRegistry

viewRegistry

public static ViewRegistry viewRegistry

webController

public static com.ibm.commerce.server.WebController webController
Constructor Detail

WcsApp

public WcsApp()
WcsApp constructor comment.
Method Detail

registerObject

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

retrieveObject

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

unregisterObject

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