public interface RuntimeDataAware
EXPERIMENTAL
It is IMPORTANT to note that some Dependency Injection models may create a temporary and non-cached instance of the RuntimeDataAware Class solely for the purpose of invoking the setRuntimeDataInterface instance Method. In order for subsequent instances to make use of the RuntimeDataInterface object it is recommended that any and all instances should store it in a shared (static) field.
Modifier and Type | Method and Description |
---|---|
void |
setRuntimeDataInterface(RuntimeDataInterface helper)
Set the RuntimeDataInterface instance to be used by the RuntimeDataAware class instance.
|
void setRuntimeDataInterface(RuntimeDataInterface helper)
EXPERIMENTAL
It is IMPORTANT to note that some Dependency Injection models may create a temporary and non-cached instance of the RuntimeDataAware Class solely for the purpose of invoking the setRuntimeDataInterface instance Method. In order for subsequent instances to make use of the RuntimeDataInterface object it is recommended that any and all instances should store it in a shared (static) field.
helper
- RuntimeDataInterface
Copyright © SAS Institute. All Rights Reserved.