| | |
| | | package com.vci.server.query; |
| | | |
| | | import java.util.Date; |
| | | |
| | | import org.omg.CORBA.IntHolder; |
| | | |
| | | import com.vci.server.BaseService; |
| | |
| | | return ServiceNames.OQSERVICE; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public void test(com.zeroc.Ice.Current current) { |
| | | String op = current.operation; |
| | | String adapter = current.adapter.getName(); |
| | | String id = current.id.name; |
| | | String time = new Date().toString(); |
| | | System.out.println(String.format("== %s [ObjectQueryService.test] (adapter=%s, id=%s, op=%s)", time, adapter, id, op)); |
| | | } |
| | | |
| | | /** |
| | | * 根据查询模板名, 查询模板内容查询业务对象 |
| | | */ |