Interface ContextFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Context createContext(long transactionId, String operationHandle, InstanceIdentifier invocationSource, EventSourceAccess eventSourceAccess, LocalMdibAccess mdibAccess, @Nullable() String callerId) Creates a new Context instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • createContext

         abstract Context createContext(long transactionId, String operationHandle, InstanceIdentifier invocationSource, EventSourceAccess eventSourceAccess, LocalMdibAccess mdibAccess, @Nullable() String callerId)

        Creates a new Context instance.

        Parameters:
        transactionId - transaction id that is requestable and used to create reports.
        operationHandle - the handle of operation this context belongs to.
        invocationSource - the instance identifier used to add as invocation source to reports.
        eventSourceAccess - the event source access to send report notifications.
        mdibAccess - the MDIB access be used to read and/or modify on function callback.
        Returns:

        the new instance.