Interface Service


public interface Service
An application service managed by a ServiceManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(String name, Communicator communicator, String[] args)
    Start the service.
    void
    Stop the service.
  • Method Details