Notification
public abstract class AssociationChangeNotification extends Object implements Notification
Modifier and Type | Class | Description |
---|---|---|
static enum |
AssociationChangeNotification.AssocChangeEvent |
Defines the type of change event that happened to the association. |
Modifier | Constructor | Description |
---|---|---|
protected |
Initializes a new instance of this class. |
Modifier and Type | Method | Description |
---|---|---|
abstract Association |
association() |
Returns the association that this notification is applicable to. |
abstract AssociationChangeNotification.AssocChangeEvent |
event() |
Returns the type of change event. |
protected AssociationChangeNotification()
public abstract Association association()
association
in interface Notification
null
if there is no association, that is CANT_START
public abstract AssociationChangeNotification.AssocChangeEvent event()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.sctp/com/sun/nio/sctp/AssociationChangeNotification.html