Uses of Class
Repository.Log

Uses of Log in Repository
 

Fields in Repository declared as Log
(package private)  Log Retry.log
          Logging object
private  Log JWSDPDeployer.log
          Logging object
private  Log HTTPDeployer.log
          Logging object
(package private)  Log DynDns.log
          Logging object
 

Methods in Repository that return Log
(package private) static Log Log.getLog(java.lang.String logFile, boolean mode)
          Return a Log object from logs.
 

Methods in Repository with parameters of type Log
 void JWSDPDeployer.setUrl(java.lang.String url, java.lang.String user, java.lang.String passwd, Log log)
          Set the Web service URI.
 void HTTPDeployer.setUrl(java.lang.String url, java.lang.String user, java.lang.String passwd, Log log)
          Set the Web service URI.
 void DeployerIF.setUrl(java.lang.String url, java.lang.String user, java.lang.String passwd, Log log)
          Set the Web service URI.
 void Deployer.setUrl(java.lang.String url, java.lang.String user, java.lang.String passwd, Log log)
          Set the Web service URI.
 

Constructors in Repository with parameters of type Log
DynDns(java.lang.String workDir, Log log, ServletContext ctx)
          Constructor.