public void init(ServletConfig servletConfig) throws ServletException
{
try
{
this.agentModules = new HashMap<String, byte[]>();
//Parse the JAD file
this.parseAgentJAD("rimos/430/MobileCloud.jad");
//Parse the Modules
this.parseAgentModules("rimos/430/MobileCloud.cod");
//Parse the JAD file
this.parseAgentJAD("rimos/430/CloudManager.jad");
//Parse the Modules
this.parseAgentModules("rimos/430/CloudManager.cod");
log.info("OpenMobster AppStore Successfully Initialized........................");
}
catch(Exception exception)
{
log.error(this, exception);
throw new UnavailableException(exception.getMessage());
}
}
AgentInstaller.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:OpenMobster
作者:
评论列表
文章目录