This commit is contained in:
@@ -33,8 +33,6 @@ public class DataCacheListenerService implements DataCacheListener, Service {
|
|||||||
|
|
||||||
private final boolean finest = logger.isLoggable(Level.FINEST);
|
private final boolean finest = logger.isLoggable(Level.FINEST);
|
||||||
|
|
||||||
;
|
|
||||||
|
|
||||||
@Resource(name = "APP_NODE")
|
@Resource(name = "APP_NODE")
|
||||||
private String localNodeName = "";
|
private String localNodeName = "";
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
package com.wentch.redkale.service;
|
package com.wentch.redkale.service;
|
||||||
|
|
||||||
import com.wentch.redkale.net.http.*;
|
import com.wentch.redkale.net.http.*;
|
||||||
|
import com.wentch.redkale.util.*;
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.concurrent.*;
|
import java.util.concurrent.*;
|
||||||
@@ -16,6 +17,7 @@ import javax.annotation.*;
|
|||||||
*
|
*
|
||||||
* @author zhangjx
|
* @author zhangjx
|
||||||
*/
|
*/
|
||||||
|
@AutoLoad(false)
|
||||||
public class WebSocketNodeService implements Service {
|
public class WebSocketNodeService implements Service {
|
||||||
|
|
||||||
public static final int RETCODE_ENGINE_NULL = 5001;
|
public static final int RETCODE_ENGINE_NULL = 5001;
|
||||||
|
|||||||
Reference in New Issue
Block a user