Archive

Archive for August, 2007

Testing code

August 24th, 2007 admin No comments

[geshi lang=java]
public static void main(String[] args) throws Exception {
MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
ObjectName name = new ObjectName("info.stampfini:type=Tester");
Tester mbean = new Tester();
mbs.registerMBean(mbean, name);
[/geshi]

Categories: General Tags:

First post

August 24th, 2007 admin No comments

Of course, time for the obligatory first post in this new blog of mine…

Categories: General Tags:
Easy AdSense by Unreal