context.putPrivateData(EntityBeanComponent.PRIMARY_KEY_CONTEXT_KEY, timer.getPrimaryKey());
}
context.putPrivateData(Component.class, ejbComponent.getValue());
context.putPrivateData(MethodIntf.class, MethodIntf.TIMER);
context.putPrivateData(TimerInvocationMarker.class, TimerInvocationMarker.INSTANCE);
interceptor.processInvocation(context);
}
@Override
public String getTimedObjectId() {
return deploymentString + "." + ejbComponent.getValue().getComponentName();