コード例 #1
0
 @PostConstruct
 public void start() {
   threadedAgent.start();
 }
コード例 #2
0
 @PreDestroy
 public void stop() {
   threadedAgent.stop();
 }