@Override
public void stop(StopContext context) {
final TCCLEJBClientContextSelectorService tcclBasedEJBClientContextSelector = tcclEJBClientContextSelectorServiceController.getValue();
// de-associate the EJB client context with the deployment classloader
logger.debugf("unRegistering EJB client context for classloader %s", module.getClassLoader());
tcclBasedEJBClientContextSelector.unRegisterEJBClientContext(module.getClassLoader());
}
@Override
public Void getValue() throws IllegalStateException, IllegalArgumentException {
return null;