java.lang.Object
com.sun.nio.sctp.AssociationChangeNotification
- 所有实现的接口:
-
Notification
当关联已打开或关闭时发出的通知。
- 自从:
- 1.7
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
定义了发生在关联中的更改事件的类型。 -
Constructor Summary
-
Method Summary
-
Constructor Details
-
AssociationChangeNotification
protected AssociationChangeNotification()初始化此类的新实例。
-
-
Method Details
-
association
返回适用于此通知的关联。- 指定者:
-
association
在接口Notification
- 返回:
-
状态已更改的关联,如果没有关联,则返回
null
,即CANT_START
-
event
返回更改事件的类型。- 返回:
- 事件
-