|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wtc.jatmi.StandardTypes
public abstract class StandardTypes
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.
Constructor Summary | |
---|---|
StandardTypes()
Null constructor. |
|
StandardTypes(String type,
int index)
Initializes the standard typed buffer of the given type at the given index |
|
StandardTypes(String type,
String subtype,
int index)
Initializes the standard typed buffer of the given type and subtype at the given index |
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 |
Constructor Detail |
---|
public StandardTypes()
public StandardTypes(String type, int index)
type
- The type of bufferindex
- The index of this typepublic StandardTypes(String type, String subtype, int index)
type
- The type of buffersubtype
- The subtype of bufferindex
- The index of this typeMethod Detail |
---|
public int getHintIndex()
getHintIndex
in interface TypedBuffer
integer
representing the hint index of this bufferpublic String getType()
getType
in interface TypedBuffer
String
representing the type of this bufferpublic String getSubtype()
getSubtype
in interface TypedBuffer
String
representing the subtype of this bufferpublic static String hint_to_type(int hint)
hint
- The hint index for which you wish to determine the type
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |