Uses of Class
org.apache.uima.ducc.common.utils.id.ADuccId

Packages that use ADuccId
org.apache.uima.ducc.transport.event.sm   
 

Uses of ADuccId in org.apache.uima.ducc.transport.event.sm
 

Methods in org.apache.uima.ducc.transport.event.sm that return ADuccId
 ADuccId IServiceDescription.getId()
          This returns the Unique ID of the service as assigned by DUCC.
 

Methods in org.apache.uima.ducc.transport.event.sm that return types with arguments of type ADuccId
 ArrayList<ADuccId> IServiceDescription.getImplementors()
          This returns the set of DUCC Ids for all the service instances which implement this service.
 ArrayList<ADuccId> IServiceDescription.getReferences()
           
 

Methods in org.apache.uima.ducc.transport.event.sm with parameters of type ADuccId
 void IServiceDescription.setId(ADuccId id)
          Internal to DUCC.
 

Method parameters in org.apache.uima.ducc.transport.event.sm with type arguments of type ADuccId
 void IServiceDescription.setImplementors(ArrayList<ADuccId> implementors)
          Internal to DUCC.
 void IServiceDescription.setReferences(ArrayList<ADuccId> references)
          Internal to DUCC.
 



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