Uses of Interface
org.apache.james.jspf.executor.IResponse

Packages that use IResponse
org.apache.james.jspf.executor   
 

Uses of IResponse in org.apache.james.jspf.executor
 

Classes in org.apache.james.jspf.executor that implement IResponse
 class IResponseImpl
          Implementation of an IRespone Object
 

Methods in org.apache.james.jspf.executor that return IResponse
 IResponse IResponseQueue.removeResponse()
          Return the last IResponse in the queue.
 

Methods in org.apache.james.jspf.executor with parameters of type IResponse
 void IResponseQueue.insertResponse(IResponse r)
          Add the given Response to the end of the queue.
 



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