Interface ServerTask

All Known Implementing Classes:
ServerStartTask

public interface ServerTask
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.threads.AsyncFuture<org.jboss.msc.service.ServiceContainer>
    run(List<org.jboss.msc.service.ServiceActivator> startServices)
     
  • Method Details

    • run

      org.jboss.threads.AsyncFuture<org.jboss.msc.service.ServiceContainer> run(List<org.jboss.msc.service.ServiceActivator> startServices)