Visit Platform at http://www.platform.com

Platform Symphony 5.1 Java API Reference

com.platform.symphony.soam
Class DirectDataTransferFlags

java.lang.Object
  extended by com.platform.symphony.soam.DirectDataTransferFlags

public class DirectDataTransferFlags
extends java.lang.Object

Direct Data Transfer flags are used to modify the behavior of the Direct Data Transfer feature.

NOTE: If any of the methods of this class are called after the main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

See Also:
SessionCreationAttributes, SessionCreationAttributes.setDirectDataTransferFlags(long)

Field Summary
static long EXCLUDE_INPUT_DATA
          This informs the API to exclude input data when it is transferring the data directly.
static long EXCLUDE_OUTPUT_DATA
          This informs the API to exclude output data when it is transferring the data directly.
static long INCLUDE_COMMON_DATA_AND_UPDATES
          This informs the API to include CDU data when it is transferring the data directly.
 
Constructor Summary
DirectDataTransferFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCLUDE_COMMON_DATA_AND_UPDATES

public static final long INCLUDE_COMMON_DATA_AND_UPDATES
This informs the API to include CDU data when it is transferring the data directly. This flag is not set by default.

See Also:
Constant Field Values

EXCLUDE_INPUT_DATA

public static final long EXCLUDE_INPUT_DATA
This informs the API to exclude input data when it is transferring the data directly. This flag is not set by default.

See Also:
Constant Field Values

EXCLUDE_OUTPUT_DATA

public static final long EXCLUDE_OUTPUT_DATA
This informs the API to exclude output data when it is transferring the data directly. This flag is not set by default.

See Also:
Constant Field Values
Constructor Detail

DirectDataTransferFlags

public DirectDataTransferFlags()

Version 5.1
Date Modified: -DREL_DATE=Apr 28 2011
Platform Computing. Accelerating Intelligence(TM).
Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved.