Interface JNDICommands

  • All Known Implementing Classes:
    JNDICommandsImpl

    public interface JNDICommands
    • Method Detail

      • getNamingContext

        void getNamingContext()
      • getStrOwnerId

        void getStrOwnerId()
      • setStrOwnerId

        void setStrOwnerId​(String strOwnerId)
      • createSubcontext

        void createSubcontext​(String ctxName)
      • destroySubcontext

        void destroySubcontext()
      • lookup

        void lookup​(String name)
      • unbind

        void unbind​(String name)