private void checkCache(Invocation invocation) throws JMSException
{
if (cache == null)
{
BrowserDelegate bd = (BrowserDelegate)invocation.getTargetObject();
cache = bd.nextMessageBlock(MSG_BLOCK_SIZE);
pos = 0;
}
}
// Inner Classes -------------------------------------------------