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