Class EntitiesRuntimeManager


  • public class EntitiesRuntimeManager
    extends Object
    A global manager for the EntitiesRuntimes instances. This is essentially a map between the plugin key of an IPluginEntities and the associated EntitiesRuntime. Currently this uses the pair (scopeKey, runtimeKey) to uniquely identify a plugin. The runtime key itself may not be enough as it is guaranteed to be unique only within its scope.
    Author:
    XIMA MEDIA GmbH