Package org.jboss.remotingjmx
Interface ServerMessageInterceptor
public interface ServerMessageInterceptor
An Interceptor used to wrap the handling of messages on the server side.
- Author:
- Kabir Khan, Darran Lofthouse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled to handle the actual event, gives the Interceptor an opportunity to wrap the call.
-
Method Details
-
handleEvent
Called to handle the actual event, gives the Interceptor an opportunity to wrap the call.- Parameters:
event- - The event to run.- Throws:
IOException- - If thrown from the event.
-