com.northconcepts.datapipeline.core
Interface Session

All Known Implementing Classes:
Field, Record, Session.SessionImpl

public interface Session


Nested Class Summary
static class Session.SessionImpl
           
 
Method Summary
 boolean containsSessionProperty(String name)
           
 void copySessionPropertiesFrom(Session session)
           
 Object getSessionProperty(String name)
           
 void setSessionProperty(String name, Object value)
           
 

Method Detail

containsSessionProperty

boolean containsSessionProperty(String name)

getSessionProperty

Object getSessionProperty(String name)

setSessionProperty

void setSessionProperty(String name,
                        Object value)

copySessionPropertiesFrom

void copySessionPropertiesFrom(Session session)


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