Uses of Class
net.bull.javamelody.internal.model.JndiBinding
Packages that use JndiBinding
Package
Description
-
Uses of JndiBinding in net.bull.javamelody.internal.model
Methods in net.bull.javamelody.internal.model that return types with arguments of type JndiBindingModifier and TypeMethodDescriptionCollectorServer.collectJndiBindings(String application, String path) RemoteCollector.collectJndiBindings(String path) static List<JndiBinding>JndiBinding.listBindings(String path) static List<JndiBinding>JndiBinding.listBindings(Context context, String path) -
Uses of JndiBinding in net.bull.javamelody.internal.web.html
Method parameters in net.bull.javamelody.internal.web.html with type arguments of type JndiBindingModifier and TypeMethodDescriptionvoidHtmlReport.writeJndi(List<JndiBinding> jndiBindings, String path) -
Uses of JndiBinding in net.bull.javamelody.internal.web.pdf
Method parameters in net.bull.javamelody.internal.web.pdf with type arguments of type JndiBindingModifier and TypeMethodDescriptionvoidPdfOtherReport.writeJndi(List<JndiBinding> jndiBindings, String path)