deploymentInfo.setContainer(this);
}
EjbTimerService timerService = deploymentInfo.getEjbTimerService();
if (timerService != null) {
timerService.start();
}
}
public void undeploy(DeploymentInfo deploymentInfo) throws OpenEJBException {
EjbTimerService timerService = deploymentInfo.getEjbTimerService();