org.netbeans.modules.j2ee.dd/1 1.13.0 2

Package org.netbeans.modules.j2ee.dd.api.common

Super-interfaces for deployment descriptor, common interfaces for EJB and Web module deployment descriptor, J2EE DD API exceptions.

See:
          Description

Interface Summary
CommonDDBean Parent of all DD API interfaces.
ComponentInterface Compound interface grouping together all methods from CommonDDBean, DescriptionInterface, DisplayNameInterface, CreateCapability, FindCapability and IconInterface.
CreateCapability Ability to create a new CommonDDBean objects.
DescriptionInterface Super interface for all DD elements having the description property/properties.
DisplayNameInterface Super interface for all DD elements having the display-name property/properties.
EjbLocalRef Generated interface for EjbLocalRef element.
EjbRef Generated interface for EjbRef element.
EnvEntry Generated interface for EnvEntry element.
FindCapability Ability to find an instance of CommonDDBean class nested inside this bean.
Icon Generated interface for Icon element.
IconInterface Super interface for all DD elements having the icon property/properties.
InitParam Generated interface for InitParam and ContextParam elements.
InjectionComplete Generated interface for InjectionComplete element.
InjectionTarget Generated interface for InjectionTarget element.
MessageDestination Generated interface for MessageDestination element.
MessageDestinationRef Generated interface for MessageDestinationRef element.
PortComponentRef Generated interface for PortComponentRef element.
ResourceEnvRef Generated interface for ResourceEnvRef element.
ResourceRef Generated interface for ResourceRef element.
RootInterface Interface representing the root of interfaces bean tree structure.
RunAs Generated interface for RunAs element.
SecurityRole Generated interface for SecurityRole element.
SecurityRoleRef Generated interface for SecurityRoleRef element.
ServiceRef Generated interface for ServiceRef element.
ServiceRefHandler Generated interface for ServiceRefHandler element.
ServiceRefHandlerChain  
ServiceRefHandlerChains  
 

Exception Summary
NameAlreadyUsedException Exception for cases when adding a new element should be prevented for avoiding duplicity.
See : CreateCapability.addBean(java.lang.String, java.lang.String[], java.lang.Object[], java.lang.String) method.
VersionNotSupportedException Exception for cases when specific Servletx.x specification doesn't support the specific method.
 

Package org.netbeans.modules.j2ee.dd.api.common Description

Super-interfaces for deployment descriptor, common interfaces for EJB and Web module deployment descriptor, J2EE DD API exceptions.

Important note: Do not provide an implementation of the interfaces unless you are a DD API provider!


org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.