Uses of Interface
org.apache.james.mpt.Session

Packages that use Session
org.apache.james.mpt   
 

Uses of Session in org.apache.james.mpt
 

Methods in org.apache.james.mpt that return Session
 Session ExternalSessionFactory.newSession(HostSystem.Continuation continuation)
           
 Session SessionFactory.newSession(HostSystem.Continuation continuation)
          Creates a new session for functional testing.
 

Methods in org.apache.james.mpt with parameters of type Session
 void ProtocolSession.runSessions(Session[] sessions)
          Executes the ProtocolSession in real time against the readers and writers supplied, writing client requests and reading server responses in the order that they appear in the test elements.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.