com.tibco.bw.poa.runtime
Interface AppContext


public interface AppContext

The context of a BW Application.

A BW application is in BW5 a project.

Since:
1.1
See Also:
AdviceContext

Method Summary
 java.lang.String getAppName()
          Returns the name of the BW application.
 java.lang.String getAppPropertyValue(java.lang.String propertyName)
          Returns the value of an application property.
 java.lang.String getAppWorkingDir()
          Returns the working directory of the BW application.
 java.lang.String getEngineName()
          Returns the name of the engine.
 

Method Detail

getAppName

java.lang.String getAppName()
Returns the name of the BW application.

Returns:

getAppWorkingDir

java.lang.String getAppWorkingDir()
Returns the working directory of the BW application.

Returns:

getAppPropertyValue

java.lang.String getAppPropertyValue(java.lang.String propertyName)
Returns the value of an application property. In BW5, an application property is a global variable.


getEngineName

java.lang.String getEngineName()
Returns the name of the engine.



Copyright @ 2010, TIBCO Softwares (Inc). All right reserved