com.application.areca.search
Class SearchResult

java.lang.Object
  extended by com.application.areca.search.SearchResult

public class SearchResult
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
SearchResult()
           
 
Method Summary
 TargetSearchResult getTargetSearchResult(AbstractRecoveryTarget target)
           
 void setTargetSearchResult(AbstractRecoveryTarget target, TargetSearchResult result)
           
 int size()
           
 java.util.Iterator targetIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Method Detail

targetIterator

public java.util.Iterator targetIterator()

size

public int size()

getTargetSearchResult

public TargetSearchResult getTargetSearchResult(AbstractRecoveryTarget target)

setTargetSearchResult

public void setTargetSearchResult(AbstractRecoveryTarget target,
                                  TargetSearchResult result)