Uses of Class
org.biojava.nbio.structure.align.client.JobKillException
- 
Packages that use JobKillException Package Description org.biojava.nbio.structure.align.client This package deals with the server communication for auto-downloading pre-calculated alignments. - 
- 
Uses of JobKillException in org.biojava.nbio.structure.align.client
Methods in org.biojava.nbio.structure.align.client that throw JobKillException Modifier and Type Method Description static PdbPairsMessageJFatCatClient. getPdbPairs(String url, int nrPair, String username)static voidJFatCatClient. sendAFPChainToServer(String serverLocation, AFPChain afpChain, Atom[] ca1, Atom[] ca2)static StringJFatCatClient. sendMultiAFPChainToServer(String serverLocation, String multiXML, String username)static StringJFatCatClient. sendMultiAFPChainToServer(String serverLocation, String multiXML, String username, String version) 
 -