throw new ServletException(e);
}
}
public void lifecycleCommand(LifecycleCommand lifecycleCommand) throws Exception {
ConnectorInstanceContext oldContext = trackedConnectionAssociator.enter(new ConnectorInstanceContextImpl(unshareableResources, applicationManagedSecurityResources));
try {
super.lifecycleCommand(lifecycleCommand);
} finally {
trackedConnectionAssociator.exit(oldContext);
}