1 22 package org.jboss.mq.il; 23 24 import org.jboss.mq.ReceiveRequest; 25 import org.jboss.mq.SpyDestination; 26 27 36 public interface ClientIL 37 { 38 39 45 public void deleteTemporaryDestination(SpyDestination dest) 46 throws Exception ; 47 48 53 public void close() 54 throws Exception ; 55 56 63 public void receive(ReceiveRequest messages[]) 64 throws Exception ; 65 66 72 public void pong(long serverTime) throws Exception ; 73 } 74 | Popular Tags |