Connecting to a datastream
Once the connection parameters have been defined, you can connect and pass the defined connection parameters.
com.apama.md.adapter.FTSCSession FTSCInst;
FTSCInst.create(mainCtx,"Test",uSession, uSession.getConfig(),
params, onFTSCSuccess, onFTSCFailure);