BEA Systems, Inc.

BEA WebLogic Server Support for Apache Beehive


com.bea.control
Class ServiceControl.Direction

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

public static final class ServiceControl.Direction
extends Enum

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

Field Summary
static ServiceControl.Direction both
           
static ServiceControl.Direction inbound
           
static ServiceControl.Direction outbound
           
 
Method Summary
static ServiceControl.Direction valueOf(String name)
           
static ServiceControl.Direction[] 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

both

public static final ServiceControl.Direction both

inbound

public static final ServiceControl.Direction inbound

outbound

public static final ServiceControl.Direction outbound
Method Detail

valueOf

public static ServiceControl.Direction valueOf(String name)

values

public static final ServiceControl.Direction[] values()

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