Ejemplo n.º 1
0
 @Override
 public void undeployed() {
   super.undeployed();
   abstractSbbClass = null;
   activityContextInterface = null;
   activityContextInterfaceConcreteClass = null;
   concreteSbbClass = null;
   if (eventHandlerMethods != null) {
     eventHandlerMethods.clear();
     eventHandlerMethods = null;
   }
   sbbLocalInterfaceClass = null;
   sbbLocalInterfaceConcreteClass = null;
   specsDescriptor = null;
 }