1 22 package org.jboss.mq.il; 23 24 import org.jboss.mq.Connection; 25 26 34 public interface ClientILService { 35 36 44 public void init( Connection connection, java.util.Properties props ) 45 throws Exception ; 46 47 56 public ClientIL getClientIL() 57 throws Exception ; 58 59 60 65 public void start() 66 throws Exception ; 67 68 76 77 public void stop() 78 throws Exception ; 79 } 80 | Popular Tags |