EjbNameSpaceBinding

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.

Inherits from type NameSpaceBinding and adds the following.

Attributes Summary
ejbJndiName : StringThe JNDI name of the deployed EJB.
applicationServerName : StringThe name of the cluster or non-clustered server in which the EJB is configured.
bindingLocation : BindingLocationTypeIndicates whether the EJB is bound in a cluster or a single server.
applicationNodeName : StringThe node name for the single server in which EJB application is running.

Attribute Details

ejbJndiName    -    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.
     data type:  String
     default Value:   unspecified



applicationServerName    -    The name of the cluster or non-clustered server in which the EJB is configured.
     data type:  String
     default Value:   unspecified



bindingLocation    -    Indicates whether the EJB is bound in a cluster or a single server.
     data type: BindingLocationType
     default Value:   unspecified
     Allowed Values:  SERVERCLUSTER   SINGLESERVER  



applicationNodeName    -    The node name for the single server in which EJB application is running. This value applies only if the bindingLocation value is singleServer.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004