org.indy
Class Status

java.lang.Object
  |
  +--org.indy.Status

public final class Status
extends java.lang.Object

IdStatus

Version:
1.0
Author:
OTG

Field Summary
static Status CONNECTED
          Description of the Field
static Status CONNECTING
          Description of the Field
static Status DISCONNECTED
          Description of the Field
static Status DISCONNECTING
          Description of the Field
static Status RESOLVING
          Description of the Field
 
Method Summary
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOLVING

public static final Status RESOLVING
Description of the Field

CONNECTING

public static final Status CONNECTING
Description of the Field

CONNECTED

public static final Status CONNECTED
Description of the Field

DISCONNECTING

public static final Status DISCONNECTING
Description of the Field

DISCONNECTED

public static final Status DISCONNECTED
Description of the Field
Method Detail

toString

public java.lang.String toString()
Description of the Method
Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value


Copyright © 2002-2002 IndyJ. All Rights Reserved.