|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FrameworkConfig
The FrameworkConfig service provides a serviceinterface for other services to access framework (runtime) configuration data from outside the service framework. Any service accessing such data MUST do this through this service.
| Method Summary | |
|---|---|
java.lang.String |
getBaseDirectory()
|
java.lang.String |
getBundleDirectory()
|
java.lang.String |
getCacheDirectory()
|
java.lang.String |
getClusterNodeId()
Provides the configured cluster identifier for this node. |
org.osgi.framework.Version |
getPlatformVersion()
|
java.lang.String |
getRepositoryDirectory()
|
java.lang.String |
getWebrootDirectory()
|
boolean |
isClusterMasterNode()
Indicates if this instance is a master node. |
boolean |
isClusterTaskMaster()
Indicates whether this instance is responsible for executing scheduled task that should run at one server at once. |
boolean |
isShuttingDown()
Indicates if the Felix framework is shutting down. |
| Method Detail |
|---|
java.lang.String getBaseDirectory()
java.lang.String getBundleDirectory()
java.lang.String getCacheDirectory()
java.lang.String getRepositoryDirectory()
java.lang.String getWebrootDirectory()
org.osgi.framework.Version getPlatformVersion()
boolean isClusterMasterNode()
boolean isClusterTaskMaster()
java.lang.String getClusterNodeId()
boolean isShuttingDown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||