NamedDescriptorpublic interface NamedDescriptor Objects implementing this interface have a JNDI
name property. |
Methods Summary |
---|
public java.lang.String | getJndiName()Returns the JNDI name property of the receiver.
| public java.lang.String | getName()The name of this descriptor.
| public void | setJndiName(java.lang.String jndiName)Sets the JNDI name property of the reciever as a String.
|
|