public class HornetQNoOpBindingRegistry extends Object implements org.hornetq.spi.core.naming.BindingRegistry
BindingRegistry.| Constructor and Description |
|---|
HornetQNoOpBindingRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bind(String name,
Object obj) |
void |
close() |
Object |
getContext() |
Object |
lookup(String name) |
void |
setContext(Object ctx) |
void |
unbind(String name) |
public Object lookup(String name)
lookup in interface org.hornetq.spi.core.naming.BindingRegistrypublic boolean bind(String name, Object obj)
bind in interface org.hornetq.spi.core.naming.BindingRegistrypublic void unbind(String name)
unbind in interface org.hornetq.spi.core.naming.BindingRegistrypublic void close()
close in interface org.hornetq.spi.core.naming.BindingRegistrypublic Object getContext()
getContext in interface org.hornetq.spi.core.naming.BindingRegistrypublic void setContext(Object ctx)
setContext in interface org.hornetq.spi.core.naming.BindingRegistryCopyright © 2016 Pivotal Software, Inc.. All rights reserved.