|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeInfo
Interface that provides information on the runtime environment.
Field Summary | |
---|---|
static String |
COMPONENT_NAME
The default name that the runtime should assign to the component providing this service. |
Method Summary | |
---|---|
File |
getApplicationRootDirectory()
Return the root directory used to resolve application file paths. |
URL |
getBaseURL()
Gets the base URL for the runtime. |
File |
getInstallDirectory()
Return the directory where the running runtime was installed. |
boolean |
isOnline()
Returns whether the runtime considers itself "online" or connected to the internet. |
Field Detail |
---|
static final String COMPONENT_NAME
Method Detail |
---|
File getInstallDirectory()
File getApplicationRootDirectory()
URL getBaseURL()
boolean isOnline()
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |