5f3cb6e628f9e305acfd9e8b6fab5eca14798241
[packetcable.git] / packetcable-driver / src / main / java / org / pcmm / state / IState.java
1 /**
2  @header@
3  */
4
5
6 package org.pcmm.state;
7
8 /**
9  * <p>
10  * Object serving as a state holder, each stateful server should keep record of
11  * clients' state
12  * </p>
13  *
14  *
15  *
16  */
17 public interface IState {
18
19 }