1 package hero.entity; 2 24 25 import hero.interfaces.BnAgentLocal; 26 27 import org.apache.log4j.Category; 28 29 30 public class AgentAlarmType extends AgentType implements java.io.Serializable { 31 32 private static final Category log = Category.getInstance(AgentAlarmType.class); 34 35 public AgentAlarmType() { 36 } 37 38 public void agentOperation (BnAgentLocal agent, java.sql.Timestamp date) { 39 log.debug("agentOperation: agent="+agent.getName()); 41 42 } 43 44 45 } 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | Popular Tags |