Exemplo n.º 1
0
 public static void checkCurrentMementoSerializable(ManagementContext mgmt) throws Exception {
   BrooklynMemento memento = MementosGenerators.newBrooklynMemento(mgmt);
   serializeAndDeserialize(memento);
 }
Exemplo n.º 2
0
 public static void checkMementoSerializable(Application app) throws Exception {
   BrooklynMemento memento = MementosGenerators.newBrooklynMemento(app.getManagementContext());
   checkMementoSerializable(memento);
 }