Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKEnvironment

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKEnvironment
All Implemented Interfaces:
DKConstant

public class DKEnvironment
extends java.lang.Object
implements DKConstant


Fields inherited from interface com.ibm.mm.sdk.common.DKConstant
    For details, see the class or interface
 
Constructor Summary
DKEnvironment()
           
 
Method Summary
static int getSubSystem()
          Gets the sub system indicator
static void setSubSystem(int subSystem)
          Sets the sub system indicator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKEnvironment

public DKEnvironment()
Method Detail

setSubSystem

public static void setSubSystem(int subSystem)
Sets the sub system indicator
Parameters:
subSystem - can be windows (DK_CM_SS_WINDOWS - default) or console (DK_CM_SS_CONSOLE)

getSubSystem

public static int getSubSystem()
Gets the sub system indicator
Returns:
the sub system indicator

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.