The IApplicationObject interface of the com.ms.asp package calls the methods of the Application object.
public interface IApplicationObject extends com.ms.com.IUnknown { // Methods public abstract IVariantDictionary getContents(); public abstract IVariantDictionary getStaticObjects(); public abstract com.ms.com.Variant getValue(java.lang.String bstrValue); public abstract void Lock(); public abstract void putValue(java.lang.String bstrValue, com.ms.com.Variant var); public abstract void UnLock(); }