Interface GridPeerDeployAware

    • Method Detail

      • deployClass

        Class<?> deployClass()
        Gets top level user class being deployed.
        Returns:
        Top level user deployed class.
      • classLoader

        ClassLoader classLoader()
        Gets class loader for the class. This class loader must be able to load the class returned from deployClass() as well as all of its dependencies.

        Note that in most cases the class loader returned from this method and the class loader for the class returned from deployClass() method will be the same. If they are not the same, it is required that the class loader returned from this method still has to be able to load the deploy class and all its dependencies.

        Returns:
        Class loader for the class.