public interface BindingRegistry
Modifier and Type | Method and Description |
---|---|
boolean |
bind(String name,
Object obj) |
void |
close() |
Object |
getContext()
The context used by the registry.
|
Object |
lookup(String name) |
void |
setContext(Object ctx) |
void |
unbind(String name) |
Object getContext()
void setContext(Object ctx)
void unbind(String name)
void close()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.