Ejemplo n.º 1
0
 public final ContinuationMediator exec(Agent agent, String contextId) {
   try {
     return controller.nest(agent, contextId);
   } catch (ClassNotFoundException ex) {
     throw new RuntimeException(ex);
   }
 }