Package com.j_spaces.core.service
Class ServiceConfigLoader
java.lang.Object
com.j_spaces.core.service.ServiceConfigLoader
ServiceConfigLoader
Utility class for loading services.config configuration and exporter.
- Since:
- 6.0
- Author:
- anna
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Configurationstatic ConfigurationGet services.config configuration objectstatic ExporterLoad from services.config the defined exporter.static ITransportConfigCreate a NIOConfiguration according to the settings loaded from services.config com.gigaspaces.transport block section.
-
Constructor Details
-
ServiceConfigLoader
public ServiceConfigLoader()
-
-
Method Details
-
getAdvancedSpaceConfig
-
getConfiguration
Get services.config configuration object- Returns:
- Configuration
- Throws:
ConfigurationException
-
getExporter
Load from services.config the defined exporter.- Returns:
- Exporter
-
getTransportConfiguration
Create a NIOConfiguration according to the settings loaded from services.config com.gigaspaces.transport block section.- Returns:
- NIOConfiguration
-