Interface BindingRegistry
-
public interface BindingRegistryAbstract interface for a registry to store endpoints like connection factories into.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanbind(java.lang.String name, java.lang.Object obj)voidclose()java.lang.Objectlookup(java.lang.String name)voidunbind(java.lang.String name)
-