com.spss.psapi.runtime.spi

Interface RuntimeProvider



  • public interface RuntimeProvider
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean addRuntime(Runtimes runtimes, java.lang.String runtimeName)
      Called by the runtimes manager whenever it encounters an unknown runtime.
    • Method Detail

      • addRuntime

        boolean addRuntime(Runtimes runtimes,
                         java.lang.String runtimeName)
        Called by the runtimes manager whenever it encounters an unknown runtime. If the provider recognises the runtime name it can register the runtime with the manager and return true, otherwise it must do nothing and return false.
        Parameters:
        runtimes - the runtimes manager
        runtimeName - the name of the unknown runtime
        Returns:
        true if the provider was able to register the runtime
        See Also:
        Runtimes.addRuntime(RuntimeDescriptor runtimeDescriptor, OperatorSet operatorSet)

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.