It's all about the answers!

Ask a question

[RTC Java API] How to get stream/workspace info from IFlowEntry object?


Tuan Nguyen Minh (691221) | asked Mar 25 '15, 11:12 p.m.
edited Mar 26 '15, 9:27 a.m. by Evan Hughes (2.4k1318)
Hi, after retrieve an IFlowTable object from an IWorkspaceConnection object, I get a list of IFlowEntry objects using the 2 methods: IFlowTable.acceptSources() and IFlowTable.deliverTargets(), now how can I get the stream/workspace info from the IFlowEntry object?

Accepted answer


permanent link
sam detweiler (12.5k6194201) | answered Mar 26 '15, 7:24 a.m.
IFlowEntry.getFlowNode() returns the workspace handle
IWorkspaceConnection ws = IWorkspaceManager.getWorkspaceConnection((IWorkspaceHandle) (IFlowEntry.getFlowNode()), null);
Tuan Nguyen Minh selected this answer as the correct answer

Your answer


Register or to post your answer.