com.northconcepts.datapipeline.core
Class Session.SessionImpl
java.lang.Object
com.northconcepts.datapipeline.core.Session.SessionImpl
- All Implemented Interfaces:
- Session
- Enclosing interface:
- Session
public static class Session.SessionImpl
- extends Object
- implements Session
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Session.SessionImpl
public Session.SessionImpl()
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.