org.apache.mina.statemachine.context
Class DefaultStateContextFactory
java.lang.Object
org.apache.mina.statemachine.context.DefaultStateContextFactory
- All Implemented Interfaces:
- StateContextFactory
public class DefaultStateContextFactory
- extends Object
- implements StateContextFactory
StateContextFactory
which creates DefaultStateContext
objects.
- Version:
- $Rev: 586695 $, $Date: 2007-10-20 12:01:17 +0200 (sam, 20 oct 2007) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStateContextFactory
public DefaultStateContextFactory()
create
public StateContext create()
- Description copied from interface:
StateContextFactory
- Creates a new
StateContext
.
- Specified by:
create
in interface StateContextFactory
- Returns:
- the newly created
StateContext
.
Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.