Class ScalaProcedureSourceServiceFactory

    • Field Detail

      • SOURCE_NAME

        public static final java.lang.String SOURCE_NAME
        Scala source name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ScalaProcedureSourceServiceFactory

        public ScalaProcedureSourceServiceFactory()
    • Method Detail

      • getModule

        public static java.lang.Object getModule​(java.lang.String resource,
                                                 ServiceContext context)
                                          throws java.lang.Exception
        Obtains the MODULE from object Class.
        Parameters:
        resource - Resource.
        context - ServiceContext.
        Returns:
        MODULE or null.
        Throws:
        java.lang.Exception - If fails to obtain MODULE.