com.highdeal.cnd.message
Class BootMode

java.lang.Object
  extended by com.highdeal.cnd.message.BootMode

public final class BootMode
extends java.lang.Object


Field Summary
static BootMode HTTP_BOOT_MODE
          Constant describing the connection boot mode will be done using the HTTP HCI API
static BootMode HTTPS_BOOT_MODE
          Constant describing the connection boot mode will be done using the HTTPS HCI API
static BootMode MESSAGE_BOOT_MODE
          Constant describing the connection boot mode will be done using the TCP Message API
 
Method Summary
 int getCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_BOOT_MODE

public static final BootMode MESSAGE_BOOT_MODE
Constant describing the connection boot mode will be done using the TCP Message API


HTTP_BOOT_MODE

public static final BootMode HTTP_BOOT_MODE
Constant describing the connection boot mode will be done using the HTTP HCI API


HTTPS_BOOT_MODE

public static final BootMode HTTPS_BOOT_MODE
Constant describing the connection boot mode will be done using the HTTPS HCI API

Method Detail

getCode

public int getCode()

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)