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

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

Introduction

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

The text is from its open source code.

Constructor

CompoundName(Enumeration comps, Properties syntax)
Constructs a new compound name instance using the components specified in comps and syntax.
CompoundName(String n, Properties syntax)
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.