Modifier and Type | Class and Description |
---|---|
public static enum | AssociationChangeNotification.
Defines the type of change event that happened to the association. |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public abstract Association | Returns: The association whose state has changed, ornull if
there is no association, that is CANT_STARTRedeclares com. Returns the association that this notification is applicable to. |
public abstract AssociationChangeNotification. |
AssociationChangeNotification | back to summary |
---|---|
protected AssociationChangeNotification() Initializes a new instance of this class. |
association | back to summary |
---|---|
public abstract Association association() Redeclares com. Returns the association that this notification is applicable to.
|
event | back to summary |
---|---|
public abstract AssociationChangeNotification. Returns the type of change event.
|
Modifier and Type | Field and Description |
---|---|
public static final AssociationChangeNotification. | CANT_START
The association failed to setup. |
public static final AssociationChangeNotification. | COMM_LOST
The association has failed. |
public static final AssociationChangeNotification. | COMM_UP
A new association is now ready and data may be exchanged with this peer. |
public static final AssociationChangeNotification. | RESTART
SCTP has detected that the peer has restarted. |
public static final AssociationChangeNotification. | SHUTDOWN
The association has gracefully closed. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static AssociationChangeNotification. | |
public static AssociationChangeNotification. |
CANT_START | back to summary |
---|---|
public static final AssociationChangeNotification. The association failed to setup. If a message was sent on a |
COMM_LOST | back to summary |
---|---|
public static final AssociationChangeNotification. The association has failed. A series of SCTP send failed notifications will follow this notification, one for each outstanding message. |
COMM_UP | back to summary |
---|---|
public static final AssociationChangeNotification. A new association is now ready and data may be exchanged with this peer. |
RESTART | back to summary |
---|---|
public static final AssociationChangeNotification. SCTP has detected that the peer has restarted. |
SHUTDOWN | back to summary |
---|---|
public static final AssociationChangeNotification. The association has gracefully closed. |
AssocChangeEvent | back to summary |
---|---|
private AssocChangeEvent() |
valueOf | back to summary |
---|---|
public static AssociationChangeNotification. |
values | back to summary |
---|---|
public static AssociationChangeNotification. |