Package org.jboss.remotingjmx
Interface ServerMessageInterceptor
-
public interface ServerMessageInterceptorAn Interceptor used to wrap the handling of messages on the server side.- Author:
- Kabir Khan, Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServerMessageInterceptor.Event
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(ServerMessageInterceptor.Event event)Called to handle the actual event, gives the Interceptor an opportunity to wrap the call.
-
-
-
Method Detail
-
handleEvent
void handleEvent(ServerMessageInterceptor.Event event) throws IOException
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.
-
-