Class DefaultContainerFactory

java.lang.Object
org.pipservices3.components.build.CompositeFactory
org.pipservices3.container.build.DefaultContainerFactory
All Implemented Interfaces:
org.pipservices3.components.build.IFactory

public class DefaultContainerFactory extends org.pipservices3.components.build.CompositeFactory
Creates default container components (loggers, counters, caches, locks, etc.) by their descriptors.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.pipservices3.commons.refer.Descriptor
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultContainerFactory(org.pipservices3.components.build.IFactory... factories)
    Create a new instance of the factory and sets nested factories.
  • Method Summary

    Methods inherited from class org.pipservices3.components.build.CompositeFactory

    add, canCreate, create, remove

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • Descriptor

      public static final org.pipservices3.commons.refer.Descriptor Descriptor
  • Constructor Details

    • DefaultContainerFactory

      public DefaultContainerFactory(org.pipservices3.components.build.IFactory... factories)
      Create a new instance of the factory and sets nested factories.
      Parameters:
      factories - a list of nested factories