java.lang.Object
com.sun.nio.sctp.AssociationChangeNotification
- All Implemented Interfaces:
Notification
Notification emitted when an association has either opened or closed.
- Since:
- 1.7
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Defines the type of change event that happened to the association. -
Constructor Summary
ModifierConstructorDescriptionprotected
Initializes a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptionabstract Association
Returns the association that this notification is applicable to.event()
Returns the type of change event.
-
Constructor Details
-
AssociationChangeNotification
protected AssociationChangeNotification()Initializes a new instance of this class.
-
-
Method Details
-
association
Returns the association that this notification is applicable to.- Specified by:
association
in interfaceNotification
- Returns:
- The association whose state has changed, or
null
if there is no association, that is CANT_START
-
event
Returns the type of change event.- Returns:
- The event
-