|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorAttribute | |
oracle.dacf.dataset | This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. |
oracle.dacf.style | |
oracle.dacf.util.errorloggers | This package provides classes which serve as examples of non-buffered error loggers. |
oracle.dacf.util.errormanager | The ErrorManager is a singleton object that manages the storage and flow of ErrorMessage objects, and administers the registration of error listeners and error loggers. |
Uses of ErrorAttribute in oracle.dacf.dataset |
Classes in oracle.dacf.dataset that implement ErrorAttribute | |
class |
DacfSeverity
The DacfSeverity extends ErrorSeverity to define the
severity of DACF errors. |
class |
DacfType
The DacfType class extends ErrorType
to define the DACF error types. |
Methods in oracle.dacf.dataset that return ErrorAttribute | |
ErrorAttribute[] |
DacfErrorMessageContext.getAddedErrorAttributes()
Returns an array of context-specific attributes in a format that can be recorded by logging facilities. |
Uses of ErrorAttribute in oracle.dacf.style |
Classes in oracle.dacf.style that implement ErrorAttribute | |
class |
StyleSeverity
The StyleSeverity defines the styleError severities |
class |
StyleType
The StyleType defines the Style Error type |
Uses of ErrorAttribute in oracle.dacf.util.errorloggers |
Methods in oracle.dacf.util.errorloggers that return ErrorAttribute | |
ErrorAttribute[] |
InputStreamLoggerReader.ErrorAttributes.getErrorAttributes()
Returns the context-less part of the error content as an array of error attributes. |
Methods in oracle.dacf.util.errorloggers with parameters of type ErrorAttribute | |
protected void |
StdErrorLogger._printErrorAttribute(ErrorAttribute ea)
Prints the error attribute's label and description, separated by a colon, to stderr. |
Uses of ErrorAttribute in oracle.dacf.util.errormanager |
Classes in oracle.dacf.util.errormanager that implement ErrorAttribute | |
class |
ErrorMessageText
The ErrorMessageText class is an overloaded class that defines the error message as a message text and a message ID. |
class |
ErrorMessageText.MessageId
Inner class implementing the error message ID. |
class |
ErrorMessageText.MessageText
Inner class implementing the error message text. |
class |
ErrorSeverity
The ErrorSeverity class definines the text to be used for a given error severity. |
class |
ErrorTimeStamp
The ErrorTimeStamp class defines the time stamp given to an error message when it is logged. |
class |
ErrorTimeStamp.ErrorDate
Inner class implementing the data part of the time stamp as an ErrorAttribute. |
class |
ErrorTimeStamp.ErrorTime
Inner class implementing the time part of the time stamp as an ErrorAttribute. |
class |
ErrorType
The ErrorType class provides the base methods for defining error types or categories. |
class |
SimpleErrorAttributeImpl
The SimpleErrorAttributeImpl class is the simplest implementation of the ErrorAttribute interface. |
Methods in oracle.dacf.util.errormanager that return ErrorAttribute | |
ErrorAttribute[] |
ErrorMessageContext.getAddedErrorAttributes()
Returns an array of ErrorAttributes that provide context-less information to non-buffered error loggers. |
ErrorAttribute[] |
ErrorMessage.getAddedErrorAttributes()
A convience method that wraps the context-less _messageContext.getAddedErrorAttributes (provided by ErrorMessageContext class) in an array. |
|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.