![]() | SimpleNamingContext Class |
Namespace: com.espertech.esper.compat.directory
public class SimpleNamingContext : INamingContext, IDisposable
The SimpleNamingContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleNamingContext |
Initializes a new instance of the SimpleNamingContext class.
|
Name | Description | |
---|---|---|
![]() | Bind |
Bind an object to a name. Throws an exception if
the name is already bound.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | 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.
|