1 24 package org.objectweb.joram.shared.admin; 25 26 30 public class UnsetDestinationDMQ extends AdminRequest { 31 private static final long serialVersionUID = -117929092888904461L; 32 33 34 private String destId; 35 36 41 public UnsetDestinationDMQ(String destId) { 42 this.destId = destId; 43 } 44 45 46 47 public String getDestId() { 48 return destId; 49 } 50 } 51 | Popular Tags |