BEA Systems, Inc.

weblogic.wtc.jatmi
Class TypedView

java.lang.Object
  weblogic.wtc.jatmi.StandardTypes
      weblogic.wtc.jatmi.TypedView
All Implemented Interfaces:
Serializable, TypedBuffer

public abstract class TypedView
extends StandardTypes
implements TypedBuffer

Buffer type used when the application uses a Java structure to define the buffer structure using a view description file. Tuxedo equivalent: View.

See Also:
StandardTypes, TypedBuffer, Serialized Form

Field Summary
 
Fields inherited from class weblogic.wtc.jatmi.StandardTypes
CALLOUT_HINT, CARRAY_HINT, CMPS_HDR_HINT, COMPOS_HINT, FML_HINT, FML32_HINT, MBSTRING_HINT, MTTYP_HINT, PROP_HINT, ROUTE_HINT, RPCRP_HINT, RPCRQ_HINT, STRING_HINT, TDOM_VALS_HINT, TGIOP_HINT, TM_HINT, TPINITTYPE_HINT, TRAN_HINT, UNSOL_HINT, VIEW_HINT, VIEW32_HINT, WS_HINT, WSRPCRQ_HINT, X_C_TYPE_HINT, X_COMMON_HINT, X_OCTET_HINT, XML_HINT
 
Constructor Summary
TypedView()
          Default constructor; carray is NULL, send_size 0.
TypedView(String viewname)
          Constructor.
 
Method Summary
 
Methods inherited from class weblogic.wtc.jatmi.StandardTypes
getHintIndex, getSubtype, getType, hint_to_type
 
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, getHintIndex, getSubtype, getType
 

Constructor Detail

TypedView

public TypedView()
Default constructor; carray is NULL, send_size 0.


TypedView

public TypedView(String viewname)
Constructor.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2007 BEA Systems Inc.