| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method | Description | 
|---|---|---|
PropertyBean | 
ForeignServerBean.createJNDIProperty(java.lang.String key) | 
 Creates a JNDI property bean and adds it to this foreign server. 
 | 
PropertyBean[] | 
ForeignServerBean.getJNDIProperties() | 
 Any additional properties that must be set for the JNDI provider. 
 | 
PropertyBean | 
ForeignServerBean.lookupJNDIProperty(java.lang.String key) | 
 Finds a JNDI Property with the given key. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
ForeignServerBean.destroyJNDIProperty(PropertyBean jndiProperty) | 
 Removes a JNDI property bean from this foreign server. 
 |