[jboss-jira] [JBoss JIRA] Resolved: (JBMETA-32) Add a container name to the JBossEnterpriseBeanMetaData for the container mc registration

Scott M Stark (JIRA) jira-events at lists.jboss.org
Thu May 1 09:06:18 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBMETA-32?page=all ]

Scott M Stark resolved JBMETA-32.
---------------------------------

    Resolution: Done

Added:

   /**
    * Get the kernel name for the ejb container. This is the managed property
    * version admin tools may use to control the name. Generally its not set
    * and the server will set the name via the generatedContainerName
    * non-managed property.
    * 
    * @see #setGeneratedContainerName(String)
    * @return containerName property value.
    */
   public String getContainerName()
   public void setContainerName(String containerName)

   /**
    * Get the generated kernel name for the ejb container. This is the
    * non-managed property version that the server would use to set the name
    * it generated when no containerName property existed.
    * 
    * @see #getContainerName()
    * @return generatedContainerName property value.
    */
   @XmlTransient
   public String getGeneratedContainerName()
   public void setGeneratedContainerName(String containerName)

   /**
    * Get the kernel name for the ejb container. This is either the
    * containerName managed property, or a runtime generated name set via
    * the non-managed generatedContainerName property.
    * @return the kernel name for the ejb container
    */
   public String determineContainerName()



> Add a container name to the JBossEnterpriseBeanMetaData for the container mc registration
> -----------------------------------------------------------------------------------------
>
>                 Key: JBMETA-32
>                 URL: http://jira.jboss.com/jira/browse/JBMETA-32
>             Project: JBoss Metadata
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 1.0.0.Beta10
>            Reporter: Scott M Stark
>         Assigned To: Scott M Stark
>             Fix For: 1.0.0.Beta11
>
>
> We need a getContainerName accessor on the JBossEnterpriseBeanMetaData that provides the name of the ejb container used to register the container with the mc.This needs to be used by the dependency policy/mc integration layer that installs the containers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list