Method and Description |
---|
org.hornetq.api.core.client.ServerLocator.addInterceptor(Interceptor)
As of HornetQ 2.3.0.Final, replaced by
ServerLocator.addIncomingInterceptor(Interceptor) and
ServerLocator.addOutgoingInterceptor(Interceptor) |
org.hornetq.api.core.management.HornetQServerControl.getInterceptorClassNames()
As of HornetQ 2.3.0.Final, replaced by
HornetQServerControl.getIncomingInterceptorClassNames() and
HornetQServerControl.getOutgoingInterceptorClassNames() |
org.hornetq.api.core.client.ServerLocator.removeInterceptor(Interceptor)
As of HornetQ 2.3.0.Final, replaced by
ServerLocator.removeIncomingInterceptor(Interceptor) and
ServerLocator.removeOutgoingInterceptor(Interceptor) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.