---------------
private static java.util.Dictionary _methods = new
java.util.Hashtable();
static {
_methods.put("notify", new int[] { 0, 0 });
---------------
It should be using Dictionary< String, int[] > and Hashtable< String,
int[] >
I should add this is using vbrokerj 6.0 on Solaris. And Eclipse is
generating hundreds of warnings.