Java javax.naming NameClassPair fields, constructors, methods, implement or subclass

Example usage for Java javax.naming NameClassPair fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming NameClassPair.

The text is from its open source code.

Method

StringgetClassName()
Retrieves the class name of the object bound to the name of this binding.
StringgetName()
Retrieves the name of this binding.
StringgetNameInNamespace()
Retrieves the full name of this binding.
booleanisRelative()
Determines whether the name of this binding is relative to the target context (which is named by the first parameter of the list() method).