Uses of Interface
org.jboss.remotingjmx.ServerMessageInterceptor
Packages that use ServerMessageInterceptor
Package
Description
-
Uses of ServerMessageInterceptor in org.jboss.remotingjmx
Methods in org.jboss.remotingjmx that return ServerMessageInterceptorModifier and TypeMethodDescriptionServerMessageInterceptorFactory.create(org.jboss.remoting3.Channel channel) Creates a server message interceptor when a channel is opened -
Uses of ServerMessageInterceptor in org.jboss.remotingjmx.protocol
Methods in org.jboss.remotingjmx.protocol with parameters of type ServerMessageInterceptorModifier and TypeMethodDescriptionvoidVersions.startServer(byte version, org.jboss.remoting3.Channel channel, MBeanServerManager serverManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor) -
Uses of ServerMessageInterceptor in org.jboss.remotingjmx.protocol.v1
Methods in org.jboss.remotingjmx.protocol.v1 with parameters of type ServerMessageInterceptorModifier and TypeMethodDescriptionstatic voidVersionOne.startServer(org.jboss.remoting3.Channel channel, WrappedMBeanServerConnection server, Executor executor, ServerMessageInterceptor serverMessageInterceptor) -
Uses of ServerMessageInterceptor in org.jboss.remotingjmx.protocol.v2
Methods in org.jboss.remotingjmx.protocol.v2 with parameters of type ServerMessageInterceptorModifier and TypeMethodDescriptionstatic voidVersionTwo.startServer(org.jboss.remoting3.Channel channel, MBeanServerManager mbeanServerManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor)