Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.services.streaming
Interface StreamManager

All Known Implementing Classes:
StreamManagerClient, StreamManagerServer

public interface StreamManager

Author:
Bogdan Stefanescu

Method Summary
 String addStream(StreamSource src)
           
 StreamSource getStream(String uri)
           
 boolean hasStream(String uri)
           
 void removeStream(String uri)
           
 void start()
           
 void stop()
           
 

Method Detail

addStream

String addStream(StreamSource src)
                 throws IOException
Throws:
IOException

removeStream

void removeStream(String uri)

getStream

StreamSource getStream(String uri)
                       throws IOException
Throws:
IOException

hasStream

boolean hasStream(String uri)

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.