Interface ObjectContextFactory

  • All Known Implementing Classes:
    DataContextFactory

    public interface ObjectContextFactory
    A factory for regular and nested contexts.
    Since:
    3.1
    • Method Detail

      • createContext

        ObjectContext createContext()
        Creates an ObjectContext attached to a default DataChannel.
      • createContext

        ObjectContext createContext​(DataChannel parent)
        Creates an ObjectContext attached to a provided channel. This is often used for nested context creation.