org.apache.mina.statemachine.context
Interface StateContextFactory

All Known Implementing Classes:
DefaultStateContextFactory

public interface StateContextFactory

Factory which creates StateContext instances.

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

Method Summary
 StateContext create()
          Creates a new StateContext.
 

Method Detail

create

StateContext create()
Creates a new StateContext.

Returns:
the newly created StateContext.


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