public interface NamedDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getJndiName()
Returns the JNDI name property of the receiver.
|
String |
getName()
The name of this descriptor.
|
void |
setJndiName(String jndiName)
Sets the JNDI name property of the reciever as a String.
|
String getName()
String getJndiName()
void setJndiName(String jndiName)
jndiName
- the new JNDI name of the receiver.Copyright © 2020. All rights reserved.