Interface Context

    • Method Detail

      • getApplicationName

        String getApplicationName()
        Return the name of the application.
        Returns:
        the name of the application
      • getServiceMonitor

        ServiceMonitor getServiceMonitor()
        Return the keep-alive facility for the application services.
        Returns:
        the ServiceMonitor
      • getPofConfigURI

        String getPofConfigURI()
        Return the POF configuration URI.

        For advanced use cases, the resource identified by this URI can be found by calling:

            ctx.getExtendedContext().getClassLoader().getResource(ctx.getPofConfigUri());
         

        Returns:
        the POF configuration URI
      • getCacheConfigURI

        String getCacheConfigURI()
        Return the cache configuration URI.
        Returns:
        the cache configuration URI
      • getDefaultScope

        default String getDefaultScope()
        Returns the default scope name to use.
        Returns:
        the default scope name to use