public abstract class NotificationManager extends java.lang.Object implements NotificationFactory
| 构造器和说明 |
|---|
NotificationManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getClusterId()
取得当前所在集群的标识。
|
java.lang.String |
getClusterIndex()
取得当前节点在集群中的索引。
|
static NotificationFactory |
getInstance()
获得实例。
|
int |
hashCode() |
static void |
removeThreadLocal() |
void |
stop() |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitenableSend, getLocalAddress, isEnabled, isSendEnabled, register, register, send, send, send, sendpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic static final NotificationFactory getInstance()
public java.lang.String getClusterId()
getClusterId 在接口中 NotificationFactorypublic java.lang.String getClusterIndex()
NotificationFactorygetClusterIndex 在接口中 NotificationFactorypublic static void removeThreadLocal()
public void stop()
stop 在接口中 NotificationFactory