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