Click or drag to resize

SimpleNamingContext Class

Simple implementation of the directory.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.directorySimpleNamingContext

Namespace:  com.espertech.esper.compat.directory
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class SimpleNamingContext : INamingContext, 
	IDisposable

The SimpleNamingContext type exposes the following members.

Constructors
  NameDescription
Public methodSimpleNamingContext
Initializes a new instance of the SimpleNamingContext class.
Top
Methods
  NameDescription
Public methodBind
Bind an object to a name. Throws an exception if the name is already bound.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodList
Public methodLookup
Lookup an object by name.
Public methodRebind
Bind an object to a name. If the object is already bound, rebind it.
Public methodRename
Rename the object at oldName with newName.
Public methodUnbind
Unbind the object at the given name.
Top
See Also