Package com._1c.g5.resourcemanagement
Class HostResourceManagerFactory
- java.lang.Object
-
- com._1c.g5.resourcemanagement.HostResourceManagerFactory
-
public class HostResourceManagerFactory extends Object
Factory that constuctsIHostResourceManager
instances
-
-
Constructor Summary
Constructors Constructor Description HostResourceManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IHostResourceManager
createHostResourceManager()
ConstructsIHostResourceManager
instance.
-
-
-
Method Detail
-
createHostResourceManager
public static IHostResourceManager createHostResourceManager()
ConstructsIHostResourceManager
instance. The instance is being constructed in inactive state and requires implicit activation after creation- Returns:
- The constructed instance. May not be
null
-
-