stateless
An object is considered stateless if it does not maintain any state between invocations of its operations. That is, each request is self-contained and does not require that the same server object be used for a series of requests.
Copyright © 2003-2008 Gerard Meszaros all rights reserved