© 2002 BEA Systems, Inc.


examples.e2e.b2b
Class StateFactory

java.lang.Object
  |
  +--examples.e2e.b2b.StateFactory

public class StateFactory
extends java.lang.Object

A factory for generating RequestState and SessionState objects.


Constructor Summary
StateFactory()
           
 
Method Summary
static RequestState getRequestStateInstance()
          Creates and returns a RequestState object.
static SessionState getSessionStateInstance()
          Creates and returns a SessionState object with the state StateValue.START.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateFactory

public StateFactory()
Method Detail

getSessionStateInstance

public static SessionState getSessionStateInstance()
Creates and returns a SessionState object with the state StateValue.START.

getRequestStateInstance

public static RequestState getRequestStateInstance()
Creates and returns a RequestState object.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved