com.agentfactory.common.compiler
Class AFSession

java.lang.Object
  extended by com.agentfactory.common.compiler.AFSession

public class AFSession
extends java.lang.Object


Constructor Summary
AFSession()
          Creates a new instance of AFSession
 
Method Summary
 void addProperty(java.lang.String name, java.lang.Object property)
           
 java.lang.Object getProperty(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFSession

public AFSession()
Creates a new instance of AFSession

Method Detail

addProperty

public void addProperty(java.lang.String name,
                        java.lang.Object property)

getProperty

public java.lang.Object getProperty(java.lang.String name)