com.ibm.websphere.wim.pluginmanager.context

Interface ContextFactory



  • public interface ContextFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    ContextPackage
    Generated:
    • Field Detail

      • eINSTANCE

        static final ContextFactory eINSTANCE
        The singleton instance of the factory.
        Generated:
    • Method Detail

      • createDocumentRoot

        DocumentRoot createDocumentRoot()
        Returns a new object of class 'Document Root'.
        Generated:
        Return:
        a new object of class 'Document Root'.
      • createEmitterExceptionContext

        EmitterExceptionContext createEmitterExceptionContext()
        Returns a new object of class 'Emitter Exception Context'.
        Generated:
        Return:
        a new object of class 'Emitter Exception Context'.
      • createExceptionContext

        ExceptionContext createExceptionContext()
        Returns a new object of class 'Exception Context'.
        Generated:
        Return:
        a new object of class 'Exception Context'.
      • createInlineExitContext

        InlineExitContext createInlineExitContext()
        Returns a new object of class 'Inline Exit Context'.
        Generated:
        Return:
        a new object of class 'Inline Exit Context'.
      • createModificationListContext

        ModificationListContext createModificationListContext()
        Returns a new object of class 'Modification List Context'.
        Generated:
        Return:
        a new object of class 'Modification List Context'.
      • createModificationSubscriberContext

        ModificationSubscriberContext createModificationSubscriberContext()
        Returns a new object of class 'Modification Subscriber Context'.
        Generated:
        Return:
        a new object of class 'Modification Subscriber Context'.
      • createNotificationListContext

        NotificationListContext createNotificationListContext()
        Returns a new object of class 'Notification List Context'.
        Generated:
        Return:
        a new object of class 'Notification List Context'.
      • createNotificationSubscriberContext

        NotificationSubscriberContext createNotificationSubscriberContext()
        Returns a new object of class 'Notification Subscriber Context'.
        Generated:
        Return:
        a new object of class 'Notification Subscriber Context'.
      • createPostExitContext

        PostExitContext createPostExitContext()
        Returns a new object of class 'Post Exit Context'.
        Generated:
        Return:
        a new object of class 'Post Exit Context'.
      • createPreExitContext

        PreExitContext createPreExitContext()
        Returns a new object of class 'Pre Exit Context'.
        Generated:
        Return:
        a new object of class 'Pre Exit Context'.
      • createSubscriberExecContext

        SubscriberExecContext createSubscriberExecContext()
        Returns a new object of class 'Subscriber Exec Context'.
        Generated:
        Return:
        a new object of class 'Subscriber Exec Context'.
      • createUIDContext

        UIDContext createUIDContext()
        Returns a new object of class 'UID Context'.
        Generated:
        Return:
        a new object of class 'UID Context'.
      • getContextPackage

        ContextPackage getContextPackage()
        Returns the package supported by this factory.
        Generated:
        Return:
        the package supported by this factory.