static Stream |
Stream.newStream(IOptionsServer server,
String streamPath,
String type,
String parentStreamPath,
String name,
String description,
String options,
String[] viewPaths,
String[] remappedPaths,
String[] ignoredPaths)
Simple factory / convenience method for creating a new local Stream
object with defult values. |
static Stream |
Stream.newStream(IOptionsServer server,
String streamPath,
String type,
String parentStreamPath,
String name,
String description,
String options,
String[] viewPaths,
String[] remappedPaths,
String[] ignoredPaths,
String[] clientViewPaths)
Simple factory / convenience method for creating a new local Stream
object with defult values. |