threadpoolMgr = S1ASThreadPoolManager.getThreadPoolManager();
}
private static void configureCallflowInvocationInterceptor(ORB orb) {
orb.setInvocationInterceptor(
new InvocationInterceptor() {
@Override
public void preInvoke() {
/* TODO
Agent agent = Switch.getSwitch().getCallFlowAgent();
if (agent != null) {