Uses of Class
org.ourgrid.common.exception.UnableToDigestFileException

Packages that use UnableToDigestFileException
org.ourgrid.common.gum   
org.ourgrid.common.util   
org.ourgrid.gridmachine.useragent   
org.ourgrid.peer.ebgum   
 

Uses of UnableToDigestFileException in org.ourgrid.common.gum
 

Methods in org.ourgrid.common.gum that throw UnableToDigestFileException
 java.lang.String Gum.getRemoteFileDigest(java.io.File remoteFile)
          Used to return the digest representation of a file.
 

Uses of UnableToDigestFileException in org.ourgrid.common.util
 

Methods in org.ourgrid.common.util that throw UnableToDigestFileException
static java.lang.String JavaFileUtil.getDigestRepresentation(java.io.File fileToDigest)
          That utilitary method get a File oject in applying a Message Digest Filter, the result is a digest string representation of the file contents
 

Uses of UnableToDigestFileException in org.ourgrid.gridmachine.useragent
 

Methods in org.ourgrid.gridmachine.useragent that throw UnableToDigestFileException
 java.lang.String UserAgentServerImpl.getRemoteFileDigest(java.io.File remoteFile)
           
 

Uses of UnableToDigestFileException in org.ourgrid.peer.ebgum
 

Methods in org.ourgrid.peer.ebgum that throw UnableToDigestFileException
 java.lang.String GumProxy.getRemoteFileDigest(java.io.File remoteFile)
           
 void EBGumTest.testGetRemoteFileDigest()