BEA Systems, Inc.

BEA WebLogic Server Support for Apache Beehive


com.bea.control
Class ServiceControl.Conversation.Phase

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.control.ServiceControl.Conversation.Phase
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
ServiceControl.Conversation

public static final class ServiceControl.Conversation.Phase
extends Enum

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

Field Summary
static ServiceControl.Conversation.Phase CONTINUE
           
static ServiceControl.Conversation.Phase FINISH
           
static ServiceControl.Conversation.Phase START
           
 
Method Summary
static ServiceControl.Conversation.Phase valueOf(String name)
           
static ServiceControl.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 ServiceControl.Conversation.Phase CONTINUE

FINISH

public static final ServiceControl.Conversation.Phase FINISH

START

public static final ServiceControl.Conversation.Phase START
Method Detail

valueOf

public static ServiceControl.Conversation.Phase valueOf(String name)

values

public static final ServiceControl.Conversation.Phase[] values()

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