Class GfSseInboundEvent
java.lang.Object
com.sun.enterprise.admin.remote.sse.GfSseInboundEvent
Incoming SSE event.
-
Method Summary
-
Method Details
-
getName
Get the event name.- Returns:
- event name or
nullif it is not present.
-
getData
Get event data.- Parameters:
messageType- type of stored data content.- Throws:
IOException- when provided type can't be read.
-
getData
Get event data asString.- Returns:
- event data de-serialized as string.
- Throws:
IOException- when provided type can't be read.
-
toString
-