dsg.smart
Class DefaultSMContext

java.lang.Object
  extended bydsg.smart.DefaultSMContext
All Implemented Interfaces:
SMContext

public class DefaultSMContext
extends java.lang.Object
implements SMContext

Operations provided by system to the stream module when the module is started.


Constructor Summary
DefaultSMContext(Session session)
           
 
Method Summary
 Session getSession()
          Session in which the associated stream module is running.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSMContext

public DefaultSMContext(Session session)
Method Detail

getSession

public Session getSession()
Session in which the associated stream module is running.

Specified by:
getSession in interface SMContext