Ejemplo n.º 1
0
 public CreateObjectMonitor(String n, ObjectURL wturl, WithHash w, Boolean r) {
   super();
   name = n;
   with = w;
   this.wturl = wturl;
   replace = r.booleanValue();
 }
Ejemplo n.º 2
0
 public AlterInterval(ObjectURL o, WithHash w, Boolean ne) {
   super();
   obj = o;
   with = w;
   noerr = ne.booleanValue();
 }