Package com.sun.enterprise.deployment
Interface NamedDescriptor
-
- All Known Subinterfaces:
EjbDescriptor,EjbMessageBeanDescriptor,EjbSessionDescriptor
- All Known Implementing Classes:
DummyEjbDescriptor,EjbCMPEntityDescriptor,EjbDescriptor,EjbEntityDescriptor,EjbMessageBeanDescriptor,EjbReferenceDescriptor,EjbSessionDescriptor,IASEjbCMPEntityDescriptor,MessageDestinationDescriptor,ResourceEnvReferenceDescriptor,ResourceReferenceDescriptor
public interface NamedDescriptorObjects implementing this interface have a JNDI name property.- Author:
- Danny Coward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJndiName()Returns the JNDI name property of the receiver.StringgetName()The name of this descriptor.voidsetJndiName(String jndiName)Sets the JNDI name property of the reciever as a String.
-
-
-
Method Detail
-
getName
String getName()
The name of this descriptor.- Returns:
- java.lang.String name
-
getJndiName
String getJndiName()
Returns the JNDI name property of the receiver.- Returns:
- java.lang.String JNDI name
-
setJndiName
void setJndiName(String jndiName)
Sets the JNDI name property of the reciever as a String.- Parameters:
jndiName- the new JNDI name of the receiver.
-
-