/** @header@ */ package org.pcmm.state; /** *

* Object serving as a state holder, each stateful server should keep record of * clients' state *

* * * */ public interface IState { }