Discussion:
[Openjmx-devel] re: IIOPAdaptor done
B Cassidy
2002-02-06 20:51:06 UTC
Permalink
Hi guys :-) you'll probably get 2 of these my e-mail has gone down at work
(overload!!) Well the IIOPAdaptor is ready works and runs so this means
other languages can be managed in a JMX sense. Couple of considerations,
some input will help. 1) The rmi DGC (Remote Garbage Collection) is not
available in rmi-iiop!! so some work around required, any immediate ideas?.
Ant will need a task added rmic with the switch -iiop. (Could you do that
for me Carlos my expertise with ant is not as it should be:) The class to be
rmic(ed) is openjmx.adaptor.iiop.IIOPAdaptorImpl. The other thing before i
commit is this the ideal package?


Thanx guys
Bronwen



_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
Carlos Quiroz
2002-02-07 06:54:03 UTC
Permalink
Post by B Cassidy
Hi guys :-) you'll probably get 2 of these my e-mail has gone down at work
(overload!!) Well the IIOPAdaptor is ready works and runs so this means
other languages can be managed in a JMX sense. Couple of considerations,
some input will help. 1) The rmi DGC (Remote Garbage Collection) is not
available in rmi-iiop!! so some work around required, any immediate ideas?.
Ant will need a task added rmic with the switch -iiop. (Could you do that
for me Carlos my expertise with ant is not as it should be:) The class to
be rmic(ed) is openjmx.adaptor.iiop.IIOPAdaptorImpl. The other thing before
i commit is this the ideal package?
Hi Bronwen.

This is excellent and the package is the right one.
I can write the tasks as soon as you commit. Do you need any extra library?

Did you check the JMX IIOP JCP (some acronyms) at
http://jcp.org/jsr/detail/070.jsp
The EG was formed on March 2001, so it doesn't seem very active though.
Post by B Cassidy
Thanx guys
Bronwen
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
_______________________________________________
Openjmx-devel mailing list
https://lists.sourceforge.net/lists/listinfo/openjmx-devel
bronwen.cassidy
2002-02-07 08:58:04 UTC
Permalink
Hi,
No other libraries are required, some background here, before Simone went
away we discussed the implementation of the iiop adaptor, initially it was
to be a delegate to the RMIAdaptorImpl class for all the MBeanServer
functionality (though this is still an option a small amount of refactoring
of the RMIAdaptorImpl needs to be discussed, for the delegation to work, so
(a temporary solution) was to bypass the RMIAdaptorImpl and delegate to the
MBeanServer the methods of the server, ie. invoke, createMBean etc. I'll
commit these files as is (they work :-))I have a couple of examples that i
used to test that a client class (not an MBean) could make a request for
information from a iiop remote MBean that had been registered via the iiop
adaptor. There are massive amount of docs for this as there is the option to
create idl from the iiopAdaptorImpl interface and then have a 100% Corba
implementation available (The drawback of the rmi-iiop is that the remote
interface must be written in java), I'll commit the files now, then start on
the docs. Where sould the docs go? Under mbeans? I've started a
ex-iiopmbeans.xml file, though am tempted to add to the ex-mbeans.xml Simone
did for the RMI adaptor? Ideas?
Post by B Cassidy
Post by B Cassidy
Hi guys :-) you'll probably get 2 of these my e-mail has gone
down at work
Post by B Cassidy
(overload!!) Well the IIOPAdaptor is ready works and runs so this means
other languages can be managed in a JMX sense. Couple of considerations,
some input will help. 1) The rmi DGC (Remote Garbage Collection) is not
available in rmi-iiop!! so some work around required, any
immediate ideas?.
Post by B Cassidy
Ant will need a task added rmic with the switch -iiop. (Could
you do that
Post by B Cassidy
for me Carlos my expertise with ant is not as it should be:)
The class to
Post by B Cassidy
be rmic(ed) is openjmx.adaptor.iiop.IIOPAdaptorImpl. The other
thing before
Post by B Cassidy
i commit is this the ideal package?
Hi Bronwen.
This is excellent and the package is the right one.
I can write the tasks as soon as you commit. Do you need any
extra library?
Did you check the JMX IIOP JCP (some acronyms) at
http://jcp.org/jsr/detail/070.jsp
Thanx, i'll check this asap :-)

Bronwen
Post by B Cassidy
The EG was formed on March 2001, so it doesn't seem very active though.
Post by B Cassidy
Thanx guys
Bronwen
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
_______________________________________________
Openjmx-devel mailing list
https://lists.sourceforge.net/lists/listinfo/openjmx-devel
_______________________________________________
Openjmx-devel mailing list
https://lists.sourceforge.net/lists/listinfo/openjmx-devel
Loading...