Tag Reference for @jrunMacromedia JRun J2EE Server Class Level Tags
@jrun.always-dirty
Method Level Tags
Field Level Tags
Tag Usage, Class Level (@jrun)@jrun.always-dirty (0..1)The always-dirty element can be used to force synchronization with the data source at the ends of transactions even when there has been no change to the entity bean's fields
@jrun.cluster-home (0..1)The cluster-home element denotes whether the EJBHome should be clustered for this bean. If clustering is enabled in jrun.xml, this value is true by default. You can use this element to override this behavior on a bean-by-bean basis
@jrun.cluster-object (0..1)The cluster-object element denotes whether the EJBObject should be clustered for this bean. If clustering is enabled in jrun.xml, this value is true by default. You can use this element to override this behavior on a bean-by-bean basis
@jrun.commit-option (0..1)The commit-option element specifies the the commit option from Section 10.5.9 and 12.1.9 of the EJB 2.0 specification
@jrun.ejb-local-ref (0..*)The ejb-local-ref element describes a mapping between the ejb-ref-name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
@jrun.ejb-ref (0..*)The ejb-ref element describes a mapping between the ejb-ref-name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
@jrun.instance-pool (0..1)The instance-pool element contains the maximum and minimum size parameters for StatelessSessionBean instance pools
@jrun.jdbc-mappings (0..1)The jdbc-mappings element holds information specific to JRun and not declared in the ejb-jar.xml file about the CMP mappings for an entity bean. jdbc-mappings are used to specify the SQL used to create, load, store, find and remove entity beans
@jrun.jndi-name (0..1)The jndi-name element gives the JNDI name where the bean or resource will be bound
@jrun.message-driven-destination (0..1)The message-driven-destination element provides the destination that the Message driven container uses
@jrun.message-driven-subscription (0..1)The message-driven-destination element provides the destination that the Message driven container uses
@jrun.resource-env-ref (0..1)The resource-env-ref element describes a mapping between the resource-env-name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
@jrun.resource-ref (0..1)The resource-ref element describes a mapping between the resource name that the bean developer provides and its JNDI name. The deployer provides the actual JNDI name
@jrun.timeout (0..1)The timeout element specifies the timeout value, in seconds, of a stateful session bean. The bean will be passivated if left idle for this duration
@jrun.tx-domain (0..1)The tx-domain-name element gives the transaction domain name in which the bean's transactions will take place
|