Package com.sefer.dragonfly.client.core.domain

Examples of com.sefer.dragonfly.client.core.domain.LogData


    if (o != null) {
      // 记录
      o.toString();
      for (Listener listener : listenerList) {
        listener.onFire(new Event<Object>(new EventContext<Object>(
            new LogData(o, cacheId, timeout),
            CMonitorEvent.ADD_CACHE_DATA)));
      }
    }
    // 传入对象为空则忽略
  }
View Full Code Here

TOP

Related Classes of com.sefer.dragonfly.client.core.domain.LogData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.