JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.apache.activemq.artemis.spi.core.naming
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
()