150151152153154155156157158159160
*/ public Application(Context context) { super(context); if (Engine.getInstance() != null) { this.helper = new ApplicationHelper(this); } this.outboundRoot = null; this.inboundRoot = null; this.roles = new CopyOnWriteArrayList<Role>();