This type is a class for model objects.
The application-client element is the root element of an application client deployment descriptor. The application client deployment descriptor describes the EJB components and external resources referenced by the application client.
Package: clientAttributes Summary | |
version : EString | @version J2EE1.4 The required value for the version is 1.4. |
resourceRefs : ResourceRef * | Contains declarations of the application clients's references to an external resources. |
environmentProps : EnvEntry * | The env-entry element contains the declaration of an application client's environment entries. Each declaration consists of an optional description, the name of the environment entry, and an optional value. |
ejbReferences : EjbRef * | Contains a list of ejb-ref elements used for the declaration of a reference to an enterprise bean's home. |
resourceEnvRefs : ResourceEnvRef * |
The resource-env-ref element contains a declaration of an application client's reference to an administered object associated with a resource in the application client's environment. It consists of an optional
description, the resource environment reference name, and an indication of the resource environment reference type expected by the application client code.
Used in: application-client
Example:
|
callbackHandler : JavaClass @ | A class provided by the application. The class must have a no args constructor and must implement the javax.security.auth.callback.CallbackHandler interface. The class will be instantiated by the application client container and used by the container to collect authentication information from the user. |
serviceRefs : ServiceRef * | @version J2EE1.4 |
messageDestinationRefs : MessageDestinationRef * | @version J2EE1.4 The message-destination-ref-name element specifies the name of a message destination reference; its value is the message destination reference name used in the application client code. The name is a JNDI name relative to the java:comp/env context and must be unique within an application client. |
messageDestinations : MessageDestination * | @version J2EE1.4 |
Attribute Details |