Uses of Interface
org.apache.uima.ducc.transport.event.sm.IServiceReply

Packages that use IServiceReply
org.apache.uima.ducc.cli   
 

Uses of IServiceReply in org.apache.uima.ducc.cli
 

Methods in org.apache.uima.ducc.cli that return IServiceReply
 IServiceReply DuccServiceApi.modify(String[] args)
          The service 'modify' command is used to change various aspects of a registered service without the need to reregister it.
 IServiceReply DuccServiceApi.query(String[] args)
          The query API is used to query the status of services known to the service manager.
 IServiceReply DuccServiceApi.register(String[] args)
          The register API is used to register a service with the service manager.
 IServiceReply DuccServiceApi.start(String[] args)
          The start API is used to start one or more instances of a registered service.
 IServiceReply DuccServiceApi.stop(String[] args)
          The stop API is used to stop one or more service instances.
 IServiceReply DuccServiceApi.unregister(String[] args)
          The unregister API is used to unregister a service.
 



Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.