コード例 #1
0
 public void suspendAgentOnFE(String name) throws IMTPException, NotFoundException {
   try {
     myFrontEnd.suspendAgent(name);
   } catch (PostponedException pe) {
     // Hide the delivery delay to the rest of the platform
     suspendedAgent(name);
   }
 }