Discussion:
[Openjmx-devel] Naming MBean
Bordet, Simone
2002-01-30 12:37:06 UTC
Permalink
Hi,

I just committed a Naming MBean.

It basically wraps the rmiregistry and does not need any additional library, since the whole stuff is in the JDK.

It allows to run inVM the rmiregistry.

For now there are no particular classloader tricks to keep the codebase annotation, they might me added later.

Simon
Carlos Quiroz
2002-01-30 12:41:08 UTC
Permalink
Post by Bordet, Simone
Hi,
I just committed a Naming MBean.
It basically wraps the rmiregistry and does not need any additional library,
since the whole stuff is in the JDK.
Post by Bordet, Simone
It allows to run inVM the rmiregistry.
For now there are no particular classloader tricks to keep the codebase
annotation, they might me added later.
Hi

Shall we add docs as Tools/Naming, Tools/SMTP at top level and
Examples/Tools/...

Regards
Post by Bordet, Simone
Simon
_______________________________________________
Openjmx-devel mailing list
https://lists.sourceforge.net/lists/listinfo/openjmx-devel
Bordet, Simone
2002-01-30 12:49:05 UTC
Permalink
Hi,
Post by Carlos Quiroz
Hi
Shall we add docs as Tools/Naming, Tools/SMTP at top level and
Examples/Tools/...
I would rename chapter 4 to Tools, so that will result this:

4. Tools
Adaptors
HTTPAdaptor
XSLTProcessor
RMIAdaptor
Naming
JavaMail

For chapter 5, I will propose this:

5. Examples
Services
RelationService
MLet
...
MBeans
RMI MBean
JavaMail MBean
Naming MBean
Tools
XDoclet

What do you think ?

Simon
Carlos Quiroz
2002-01-30 12:53:24 UTC
Permalink
Post by Bordet, Simone
Hi,
Post by Carlos Quiroz
Hi
Shall we add docs as Tools/Naming, Tools/SMTP at top level and
Examples/Tools/...
4. Tools
Adaptors
HTTPAdaptor
XSLTProcessor
RMIAdaptor
Naming
JavaMail
Agreed
Post by Bordet, Simone
5. Examples
Services
RelationService
MLet
...
MBeans
RMI MBean
JavaMail MBean
Naming MBean
Tools
XDoclet
What do you think ?
Yeah I think is ok. Do you have time to change index.xml?
Post by Bordet, Simone
Simon
_______________________________________________
Openjmx-devel mailing list
https://lists.sourceforge.net/lists/listinfo/openjmx-devel
Jérôme BERNARD
2002-01-30 13:10:05 UTC
Permalink
I guess it would be nice too to be able to control RMID with a MBean.
For filters, this is RMID you are going to be in need of and not really
rmiregistry...

Jerome.
Bordet, Simone
2002-01-30 13:13:12 UTC
Permalink
Hi,
Post by Jérôme BERNARD
I guess it would be nice too to be able to control RMID with a MBean.
For filters, this is RMID you are going to be in need of and
not really rmiregistry...
Yes. Go on !

Devil-ly yours ]:-)

Simon
Jérôme BERNARD
2002-01-30 13:27:07 UTC
Permalink
Ok. Will write one (anyway am in need of one).

I just have to dig into java source code in order to figure out how to
start/stop RMID.

Jerome.
Post by Bordet, Simone
Hi,
Post by Jérôme BERNARD
I guess it would be nice too to be able to control RMID with a MBean.
For filters, this is RMID you are going to be in need of and
not really rmiregistry...
Yes. Go on !
Devil-ly yours ]:-)
Simon
Loading...