FileDocCategorySizeDatePackage
NamedDescriptor.javaAPI DocGlassfish v2 API2640Fri May 04 22:31:22 BST 2007None

NamedDescriptor

public interface NamedDescriptor
Objects implementing this interface have a JNDI name property.
author
Danny Coward

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetJndiName()
Returns the JNDI name property of the receiver.

return
java.lang.String JNDI name

public java.lang.StringgetName()
The name of this descriptor.

return
java.lang.String name

public voidsetJndiName(java.lang.String jndiName)
Sets the JNDI name property of the reciever as a String.

param
jndiName the new JNDI name of the receiver.