Business Components

oracle.jbo
Interface ConnectionModeConstants


public interface ConnectionModeConstants

Defines connection modes.

Various connection modes can be used by clients to find the root Application Module deployed using the Visigenic ORB.

Since:
JDeveloper 3.0
See Also:
oracle.jbo.common.JboContext

Field Summary
static int COLOCATE
          Indicates that client and server are executing in the same JVM.
static int LOCAL
          Deprecated. Use JboContext.PLATFORM_LOCAL.
static int REMOTE
          Indicates that a naming service is to be used.
static int USE_BIND
          Indicates that remode applets are to use BIND.
static int USE_IOR
          Indicates that IOR is to be used.
 

Field Detail

LOCAL

public static final int LOCAL
Deprecated. Use JboContext.PLATFORM_LOCAL.


COLOCATE

public static final int COLOCATE
Indicates that client and server are executing in the same JVM.

REMOTE

public static final int REMOTE
Indicates that a naming service is to be used.

USE_IOR

public static final int USE_IOR
Indicates that IOR is to be used.

USE_BIND

public static final int USE_BIND
Indicates that remode applets are to use BIND.

Business Components