Package smilehouse.opensyncro.system

Examples of smilehouse.opensyncro.system.Environment.log()


        // Otherwise get the queue length to return in the response
        queueLength = pet.getPipeExecutionQueue().getQueueLength();
     
    } catch (Exception e) {
      Environment en=Environment.getInstance();
      en.log("Exception while processing requests in pipe execution queue for pipe: " + pipeName);
      en.log(e.getMessage(),e);
            return "ERROR: Exception while processing pipe execution request for pipe: " + pipeName;
    }
   
        if(isSynced)
View Full Code Here


        queueLength = pet.getPipeExecutionQueue().getQueueLength();
     
    } catch (Exception e) {
      Environment en=Environment.getInstance();
      en.log("Exception while processing requests in pipe execution queue for pipe: " + pipeName);
      en.log(e.getMessage(),e);
            return "ERROR: Exception while processing pipe execution request for pipe: " + pipeName;
    }
   
        if(isSynced)
          return "OK";
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.