Serialized Form
data
Map<K,V> data
reason
int reason
- The reason for the shutdown:
CloseEvent.REASON_CLIENT_SHUTDOWN
,
CloseEvent.REASON_ROUTER_SHUTDOWN
,
CloseEvent.REASON_ROUTER_SHUTDOWN_UNEXPECTEDLY
,
CloseEvent.REASON_ROUTER_STOPPED_RESPONDING
,
CloseEvent.REASON_PROTOCOL_VIOLATION
, CloseEvent.REASON_IO_ERROR
.
message
String message
- The message from the router, if any, or the client's description
of the reason otherwise.
error
Throwable error
- The exception that was associated with the reason for closing.
This may be null. It will be set in the case where an exception
occurred during decoding a message from the router and triggered
a close due to protocol violation.
options
ConnectionOptions options
- The requested options
rejectedOptions
Map<K,V> rejectedOptions
- The rejected options and the actual value that the server will use.
type
ElvinLogEvent.Type type
- The type of message.
message
String message
- The message text.
exception
Throwable exception
- The exception that triggered the message, if any (or null).
notification
Notification notification
- The notification.
secureMatches
Set<E> secureMatches
- The subscriptions that securely matched the notification.
insecureMatches
Set<E> insecureMatches
- The subscriptions that insecurely matched the notification.
matches
Set<E> matches
- All subscriptions that matched the notification.
expression
String expression
- The subscription expression that was rejected.
reason
int reason
- The reason the expression was rejected: one of
InvalidSubscriptionException.SYNTAX_ERROR
or InvalidSubscriptionException.TRIVIAL_EXPRESSION
.
subscription
Subscription subscription
- The subscription that matched the notification. This is the same
as
EventObject.getSource()
.
notification
Notification notification
- The notification received from the router.
secure
boolean secure
- True if the notification was received securely from a client with
compatible security keys.
Copyright © 2008 Matthew Phillips. All Rights Reserved.