| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
package ext.vamsas; |
| 22 |
|
|
| |
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 0 |
Complexity Density: - |
|
| 23 |
|
public interface SeqSearchI extends java.rmi.Remote |
| 24 |
|
{ |
| 25 |
|
public java.lang.String getDatabase() throws java.rmi.RemoteException; |
| 26 |
|
|
| 27 |
|
public vamsas.objects.simple.SeqSearchResult getResult( |
| 28 |
|
java.lang.String job_id) throws java.rmi.RemoteException; |
| 29 |
|
|
| 30 |
|
public vamsas.objects.simple.WsJobId psearch( |
| 31 |
|
vamsas.objects.simple.Alignment al, java.lang.String database) |
| 32 |
|
throws java.rmi.RemoteException; |
| 33 |
|
|
| 34 |
|
public vamsas.objects.simple.WsJobId search( |
| 35 |
|
vamsas.objects.simple.Sequence s, java.lang.String database) |
| 36 |
|
throws java.rmi.RemoteException; |
| 37 |
|
|
| 38 |
|
public vamsas.objects.simple.WsJobId cancel(java.lang.String jobId) |
| 39 |
|
throws java.rmi.RemoteException; |
| 40 |
|
} |