com.seeyon.ctp.util.annotation
注释类型 HandleNotification


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface HandleNotification

注册集群通知处理方法。
由指定的方法处理相应类型的通知。方法必须只有一个Object类型的参数。

版本:
1.0 2010-02-23
作者:
wangwy

必需元素摘要
 com.seeyon.ctp.cluster.notification.NotificationType type
          通知类型。
 

元素详细信息

type

public abstract com.seeyon.ctp.cluster.notification.NotificationType type
通知类型。

返回:
注册的通知类型。