|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.e2e.b2b.StateFactory
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 |
public StateFactory()
Method Detail |
public static SessionState getSessionStateInstance()
SessionState
object with the
state StateValue.START
.public static RequestState getRequestStateInstance()
RequestState
object.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |