Uiinfrastructure API Docs  
 

ASManager Members

ASManager overview

Public Static Fields

iconiconINSTANCE Use this class static to access the one and only instance of ActivitySpaceManager.

Public Instance Fields

iconm_bSystemStartupSuccesful whether or not the system was able to start up correctly.
iconm_StartupFailure The exception that caused the system to fail startup.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetControl Create the requested Control. This method should not be called by developers. It is only for AActivitySpace.
iconGetControlExists Checks to determine if specified control has been loaded by dynamic discovery into the hashtable of controls.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetModel Create the Model specified by the model name. This method should not be called by developers. It is only for AActivitySpace.
iconGetModelExists Checks to determine if specified model has been loaded by dynamic discovery into the hashtable of models.
iconGetNumCustomControls This method returns the number of custom Controls currently loaded. This number is reset every time custom objects are loaded.
iconGetNumCustomModels This method returns the number of custom Models currently loaded. This number is reset every time custom objects are loaded.
iconGetNumCustomPageControls This method returns the number of custom Page Controls currently loaded. This number is reset every time custom objects are loaded.
iconGetNumCustomSpaces This method returns the number of custom Activity Spaces currently loaded. This number is reset every time custom objects are loaded.
iconGetNumCustomViews This method returns the number of custom Views currently loaded. This number is reset every time custom objects are loaded.
iconGetPageControl Create the page control specified by the pagecontrol name. This method should not be called by developers. It is only for AActivitySpace.
iconGetPageControlExists Checks to determine if specified page control has been loaded by dynamic discovery into the hashtable of pagecontrols.
iconGetPageControlTable Get the table containing the page controls
iconGetSpace Create the requested Activity Space. This method should not be called by developers. It is only for the Interpreter.
iconGetSpaceExists Checks to determine if specified activity space has been loaded by dynamic discovery into the hashtable of activity spaces.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconGetView Create the view specified by the view name. This method should not be called by developers. It is only for AActivitySpace.
iconGetViewExists Checks to determine if specified view has been loaded by dynamic discovery into the hashtable of views.
iconLoadClasses This method initializes the ASManager and should only be called by the warmup servlet. This method can only be called once.
iconLoadCustomClasses This method initializes the ASManager with custom lib files to overwrite the original ones and should only be called by the warmup servlet.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace