// allocate a PICurrent slotId for the transaction service.
int[] slotIds = new int[2];
slotIds[0] = info.allocate_slot_id();
slotIds[1] = info.allocate_slot_id();
InterceptorImpl interceptor =
new InterceptorImpl(pic, codec, slotIds, null);
info.add_client_request_interceptor(interceptor);
info.add_server_request_interceptor(interceptor);
boolean addSFSBInterceptors = false;
if (Switch.getSwitch().getContainerType() != Switch.APPCLIENT_CONTAINER) {