Uses of Class
org.apache.uima.collection.impl.cpm.container.deployer.vns.VinciServiceInfo
-
Packages that use VinciServiceInfo Package Description org.apache.uima.collection.impl.cpm.container.deployer.vinci org.apache.uima.collection.impl.cpm.container.deployer.vns -
-
Uses of VinciServiceInfo in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci that return VinciServiceInfo Modifier and Type Method Description private VinciServiceInfo
VinciCasProcessorDeployer. getNextAvailable(java.util.ArrayList aServiceList)
Gets the next available. -
Uses of VinciServiceInfo in org.apache.uima.collection.impl.cpm.container.deployer.vns
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vns that return VinciServiceInfo Modifier and Type Method Description private VinciServiceInfo
VNSQuery.VinciVNSQuery. getServiceInfo(VinciFrame aServiceFrame)
Copy service information from Vinci frame.Methods in org.apache.uima.collection.impl.cpm.container.deployer.vns with parameters of type VinciServiceInfo Modifier and Type Method Description private static boolean
VNSQuery. newService(VinciServiceInfo aService, java.util.ArrayList oldList)
Checks if a service identified byVinciServiceInfo
instance is in use.
-