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

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

Introduction

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

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.
ObjectgetObject()
Retrieves the object bound to the 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).
StringtoString()
Generates the string representation of this binding.