users@grizzly.java.net

comet context question

From: Cam Bazz <cambazz_at_gmail.com>
Date: Wed, 2 Jul 2008 02:31:19 +0300

Hello,


what does the following lines do?

CometContext<?> context =
CometEngine.getEngine().getCometContext("/YBZ-war/tS");
context.notify(null);

I have not understood why <?> and why notify the context with null? should
not we pass some sort of objects to context.notify()?

Best.

-C.B.