This type is a class for model objects.
Represents the binding of an EJB home which has already been configured on some server within the cell. The binding name of the configured binding is the same JNDI name under which the EJB home is bound. This class is a subclass of NameSpaceBinding.
Package: namebindingsAttributes Summary | |
ejbJndiName : EString | The JNDI name of the deployed EJB. This is the EJB's JNDI name which is in the ejbBindings tag in the EJB's deployment descriptors--not the java:comp name. |
applicationServerName : EString | The name of the cluster or non-clustered server in which the EJB is configured. |
bindingLocation : BindingLocationType | Indicates whether the EJB is bound in a cluster or a single server. |
applicationNodeName : EString | The node name for the single server in which EJB application is running. This value applies only if the bindingLocation value is singleServer. |
Attribute Details |