|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines connection modes.
Various connection modes can be used by clients to find the root Application Module deployed using the Visigenic ORB.
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 |
public static final int LOCAL
JboContext.PLATFORM_LOCAL
.
public static final int COLOCATE
public static final int REMOTE
public static final int USE_IOR
public static final int USE_BIND
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |