Uiinfrastructure API Docs  
 

ASManager Methods

The methods of the ASManager class are listed below. For a complete list of ASManager class members, see the ASManager Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetControl Create the requested Control. This method should not be called by developers. It is only for AActivitySpace.
GetControlExists Checks to determine if specified control has been loaded by dynamic discovery into the hashtable of controls.
GetHashCode (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.
GetModel Create the Model specified by the model name. This method should not be called by developers. It is only for AActivitySpace.
GetModelExists Checks to determine if specified model has been loaded by dynamic discovery into the hashtable of models.
GetNumCustomControls This method returns the number of custom Controls currently loaded. This number is reset every time custom objects are loaded.
GetNumCustomModels This method returns the number of custom Models currently loaded. This number is reset every time custom objects are loaded.
GetNumCustomPageControls This method returns the number of custom Page Controls currently loaded. This number is reset every time custom objects are loaded.
GetNumCustomSpaces This method returns the number of custom Activity Spaces currently loaded. This number is reset every time custom objects are loaded.
GetNumCustomViews This method returns the number of custom Views currently loaded. This number is reset every time custom objects are loaded.
GetPageControl Create the page control specified by the pagecontrol name. This method should not be called by developers. It is only for AActivitySpace.
GetPageControlExists Checks to determine if specified page control has been loaded by dynamic discovery into the hashtable of pagecontrols.
GetPageControlTable Get the table containing the page controls
GetSpace Create the requested Activity Space. This method should not be called by developers. It is only for the Interpreter.
GetSpaceExists Checks to determine if specified activity space has been loaded by dynamic discovery into the hashtable of activity spaces.
GetType (inherited from Object)Gets the Type of the current instance.
GetView Create the view specified by the view name. This method should not be called by developers. It is only for AActivitySpace.
GetViewExists Checks to determine if specified view has been loaded by dynamic discovery into the hashtable of views.
LoadClasses This method initializes the ASManager and should only be called by the warmup servlet. This method can only be called once.
LoadCustomClasses This method initializes the ASManager with custom lib files to overwrite the original ones and should only be called by the warmup servlet.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace