Exemplo n.º 1
0
 public int send(Message msg) {
   logger.logInfo("send");
   return l4.send(msg);
 }
Exemplo n.º 2
0
 public void update(Observable obj, Object arg) {
   logger.logInfo("update");
   notifyObservers(arg);
 }
Exemplo n.º 3
0
 public TinyGIOPimpl() {
   super();
   logger = new Logger("TinyGIOPimpl");
   logger.logInfo("initiate");
 }