Class DefaultNamingManager

java.lang.Object
cloud.piranha.naming.impl.DefaultNamingManager
All Implemented Interfaces:
NamingManager

public class DefaultNamingManager
extends java.lang.Object
implements NamingManager
The default NamingManager.
Author:
Manfred Riem ([email protected])
  • Constructor Summary

    Constructors
    Constructor Description
    DefaultNamingManager​(javax.naming.Context context)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    javax.naming.Context getContext()
    Get the context context.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultNamingManager

      public DefaultNamingManager​(javax.naming.Context context)
      Constructor.
      Parameters:
      context - the initial context.
  • Method Details

    • getContext

      public javax.naming.Context getContext()
      Description copied from interface: NamingManager
      Get the context context.
      Specified by:
      getContext in interface NamingManager
      Returns:
      the context.