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

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

Introduction

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

The text is from its open source code.

Constructor

LinkRef(Name linkName)
Constructs a LinkRef for a name.
LinkRef(String linkName)
Constructs a LinkRef for a string name.

Method

StringgetLinkName()
Retrieves the name of this link.