The Application class contains the following methods:
lock prevents other clients from accessing the variables stored in the Application object until the unlock method is called.
staticObjects returns the ObjectDictionary that contains all the objects added to the Application object with the <OBJECT> tag.
unlock releases variables that were locked by the lock method.