121122123124125126127128129130131
public JMSService getJMSService(String serviceName) throws IllegalStateException { ServiceManager sm = Globals.getServiceManager(); Service svc; IMQService imqSvc; IMQDirectService imqDirectSvc; if (sm == null) { return (null); }
354355356357358359360361362363364
private JMSService getJMSService(String serviceName) throws IllegalStateException { ServiceManager sm = Globals.getServiceManager(); Service svc; IMQService imqSvc; IMQDirectService imqDirectSvc; if (sm == null) { return (null); }