![]() | INamingContext Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.directory.INamingContext"]
Namespace: com.espertech.esper.compat.directory
public interface INamingContext : IDisposable
The INamingContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bind |
Bind an object to a name. Throws an exception if
the name is already bound.
|
![]() | List | |
![]() | Lookup |
Lookup an object by name.
|
![]() | Rebind |
Bind an object to a name. If the object is already
bound, rebind it.
|
![]() | Rename |
Rename the object at oldName with newName.
|
![]() | Unbind |
Unbind the object at the given name.
|