Uses of Class
com.bea.tuxedo.control.TuxedoControl.DebugLevel

Packages that use TuxedoControl.DebugLevel
com.bea.tuxedo.control   
 

Uses of TuxedoControl.DebugLevel in com.bea.tuxedo.control
 

Fields in com.bea.tuxedo.control declared as TuxedoControl.DebugLevel
protected  TuxedoControl.DebugLevel Serializer._logLevel
           
protected  TuxedoControl.DebugLevel Deserializer._logLevel
           
 

Methods in com.bea.tuxedo.control that return TuxedoControl.DebugLevel
static TuxedoControl.DebugLevel TuxedoControl.DebugLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TuxedoControl.DebugLevel[] TuxedoControl.DebugLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.bea.tuxedo.control with parameters of type TuxedoControl.DebugLevel
static void Debug.setLevel(TuxedoControl.DebugLevel level)
           
 

Constructors in com.bea.tuxedo.control with parameters of type TuxedoControl.DebugLevel
Deserializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strictness, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
           
FieldDeserializer(weblogic.wtc.jatmi.FML buff, TuxedoControl.MappingStrictness strict, List issues, weblogic.wtc.jatmi.FldTbl[] fldTables, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for FML buffers.
FieldDeserializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strict, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for View or View32 buffers.
FieldSerializer(weblogic.wtc.jatmi.FML buff, TuxedoControl.MappingStrictness strict, List issues, weblogic.wtc.jatmi.FldTbl[] fldTables, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for FML buffers.
FieldSerializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strict, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for View or View32 buffers.
Serializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strict, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
           
StringDeserializer(weblogic.wtc.jatmi.TypedString buff, TuxedoControl.MappingStrictness strict, List issues, TuxedoControl.DebugLevel logLev)
          Constructor.