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