just updated org.apache.jmx.introspector package to use
java.beans.Introspector. Probably a litte easier to follow;
also a bit smaller; probably a bit slower.

Besides some cleaning up and docs, I need substitutes for
the equals() methods of javax.management classes as they're
not implemented...the "create( Object obj, Class[] interfaces)"
doesn't work right until that's done.

cheers!

LSD

<java:sig>
        About LSD  = new PersonalInfo();
        LSD.name("Leo Simons");
        LSD.email("[EMAIL PROTECTED]");
        LSD.URL( [
                http://www.leosimons.com, // personal website
                http://www.atfantasy.com, // fantasy RPG portal
                http://www.the-sign.nl    // web-design company
        ] );
        LSD.quote("Buh!");
        email.setSig((String)LSD);
</java:sig> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to