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 SummaryNested ClassesModifier and TypeClassDescriptionstatic enumDefines the type of change event that happened to the association.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedInitializes a new instance of this class.
- 
Method SummaryModifier and TypeMethodDescriptionabstract AssociationReturns the association that this notification is applicable to.event()Returns the type of change event.
- 
Constructor Details- 
AssociationChangeNotificationprotected AssociationChangeNotification()Initializes a new instance of this class.
 
- 
- 
Method Details- 
associationReturns the association that this notification is applicable to.- Specified by:
- associationin interface- Notification
- Returns:
- The association whose state has changed, or nullif there is no association, that is CANT_START
 
- 
eventReturns the type of change event.- Returns:
- The event
 
 
-