org.netbeans.modules.compapp.javaee.sunresources.generated.ejb21 |
|
Java Source File Name | Type | Comment |
ActivationConfigPropertyType.java | Class | The activation-config-propertyType contains a name/value
configuration property pair for a message-driven bean. |
ActivationConfigType.java | Class | The activation-configType defines information about the
expected configuration properties of the message-driven bean
in its operational environment. |
AssemblyDescriptorType.java | Class | The assembly-descriptorType defines
application-assembly information. |
CmpFieldType.java | Class | The cmp-fieldType describes a container-managed field. |
CmpVersionType.java | Class | The cmp-versionType specifies the version of an entity bean
with container-managed persistence. |
CmrFieldType.java | Class | The cmr-fieldType describes the bean provider's view of
a relationship. |
CmrFieldTypeType.java | Class | The cmr-field-type element specifies the class of a
collection-valued logical relationship field in the entity
bean class. |
ContainerTransactionType.java | Class | The container-transactionType specifies how the container
must manage transaction scopes for the enterprise bean's
method invocations. |
DescriptionType.java | Class | The description type is used by a description element to
provide text describing the parent element. |
DisplayNameType.java | Class | The display-name type contains a short name that is intended
to be displayed by tools. |
EjbClassType.java | Class | The ejb-classType contains the fully-qualified name of the
enterprise bean's class. |
EjbJarType.java | Class | The ejb-jarType defines the root element of the EJB
deployment descriptor. |
EjbLinkType.java | Class | 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.java | Class | 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.java | Class | The ejb-nameType specifies an enterprise bean's name. |
EjbRefNameType.java | Class | The ejb-ref-name element contains the name of an EJB
reference. |
EjbRefType.java | Class | The ejb-refType is used by ejb-ref elements for the
declaration of a reference to an enterprise bean's home. |
EjbRefTypeType.java | Class | The ejb-ref-typeType contains the expected type of the
referenced enterprise bean. |
EjbRelationshipRoleType.java | Class | The ejb-relationship-roleType describes a role within a
relationship. |
EjbRelationType.java | Class | The ejb-relationType describes a relationship between two
entity beans with container-managed persistence. |
EmptyType.java | Class | This type is used to designate an empty
element when used. |
EnterpriseBeansType.java | Class | The enterprise-beansType declares one or more enterprise
beans. |
EntityBeanType.java | Class | The entity-beanType declares an entity bean. |
EnvEntryType.java | Class | The env-entryType is used to declare an application's
environment entry. |
EnvEntryTypeValuesType.java | Class | This type contains the fully-qualified Java type of the
environment entry value that is expected by the
application's code. |
ExcludeListType.java | Class | The exclude-listType specifies one or more methods which
the Assembler marks to be uncallable. |
FullyQualifiedClassType.java | Class | The elements that use this type designate the name of a
Java class or interface. |
GenericBooleanType.java | Class | This type defines four different values which can designate
boolean values. |
HomeType.java | Class | The homeType defines the fully-qualified name of
an enterprise bean's home interface. |
IconType.java | Class | 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.java | Class | The java-identifierType defines a Java identifier. |
JavaTypeType.java | Class | 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.java | Class | The jndi-nameType type designates a JNDI name in the
Deployment Component's environment and is relative to the
java:comp/env context. |
ListenerType.java | Class | The listenerType indicates the deployment properties for a web
application listener bean. |
LocalHomeType.java | Class | The local-homeType defines the fully-qualified
name of an enterprise bean's local home interface. |
LocalType.java | Class | The localType defines the fully-qualified name of an
enterprise bean's local interface. |
MessageDestinationLinkType.java | Class | 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.java | Class | 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.java | Class | The message-destinationType specifies a message
destination. |
MessageDestinationTypeType.java | Class | The message-destination-typeType specifies the type of
the destination. |
MessageDestinationUsageType.java | Class | The message-destination-usageType specifies the use of the
message destination indicated by the reference. |
MessageDrivenBeanType.java | Class | The message-driven element declares a message-driven
bean. |
MethodIntfType.java | Class | 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.java | Class | The method-nameType contains a name of an enterprise
bean method or the asterisk (*) character. |
MethodParamsType.java | Class | The method-paramsType defines a list of the
fully-qualified Java type names of the method parameters. |
MethodPermissionType.java | Class | The method-permissionType specifies that one or more
security roles are allowed to invoke one or more enterprise
bean methods. |
MethodType.java | Class | 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.java | Class | The multiplicityType describes the multiplicity of the
role that participates in a relation. |
ObjectFactory.java | Class | 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.java | Class | This type is a general type that can be used to declare
parameter/value lists. |
PathType.java | Class | 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.java | Class | The persistence-typeType specifies an entity bean's persistence
management type. |
PortComponentRefType.java | Class | The port-component-ref element declares a client dependency
on the container for resolving a Service Endpoint Interface
to a WSDL port. |
QueryMethodType.java | Class | The query-method specifies the method for a finder or select
query. |
QueryType.java | Class | The queryType defines a finder or select
query. |
RelationshipRoleSourceType.java | Class | The relationship-role-sourceType designates the source of a
role that participates in a relationship. |
RelationshipsType.java | Class | The relationshipsType describes the relationships in
which entity beans with container-managed persistence
participate. |
RemoteType.java | Class | The remote element contains the fully-qualified name
of the enterprise bean's remote interface. |
ResAuthType.java | Class | 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.java | Class | The resource-env-refType is used to define
resource-env-type elements. |
ResourceRefType.java | Class | The resource-refType contains a declaration of a
Deployment Component's reference to an external resource. |
ResSharingScopeType.java | Class | The res-sharing-scope type specifies whether connections
obtained through the given resource manager connection
factory reference can be shared. |
ResultTypeMappingType.java | Class | 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.java | Class | The role-nameType designates the name of a security role. |
RunAsType.java | Class | The run-asType specifies the run-as identity to be
used for the execution of a component. |
SecurityIdentityType.java | Class | 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.java | Class | The security-role-refType contains the declaration of a
security role reference in a component's or a
Deployment Component's code. |
SecurityRoleType.java | Class | The security-roleType contains the definition of a security
role. |
ServiceRefHandlerType.java | Class | Declares the handler for a port-component. |
ServiceRefType.java | Class | The service-ref element declares a reference to a Web
service. |
SessionBeanType.java | Class | The session-beanType declares an session bean. |
SessionTypeType.java | Class | The session-typeType describes whether the session bean is a
stateful session or stateless session. |
String.java | Class | This is a special string datatype that is defined by J2EE as
a base type for defining collapsed strings. |
TransactionTypeType.java | Class | The transaction-typeType specifies an enterprise bean's
transaction management type. |
TransAttributeType.java | Class | 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.java | Class | This simple type designates a boolean with only two
permissible values
- true
- false
Java class for true-falseType complex type. |
UrlPatternType.java | Class | 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.java | Class | This type adds an "id" attribute to xsd:anyURI. |
XsdBooleanType.java | Class | This type adds an "id" attribute to xsd:boolean. |
XsdIntegerType.java | Class | This type adds an "id" attribute to xsd:integer. |
XsdNMTOKENType.java | Class | This type adds an "id" attribute to xsd:NMTOKEN. |
XsdNonNegativeIntegerType.java | Class | This type adds an "id" attribute to xsd:nonNegativeInteger. |
XsdPositiveIntegerType.java | Class | This type adds an "id" attribute to xsd:positiveInteger. |
XsdQNameType.java | Class | This type adds an "id" attribute to xsd:QName. |
XsdStringType.java | Class | This type adds an "id" attribute to xsd:string. |