JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Help
org.apache.activemq.artemis.spi.core.naming
BindingRegistry
Contents
Description
Method Summary
Method Details
lookup(String)
bind(String, Object)
unbind(String)
close()
Hide sidebar
Show sidebar
Interface BindingRegistry
public interface
BindingRegistry
Abstract interface for a registry to store endpoints like connection factories into.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
bind
(
String
name,
Object
obj)
void
close
()
Object
lookup
(
String
name)
void
unbind
(
String
name)
Method Details
lookup
Object
lookup
(
String
name)
bind
boolean
bind
(
String
name,
Object
obj)
unbind
void
unbind
(
String
name)
close
void
close
()