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

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

Introduction

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

The text is from its open source code.

Implementation

javax.naming.Name has the following implementations.
Click this link to see all its implementation.

Method

Nameadd(int posn, String comp)
Adds a single component at a specified position within this name.
Nameadd(String comp)
Adds a single component to the end of this name.
NameaddAll(Name suffix)
Adds the components of a name -- in order -- to the end of this name.
Objectclone()
Generates a new copy of this name.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Stringget(int posn)
Retrieves a component of this name.
EnumerationgetAll()
Retrieves the components of this name as an enumeration of strings.
ClassgetClass()
Returns the runtime class of this Object .
NamegetPrefix(int posn)
Creates a name whose components consist of a prefix of the components of this name.
NamegetSuffix(int posn)
Creates a name whose components consist of a suffix of the components in this name.
booleanisEmpty()
Determines whether this name is empty.
Objectremove(int posn)
Removes a component from this name.
intsize()
Returns the number of components in this name.
StringtoString()
Returns a string representation of the object.