git.fiddlerwoaroof.com
jinterface/bebr.lisp
fbc3743b
 ;;; -*- Mode : lisp -*-
 ;;; This file was automatically generated by WRITE-JAVA-CLASS-DEFINITIONS-TO-FILE
 
 
 ;;; Definitions for Java class   org.apache.curator.retry.BoundedExponentialBackoffRetry 
 
 
 (eval-when (compile load eval)
e92550c1
   (let ((package-name "FWOAR.LW-CURATOR.JI.BEBR"))
fbc3743b
     (unless (find-package package-name) (make-package package-name)))
e92550c1
   (lw-ji:intern-and-export-list '(".GETN"
                                   ".TOSTRING"
                                   ".GETCLASS"
                                   ".EQUALS"
                                   ".NOTIFY"
                                   ".GETBASESLEEPTIMEMS"
                                   ".ALLOWRETRY"
                                   ".GETMAXSLEEPTIMEMS"
                                   ".NOTIFYALL"
                                   ".HASHCODE"
                                   ".WAIT"
                                   ".NEW"
                                   "CLASS")
                                 "FWOAR.LW-CURATOR.JI.BEBR"))
fbc3743b
 
e92550c1
 (in-package "FWOAR.LW-CURATOR.JI.BEBR")
 (defconstant class "org.apache.curator.retry.BoundedExponentialBackoffRetry")
fbc3743b
 (lw-ji:record-java-class-lisp-symbol "org.apache.curator.retry.BoundedExponentialBackoffRetry"
e92550c1
                                      'class)
 (lw-ji:define-java-constructor .new
fbc3743b
                                "org.apache.curator.retry.BoundedExponentialBackoffRetry"
                                :signatures
                                ("org.apache.curator.retry.BoundedExponentialBackoffRetry(int,int,int)")
                                :class-symbol
                                nil)
e92550c1
 (lw-ji:define-java-caller .getn
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "getN"
                           :signatures
                           ("public int getN()"))
e92550c1
 (lw-ji:define-java-caller .tostring
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "toString"
                           :signatures
                           ("public java.lang.String toString()"))
e92550c1
 (lw-ji:define-java-caller .getclass
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "getClass"
                           :signatures
                           ("public final java.lang.Class getClass()"))
e92550c1
 (lw-ji:define-java-caller .equals
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "equals"
                           :signatures
                           ("public boolean equals(java.lang.Object)"))
e92550c1
 (lw-ji:define-java-caller .notify
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "notify"
                           :signatures
                           ("public final void notify()"))
e92550c1
 (lw-ji:define-java-caller .getbasesleeptimems
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "getBaseSleepTimeMs"
                           :signatures
                           ("public int getBaseSleepTimeMs()"))
e92550c1
 (lw-ji:define-java-caller .allowretry
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "allowRetry"
                           :signatures
                           ("public boolean allowRetry(int, long, org.apache.curator.RetrySleeper)"))
e92550c1
 (lw-ji:define-java-caller .getmaxsleeptimems
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "getMaxSleepTimeMs"
                           :signatures
                           ("public int getMaxSleepTimeMs()"))
e92550c1
 (lw-ji:define-java-caller .notifyall
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "notifyAll"
                           :signatures
                           ("public final void notifyAll()"))
e92550c1
 (lw-ji:define-java-caller .hashcode
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "hashCode"
                           :signatures
                           ("public int hashCode()"))
e92550c1
 (lw-ji:define-java-caller .wait
fbc3743b
                           "org/apache/curator/retry/BoundedExponentialBackoffRetry"
                           "wait"
                           :signatures
                           ("public final void wait()"
                            "public final void wait(long, int)"
                            "public final void wait(long)"))
 
 ;;; End of class   org.apache.curator.retry.BoundedExponentialBackoffRetry