oracle.jbo.common
Class SilentDiagnosticImpl
java.lang.Object
|
+--oracle.jbo.common.SilentDiagnosticImpl
- All Implemented Interfaces:
- IDiagnostic
- public class SilentDiagnosticImpl
- extends java.lang.Object
- implements IDiagnostic
The superclass for classes that act as null output devices.
- Since:
- Jdeveloper 3.0
Type | Method |
void |
print(java.lang.String message)
Consumes a message. |
void |
println(java.lang.String message)
Consumes a message. |
java.lang.String |
toString()
Produces a textual description of this diagnostic service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SilentDiagnosticImpl
public SilentDiagnosticImpl()
- Creates an instance.
- Since:
- Jdeveloper 3.0
print
public void print(java.lang.String message)
- Consumes a message.
- Specified by:
print
in interface IDiagnostic
- Parameters:
message
- not used.
println
public void println(java.lang.String message)
- Consumes a message.
- Specified by:
println
in interface IDiagnostic
- Parameters:
message
- not used.
toString
public java.lang.String toString()
- Produces a textual description of this diagnostic service.
- Specified by:
toString
in interface IDiagnostic
- Overrides:
toString
in class java.lang.Object
- Returns:
- a status string.