|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MappingConfiguration
Configuration CMP mapping.
Implementation of this interface should be registered in the ModuleConfiguration
lookup.
| Method Summary | |
|---|---|
void |
setCMPResource(String ejbName,
String jndiName)
Sets the resource for the specified CMP bean. |
void |
setMappingInfo(OriginalCMPMapping[] mappings)
Sets the CMP mapping info for the EJB by the given name. |
| Method Detail |
|---|
void setCMPResource(String ejbName,
String jndiName)
throws ConfigurationException
ejbName - name of the CMP bean.jndiName - the JNDI name of the resource.
ConfigurationException - reports errors in setting the CMP resource.
NullPointerException - if any of the parameters is null.
void setMappingInfo(OriginalCMPMapping[] mappings)
throws ConfigurationException
mappings - All the mapping info needed to be pushed in one batch.
ConfigurationException - reports errors in setting the CMP mapping info.
|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||