Package com.wavefront.agent.data
Interface EntityPropertiesFactory
-
- All Known Implementing Classes:
EntityPropertiesFactoryImpl
public interface EntityPropertiesFactory
Generates entity-specific wrappers for dynamic proxy settings.- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityProperties
get(com.wavefront.data.ReportableEntityType entityType)
Get an entity-specific wrapper for proxy runtime properties.GlobalProperties
getGlobalProperties()
Returns a container with properties shared across all entity types
-
-
-
Method Detail
-
get
EntityProperties get(com.wavefront.data.ReportableEntityType entityType)
Get an entity-specific wrapper for proxy runtime properties.- Parameters:
entityType
- entity type to get wrapper for- Returns:
- EntityProperties wrapper
-
getGlobalProperties
GlobalProperties getGlobalProperties()
Returns a container with properties shared across all entity types- Returns:
- global properties container
-
-