コード例 #1
0
 ///////////////////////////////////////////////
 // Methods called by the BEManagementService
 ///////////////////////////////////////////////
 public void createAgentOnFE(String name, String className, String[] args) throws IMTPException {
   myFrontEnd.createAgent(name, className, args);
 }