com.northconcepts.datapipeline.core
Class Session.SessionImpl

java.lang.Object
  extended by com.northconcepts.datapipeline.core.Session.SessionImpl
All Implemented Interfaces:
Session
Enclosing interface:
Session

public static class Session.SessionImpl
extends Object
implements Session


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.northconcepts.datapipeline.core.Session
Session.SessionImpl
 
Constructor Summary
Session.SessionImpl()
           
 
Method Summary
 boolean containsSessionProperty(String name)
           
 void copySessionPropertiesFrom(Session session)
           
 Object getSessionProperty(String name)
           
 void setSessionProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session.SessionImpl

public Session.SessionImpl()
Method Detail

containsSessionProperty

public boolean containsSessionProperty(String name)
Specified by:
containsSessionProperty in interface Session

getSessionProperty

public Object getSessionProperty(String name)
Specified by:
getSessionProperty in interface Session

setSessionProperty

public void setSessionProperty(String name,
                               Object value)
Specified by:
setSessionProperty in interface Session

copySessionPropertiesFrom

public void copySessionPropertiesFrom(Session session)
Specified by:
copySessionPropertiesFrom in interface Session


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.