Package com.wowza.wms.sourcecontrol
Interface ISourceControlSession
- 
 public interface ISourceControlSessionPublic interface for a Source Control device session 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationInstancegetApplicationInstance()Get the IApplicationInstance associated with this sessionISourceControlgetSourceControlImpl()Get the underlying ISourceControl implementationStringgetStreamName()Get the stream name associated with this sessionvoidsetApplicationInstance(IApplicationInstance appInstance)Set the IApplicationInstance associated wit this sessionvoidsetSrouceControlImpl(ISourceControl sourceControlImpl)Set the underlying ISourceControl ImplementationvoidsetStreamName(String streamName)Set the stream name associated with this session
 
- 
- 
- 
Method Detail- 
getSourceControlImplISourceControl getSourceControlImpl() Get the underlying ISourceControl implementation- Returns:
- ISourceControl implementation
 
 - 
setSrouceControlImplvoid setSrouceControlImpl(ISourceControl sourceControlImpl) Set the underlying ISourceControl Implementation- Parameters:
- sourceControlImpl- implementation
 
 - 
getApplicationInstanceIApplicationInstance getApplicationInstance() Get the IApplicationInstance associated with this session- Returns:
- IApplicationInstance associated with this session
 
 - 
setApplicationInstancevoid setApplicationInstance(IApplicationInstance appInstance) Set the IApplicationInstance associated wit this session- Parameters:
- appInstance- IApplicationInstance to associate with this session
 
 - 
getStreamNameString getStreamName() Get the stream name associated with this session- Returns:
- String containing the stream name
 
 - 
setStreamNamevoid setStreamName(String streamName) Set the stream name associated with this session- Parameters:
- streamName- A String containing the stream name to associate with this session
 
 
- 
 
-