|
JavaTM SCTP API DRAFT ea-b11 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sun.nio.sctp.AssociationChangeNotification
public abstract class AssociationChangeNotification extends Object implements Notification
Notification emitted when an association has either opened or closed.
| Nested Class Summary | |
|---|---|
static class |
AssociationChangeNotification.AssocChangeEvent
Defines the type of change event that happened to the association. |
| Constructor Summary | |
|---|---|
protected |
AssociationChangeNotification()
Initializes a new instance of this class. |
| Method Summary | |
|---|---|
abstract Association |
association()
Returns the association that this notification is applicable to. |
abstract AssociationChangeNotification.AssocChangeEvent |
event()
Returns the type of change event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AssociationChangeNotification()
| Method Detail |
|---|
public abstract Association association()
association in interface Notificationnull if
there is no association, that is CANT_STARTpublic abstract AssociationChangeNotification.AssocChangeEvent event()
|
JavaTM SCTP API DRAFT ea-b11 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||