예제 #1
0
파일: Q2.java 프로젝트: rlishtaba/jPOS
 private void start(ObjectInstance instance) {
   try {
     factory.startQBean(this, instance.getObjectName());
   } catch (Exception e) {
     getLog().warn("start", e);
   }
 }