Uses of Class
jlite.MatchedCE

Uses of MatchedCE in jlite
 

Methods in jlite that return types with arguments of type MatchedCE
 java.util.List<MatchedCE> GridSession.listMatchedCE(java.lang.String jdl)
          Matches available grid resources (computing elements, CE) to requirements specified in the job description.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
Returns a list of matched CEs sorted in decreasing rank order.
 java.util.List<MatchedCE> GridSessionImpl.listMatchedCE(java.lang.String jdl)
           
 java.util.List<MatchedCE> GridSession.listMatchedCE(java.lang.String wmProxyURL, java.lang.String jdl)
          Matches available grid resources (computing elements) to requirements specified in the job description.
Returns a list of matched CEs sorted in decreasing rank order.
 java.util.List<MatchedCE> GridSessionImpl.listMatchedCE(java.lang.String wmProxyURL, java.lang.String jdl)