orb.setInvocationInterceptor(
new InvocationInterceptor() {
public void preInvoke() {
Agent agent = Switch.getSwitch().getCallFlowAgent();
if (agent != null) {
agent.startTime(
ContainerTypeOrApplicationType.ORB_CONTAINER);
}
}
public void postInvoke() {
Agent agent = Switch.getSwitch().getCallFlowAgent();