org.netbeans.modules.compapp.javaee.sunresources.generated.ejb21

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » compapp » org.netbeans.modules.compapp.javaee.sunresources.generated.ejb21 
org.netbeans.modules.compapp.javaee.sunresources.generated.ejb21
Java Source File NameTypeComment
ActivationConfigPropertyType.javaClass The activation-config-propertyType contains a name/value configuration property pair for a message-driven bean.
ActivationConfigType.javaClass The activation-configType defines information about the expected configuration properties of the message-driven bean in its operational environment.
AssemblyDescriptorType.javaClass The assembly-descriptorType defines application-assembly information.
CmpFieldType.javaClass The cmp-fieldType describes a container-managed field.
CmpVersionType.javaClass The cmp-versionType specifies the version of an entity bean with container-managed persistence.
CmrFieldType.javaClass The cmr-fieldType describes the bean provider's view of a relationship.
CmrFieldTypeType.javaClass The cmr-field-type element specifies the class of a collection-valued logical relationship field in the entity bean class.
ContainerTransactionType.javaClass The container-transactionType specifies how the container must manage transaction scopes for the enterprise bean's method invocations.
DescriptionType.javaClass The description type is used by a description element to provide text describing the parent element.
DisplayNameType.javaClass The display-name type contains a short name that is intended to be displayed by tools.
EjbClassType.javaClass The ejb-classType contains the fully-qualified name of the enterprise bean's class.
EjbJarType.javaClass The ejb-jarType defines the root element of the EJB deployment descriptor.
EjbLinkType.javaClass The ejb-linkType is used by ejb-link elements in the ejb-ref or ejb-local-ref elements to specify that an EJB reference is linked to enterprise bean. The value of the ejb-link element must be the ejb-name of an enterprise bean in the same ejb-jar file or in another ejb-jar file in the same J2EE application unit. Alternatively, the name in the ejb-link element may be composed of a path name specifying the ejb-jar containing the referenced enterprise bean with the ejb-name of the target bean appended and separated from the path name by "#".
EjbLocalRefType.javaClass The ejb-local-refType is used by ejb-local-ref elements for the declaration of a reference to an enterprise bean's local home.
EjbNameType.javaClass The ejb-nameType specifies an enterprise bean's name.
EjbRefNameType.javaClass The ejb-ref-name element contains the name of an EJB reference.
EjbRefType.javaClass The ejb-refType is used by ejb-ref elements for the declaration of a reference to an enterprise bean's home.
EjbRefTypeType.javaClass The ejb-ref-typeType contains the expected type of the referenced enterprise bean.
EjbRelationshipRoleType.javaClass The ejb-relationship-roleType describes a role within a relationship.
EjbRelationType.javaClass The ejb-relationType describes a relationship between two entity beans with container-managed persistence.
EmptyType.javaClass This type is used to designate an empty element when used.
EnterpriseBeansType.javaClass The enterprise-beansType declares one or more enterprise beans.
EntityBeanType.javaClass The entity-beanType declares an entity bean.
EnvEntryType.javaClass The env-entryType is used to declare an application's environment entry.
EnvEntryTypeValuesType.javaClass This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.
ExcludeListType.javaClass The exclude-listType specifies one or more methods which the Assembler marks to be uncallable.
FullyQualifiedClassType.javaClass The elements that use this type designate the name of a Java class or interface.
GenericBooleanType.javaClass This type defines four different values which can designate boolean values.
HomeType.javaClass The homeType defines the fully-qualified name of an enterprise bean's home interface.
IconType.javaClass The icon type contains small-icon and large-icon elements that specify the file names for small and large GIF or JPEG icon images used to represent the parent element in a GUI tool. The xml:lang attribute defines the language that the icon file names are provided in.
JavaIdentifierType.javaClass The java-identifierType defines a Java identifier.
JavaTypeType.javaClass This is a generic type that designates a Java primitive type or a fully qualified name of a Java interface/type, or an array of such types.
JndiNameType.javaClass The jndi-nameType type designates a JNDI name in the Deployment Component's environment and is relative to the java:comp/env context.
ListenerType.javaClass The listenerType indicates the deployment properties for a web application listener bean.
LocalHomeType.javaClass The local-homeType defines the fully-qualified name of an enterprise bean's local home interface.
LocalType.javaClass The localType defines the fully-qualified name of an enterprise bean's local interface.
MessageDestinationLinkType.javaClass The message-destination-linkType is used to link a message destination reference or message-driven bean to a message destination. The Assembler sets the value to reflect the flow of messages between producers and consumers in the application. The value must be the message-destination-name of a message destination in the same Deployment File or in another Deployment File in the same J2EE application unit. Alternatively, the value may be composed of a path name specifying a Deployment File containing the referenced message destination with the message-destination-name of the destination appended and separated from the path name by "#".
MessageDestinationRefType.javaClass The message-destination-ref element contains a declaration of Deployment Component's reference to a message destination associated with a resource in Deployment Component's environment.
MessageDestinationType.javaClass The message-destinationType specifies a message destination.
MessageDestinationTypeType.javaClass The message-destination-typeType specifies the type of the destination.
MessageDestinationUsageType.javaClass The message-destination-usageType specifies the use of the message destination indicated by the reference.
MessageDrivenBeanType.javaClass The message-driven element declares a message-driven bean.
MethodIntfType.javaClass The method-intf element allows a method element to differentiate between the methods with the same name and signature that are multiply defined across the home and component interfaces (e.g, in both an enterprise bean's remote and local interfaces or in both an enterprise bean's home and remote interfaces, etc.); the component and web service endpoint interfaces, and so on.
MethodNameType.javaClass The method-nameType contains a name of an enterprise bean method or the asterisk (*) character.
MethodParamsType.javaClass The method-paramsType defines a list of the fully-qualified Java type names of the method parameters.
MethodPermissionType.javaClass The method-permissionType specifies that one or more security roles are allowed to invoke one or more enterprise bean methods.
MethodType.javaClass The methodType is used to denote a method of an enterprise bean's home, component, and/or web service endpoint interface, or, in the case of a message-driven bean, the bean's message listener method, or a set of such methods.
MultiplicityType.javaClass The multiplicityType describes the multiplicity of the role that participates in a relation.
ObjectFactory.javaClass This object contains factory methods for each Java content interface and Java element interface generated in the org.netbeans.modules.compapp.javaee.sunresources.generated.ejb21 package.
package-info.java
ParamValueType.javaClass This type is a general type that can be used to declare parameter/value lists.
PathType.javaClass The elements that use this type designate either a relative path or an absolute path starting with a "/". In elements that specify a pathname to a file within the same Deployment File, relative filenames (i.e., those not starting with "/") are considered relative to the root of the Deployment File's namespace.
PersistenceTypeType.javaClass The persistence-typeType specifies an entity bean's persistence management type.
PortComponentRefType.javaClass The port-component-ref element declares a client dependency on the container for resolving a Service Endpoint Interface to a WSDL port.
QueryMethodType.javaClass The query-method specifies the method for a finder or select query.
QueryType.javaClass The queryType defines a finder or select query.
RelationshipRoleSourceType.javaClass The relationship-role-sourceType designates the source of a role that participates in a relationship.
RelationshipsType.javaClass The relationshipsType describes the relationships in which entity beans with container-managed persistence participate.
RemoteType.javaClass The remote element contains the fully-qualified name of the enterprise bean's remote interface.
ResAuthType.javaClass The res-authType specifies whether the Deployment Component code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the Deployment Component.
ResourceEnvRefType.javaClass The resource-env-refType is used to define resource-env-type elements.
ResourceRefType.javaClass The resource-refType contains a declaration of a Deployment Component's reference to an external resource.
ResSharingScopeType.javaClass The res-sharing-scope type specifies whether connections obtained through the given resource manager connection factory reference can be shared.
ResultTypeMappingType.javaClass The result-type-mappingType is used in the query element to specify whether an abstract schema type returned by a query for a select method is to be mapped to an EJBLocalObject or EJBObject type.
RoleNameType.javaClass The role-nameType designates the name of a security role.
RunAsType.javaClass The run-asType specifies the run-as identity to be used for the execution of a component.
SecurityIdentityType.javaClass The security-identityType specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used.
SecurityRoleRefType.javaClass The security-role-refType contains the declaration of a security role reference in a component's or a Deployment Component's code.
SecurityRoleType.javaClass The security-roleType contains the definition of a security role.
ServiceRefHandlerType.javaClass Declares the handler for a port-component.
ServiceRefType.javaClass The service-ref element declares a reference to a Web service.
SessionBeanType.javaClass The session-beanType declares an session bean.
SessionTypeType.javaClass The session-typeType describes whether the session bean is a stateful session or stateless session.
String.javaClass This is a special string datatype that is defined by J2EE as a base type for defining collapsed strings.
TransactionTypeType.javaClass The transaction-typeType specifies an enterprise bean's transaction management type.
TransAttributeType.javaClass The trans-attributeType specifies how the container must manage the transaction boundaries when delegating a method invocation to an enterprise bean's business method.
TrueFalseType.javaClass This simple type designates a boolean with only two permissible values - true - false

Java class for true-falseType complex type.

UrlPatternType.javaClass The url-patternType contains the url pattern of the mapping. It must follow the rules specified in Section 11.2 of the Servlet API Specification.
XsdAnyURIType.javaClass This type adds an "id" attribute to xsd:anyURI.
XsdBooleanType.javaClass This type adds an "id" attribute to xsd:boolean.
XsdIntegerType.javaClass This type adds an "id" attribute to xsd:integer.
XsdNMTOKENType.javaClass This type adds an "id" attribute to xsd:NMTOKEN.
XsdNonNegativeIntegerType.javaClass This type adds an "id" attribute to xsd:nonNegativeInteger.
XsdPositiveIntegerType.javaClass This type adds an "id" attribute to xsd:positiveInteger.
XsdQNameType.javaClass This type adds an "id" attribute to xsd:QName.
XsdStringType.javaClass This type adds an "id" attribute to xsd:string.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.