Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.wtc.jatmi
Class StandardTypes

java.lang.Object
  extended by weblogic.wtc.jatmi.StandardTypes

All Implemented Interfaces:
Serializable, TypedBuffer
Direct Known Subclasses:
MBStringTypes, TypedCArray, TypedFML, TypedString, TypedView, TypedView32, TypedXML, TypedXOctet

public abstract class StandardTypes
extends Object
implements TypedBuffer, Serializable

This class implements the common methods all of the TUXEDO standard Typed Buffers require. It keeps the proper hint index and type and subtype strings.

See Also:
Serialized Form

Field Summary
static int CALLOUT_HINT
           
static int CARRAY_HINT
           
static int CMPS_HDR_HINT
           
static int COMPOS_HINT
           
static int FML_HINT
           
static int FML32_HINT
           
static int MBSTRING_HINT
           
static int MTTYP_HINT
           
static int PROP_HINT
           
static int ROUTE_HINT
           
static int RPCRP_HINT
           
static int RPCRQ_HINT
           
static int STRING_HINT
           
static int TDOM_VALS_HINT
           
static int TGIOP_HINT
           
static int TM_HINT
           
static int TPINITTYPE_HINT
           
static int TRAN_HINT
           
static int UNSOL_HINT
           
static int VIEW_HINT
           
static int VIEW32_HINT
           
static int WS_HINT
           
static int WSRPCRQ_HINT
           
static int X_C_TYPE_HINT
           
static int X_COMMON_HINT
           
static int X_OCTET_HINT
           
static int XML_HINT
           

 

Method Summary
 int getHintIndex()
          Returns the hint index of this typed buffer
 String getSubtype()
          Returns the subtype of this typed buffer
 String getType()
          Returns the type of this typed buffer
static String hint_to_type(int hint)
          Returns the type string associated with the given hint index

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface weblogic.wtc.jatmi.TypedBuffer
_tmpostrecv, _tmpresend

 

Field Detail

RPCRQ_HINT

public static final int RPCRQ_HINT
See Also:
Constant Field Values

RPCRP_HINT

public static final int RPCRP_HINT
See Also:
Constant Field Values

MTTYP_HINT

public static final int MTTYP_HINT
See Also:
Constant Field Values

TPINITTYPE_HINT

public static final int TPINITTYPE_HINT
See Also:
Constant Field Values

COMPOS_HINT

public static final int COMPOS_HINT
See Also:
Constant Field Values

TM_HINT

public static final int TM_HINT
See Also:
Constant Field Values

TRAN_HINT

public static final int TRAN_HINT
See Also:
Constant Field Values

WS_HINT

public static final int WS_HINT
See Also:
Constant Field Values

UNSOL_HINT

public static final int UNSOL_HINT
See Also:
Constant Field Values

CMPS_HDR_HINT

public static final int CMPS_HDR_HINT
See Also:
Constant Field Values

TGIOP_HINT

public static final int TGIOP_HINT
See Also:
Constant Field Values

WSRPCRQ_HINT

public static final int WSRPCRQ_HINT
See Also:
Constant Field Values

ROUTE_HINT

public static final int ROUTE_HINT
See Also:
Constant Field Values

PROP_HINT

public static final int PROP_HINT
See Also:
Constant Field Values

CALLOUT_HINT

public static final int CALLOUT_HINT
See Also:
Constant Field Values

TDOM_VALS_HINT

public static final int TDOM_VALS_HINT
See Also:
Constant Field Values

CARRAY_HINT

public static final int CARRAY_HINT
See Also:
Constant Field Values

STRING_HINT

public static final int STRING_HINT
See Also:
Constant Field Values

FML_HINT

public static final int FML_HINT
See Also:
Constant Field Values

VIEW_HINT

public static final int VIEW_HINT
See Also:
Constant Field Values

X_OCTET_HINT

public static final int X_OCTET_HINT
See Also:
Constant Field Values

X_C_TYPE_HINT

public static final int X_C_TYPE_HINT
See Also:
Constant Field Values

X_COMMON_HINT

public static final int X_COMMON_HINT
See Also:
Constant Field Values

FML32_HINT

public static final int FML32_HINT
See Also:
Constant Field Values

VIEW32_HINT

public static final int VIEW32_HINT
See Also:
Constant Field Values

XML_HINT

public static final int XML_HINT
See Also:
Constant Field Values

MBSTRING_HINT

public static final int MBSTRING_HINT
See Also:
Constant Field Values

Method Detail

getHintIndex

public int getHintIndex()
Returns the hint index of this typed buffer
Specified by:
getHintIndex in interface TypedBuffer
Returns:
a integer representing the hint index of this buffer

getType

public String getType()
Returns the type of this typed buffer
Specified by:
getType in interface TypedBuffer
Returns:
a String representing the type of this buffer

getSubtype

public String getSubtype()
Returns the subtype of this typed buffer
Specified by:
getSubtype in interface TypedBuffer
Returns:
a String representing the subtype of this buffer

hint_to_type

public static String hint_to_type(int hint)
Returns the type string associated with the given hint index
Parameters:
hint - The hint index for which you wish to determine the type
Returns:
The string corresponding to this hint index, or null if the index is not known

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09