org.apache.yoko.orb.OB
Class GIOPConnection.State

java.lang.Object
  extended by org.apache.yoko.orb.OB.GIOPConnection.State
Enclosing class:
GIOPConnection

public static final class GIOPConnection.State
extends Object


Field Summary
static int Active
           
static int Closed
           
static int Closing
           
static int Error
           
static int Holding
           
 
Constructor Summary
GIOPConnection.State()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Active

public static final int Active
See Also:
Constant Field Values

Holding

public static final int Holding
See Also:
Constant Field Values

Closing

public static final int Closing
See Also:
Constant Field Values

Error

public static final int Error
See Also:
Constant Field Values

Closed

public static final int Closed
See Also:
Constant Field Values
Constructor Detail

GIOPConnection.State

public GIOPConnection.State()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.