You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Peter Donald <pe...@apache.org> on 2002/03/06 09:14:00 UTC

Re: cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel DefaultKernel.java Resources.properties

Hi,

On Tue, 5 Mar 2002 02:01, leosimons@apache.org wrote:
>   +            // manage application
>   +            try
>   +            {
>   +              	m_systemManager.register( name+" (Application)",
> application ); +          	}

To folow the standard idoms of JMX you may want to replace this with 
something like

m_systemManager.register( name + ",type=Application", application )

which will allow you to searches for all applications.



-- 
Cheers,

Pete

-----------------------------------------------
|  If you turn on the light quickly enough,   |
|    you can see what the dark looks like.    |
-----------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>