1 23 package org.objectweb.joram.shared.admin; 24 25 29 public class Monitor_GetFreeAccess extends Monitor_Request { 30 private static final long serialVersionUID = 6715594804864458271L; 31 32 33 private String dest; 34 35 40 public Monitor_GetFreeAccess(String dest) { 41 this.dest = dest; 42 } 43 44 45 public String getDest() { 46 return dest; 47 } 48 } 49 | Popular Tags |