Class AbstractContext

java.lang.Object
org.wildfly.naming.client.AbstractContext
All Implemented Interfaces:
AutoCloseable, Context
Direct Known Subclasses:
AbstractFederatingContext, HttpRootContext, RelativeContext

public abstract class AbstractContext extends Object implements Context, AutoCloseable
An abstract Context implementation which does not support federation of naming systems (i.e. binding contexts from other naming systems). Such contexts can use names that do not follow the composite name syntax constraints, and may perform better.
Author:
David M. Lloyd