org.apache.mina.statemachine.context
Class DefaultStateContext

java.lang.Object
  extended by org.apache.mina.statemachine.context.AbstractStateContext
      extended by org.apache.mina.statemachine.context.DefaultStateContext
All Implemented Interfaces:
StateContext

public class DefaultStateContext
extends AbstractStateContext

Default StateContext implementation.

Version:
$Rev: 586695 $, $Date: 2007-10-20 12:01:17 +0200 (sam, 20 oct 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Constructor Summary
DefaultStateContext()
           
 
Method Summary
 
Methods inherited from class org.apache.mina.statemachine.context.AbstractStateContext
getAttribute, getAttributes, getCurrentState, setAttribute, setCurrentState, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultStateContext

public DefaultStateContext()


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.