Class EnvConfiguration.Bound

  • Enclosing class:
    EnvConfiguration

    private static class EnvConfiguration.Bound
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) NamingContext _context  
      (package private) java.lang.String _name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bound​(NamingContext context, java.lang.String name)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _name

        final java.lang.String _name
    • Constructor Detail