Class RefreshClassLoaderTask

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Callable<java.lang.Void>

    public class RefreshClassLoaderTask
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Void>, java.io.Serializable
    Author:
    Baptiste Mesta
    See Also:
    Serialized Form
    • Method Detail

      • call

        public java.lang.Void call()
                            throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
        Throws:
        java.lang.Exception
      • setClassLoaderService

        public void setClassLoaderService​(ClassLoaderService classLoaderService)
      • setTransactionService

        public void setTransactionService​(TransactionService transactionService)