|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.DirectDataTransferFlags
public class DirectDataTransferFlags
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).
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 |
---|
public static final long INCLUDE_COMMON_DATA_AND_UPDATES
public static final long EXCLUDE_INPUT_DATA
public static final long EXCLUDE_OUTPUT_DATA
Constructor Detail |
---|
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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |