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(java.lang.String name, java.lang.Object obj)
void
close()
java.lang.Object
lookup(java.lang.String name)
void
unbind(java.lang.String name)
-