Uses of Interface
org.jboss.remotingjmx.ServerMessageInterceptor
-
Packages that use ServerMessageInterceptor Package Description org.jboss.remotingjmx org.jboss.remotingjmx.protocol org.jboss.remotingjmx.protocol.v1 org.jboss.remotingjmx.protocol.v2 -
-
Uses of ServerMessageInterceptor in org.jboss.remotingjmx
Methods in org.jboss.remotingjmx that return ServerMessageInterceptor Modifier and Type Method Description ServerMessageInterceptorServerMessageInterceptorFactory. 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 ServerMessageInterceptor Modifier and Type Method Description voidVersions. 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 ServerMessageInterceptor Modifier and Type Method Description static 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 ServerMessageInterceptor Modifier and Type Method Description static voidVersionTwo. startServer(org.jboss.remoting3.Channel channel, MBeanServerManager mbeanServerManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor)
-