BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.jws
Class Conversation.Phase

java.lang.Object
  extended byjava.lang.Enum
      extended byweblogic.jws.Conversation.Phase
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
Conversation

public static final class Conversation.Phase
extends Enum

Conversation Phases allowed on Operation

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static Conversation.Phase CONTINUE
           
static Conversation.Phase FINISH
           
static Conversation.Phase START
           
 
Method Summary
static Conversation.Phase valueOf(String name)
           
static Conversation.Phase[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

CONTINUE

public static final Conversation.Phase CONTINUE

FINISH

public static final Conversation.Phase FINISH

START

public static final Conversation.Phase START
Method Detail

valueOf

public static Conversation.Phase valueOf(String name)

values

public static final Conversation.Phase[] values()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.