149150151152153154155
throw new NotYetImplementedException(); } public void clear() { throw new NotYetImplementedException(); }
171172173174175176177
return "SimpleChannel[" + getChannelID() + "]"; } public List delivering(Filter filter) { throw new NotYetImplementedException(); }
176177178179180181182
throw new NotYetImplementedException(); } public void load() throws Exception { throw new NotYetImplementedException(); }
181182183184185186187
throw new NotYetImplementedException(); } public int getMessageCount() { throw new NotYetImplementedException(); }
186187188189190191192
throw new NotYetImplementedException(); } public List undelivered(Filter filter) { throw new NotYetImplementedException(); }
191192193194195196197
throw new NotYetImplementedException(); } public int getNumberOfReceivers() { throw new NotYetImplementedException(); }
196197198199200201202
throw new NotYetImplementedException(); } public void activate() { throw new NotYetImplementedException(); }
201202203204205206207
throw new NotYetImplementedException(); } public void deactivate() { throw new NotYetImplementedException(); }
206207208209210211212
throw new NotYetImplementedException(); } public void unload() throws Exception { throw new NotYetImplementedException(); }
67686970717273
// Context implementation ---------------------------------------- public Object lookup(Name name) throws NamingException { throw new NotYetImplementedException(); }