75767778798081
throw new NotYetImplementedException(); } public List browse(Filter filter) { throw new NotYetImplementedException(); }
92939495969798
} public void close() { throw new NotYetImplementedException(); }
9899100101102103104
} public void add(Delivery delivery) { throw new NotYetImplementedException(); }
110111112113114115116
// DeliveryObserver implementation ------------------------------- public void acknowledge(Delivery d, Transaction tx) { throw new NotYetImplementedException(); }
115116117118119120121
throw new NotYetImplementedException(); } public void cancel(Delivery d) throws Exception { throw new NotYetImplementedException(); }
122123124125126127128
// Receiver implementation --------------------------------------- public Delivery handle(DeliveryObserver observer, MessageReference ref, Transaction tx) { throw new NotYetImplementedException(); }
129130131132133134135
// Distributor implementation ------------------------------------ public boolean contains(Receiver receiver) { throw new NotYetImplementedException(); }
134135136137138139140
throw new NotYetImplementedException(); } public Iterator iterator() { throw new NotYetImplementedException(); }
139140141142143144145
throw new NotYetImplementedException(); } public boolean add(Receiver receiver) { throw new NotYetImplementedException(); }
144145146147148149150
throw new NotYetImplementedException(); } public boolean remove(Receiver receiver) { throw new NotYetImplementedException(); }