|
|||||||||
| Home >> All >> java >> rmi >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.rmi.server
Class LogStream

java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
java.rmi.server.LogStream
- public class LogStream
- extends java.io.PrintStream
| Field Summary | |
static int |
BRIEF
Deprecated. |
private static java.io.PrintStream |
defStream
Deprecated. |
static int |
SILENT
Deprecated. |
static int |
VERBOSE
Deprecated. |
| Fields inherited from class java.io.PrintStream |
|
| Fields inherited from class java.io.FilterOutputStream |
out |
| Constructor Summary | |
private |
LogStream(java.io.OutputStream s)
Deprecated. |
| Method Summary | |
static java.io.PrintStream |
getDefaultStream()
Deprecated. |
java.io.OutputStream |
getOutputStream()
Deprecated. |
static LogStream |
log(java.lang.String name)
Deprecated. |
static int |
parseLevel(java.lang.String s)
Deprecated. |
static void |
setDefaultStream(java.io.PrintStream s)
Deprecated. |
void |
setOutputStream(java.io.OutputStream s)
Deprecated. |
java.lang.String |
toString()
Deprecated. Convert this Object to a human-readable String. |
void |
write(byte[] buffer,
int offset,
int len)
Deprecated. This method writes len bytes from the specified array
starting at index offset into the array. |
void |
write(int buffer)
Deprecated. This method writes a byte of data to the stream. |
| Methods inherited from class java.io.PrintStream |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println, setError |
| Methods inherited from class java.io.FilterOutputStream |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
SILENT
public static final int SILENT
- Deprecated.
- See Also:
- Constant Field Values
BRIEF
public static final int BRIEF
- Deprecated.
- See Also:
- Constant Field Values
VERBOSE
public static final int VERBOSE
- Deprecated.
- See Also:
- Constant Field Values
defStream
private static java.io.PrintStream defStream
- Deprecated.
| Constructor Detail |
LogStream
private LogStream(java.io.OutputStream s)
- Deprecated.
| Method Detail |
log
public static LogStream log(java.lang.String name)
- Deprecated.
getDefaultStream
public static java.io.PrintStream getDefaultStream()
- Deprecated.
setDefaultStream
public static void setDefaultStream(java.io.PrintStream s)
- Deprecated.
getOutputStream
public java.io.OutputStream getOutputStream()
- Deprecated.
setOutputStream
public void setOutputStream(java.io.OutputStream s)
- Deprecated.
write
public void write(int buffer)
- Deprecated.
- Description copied from class:
java.io.PrintStream- This method writes a byte of data to the stream. If auto-flush is enabled, printing a newline character will cause the stream to be flushed after the character is written.
- Description copied from class:
write
public void write(byte[] buffer,
int offset,
int len)
- Deprecated.
- Description copied from class:
java.io.PrintStream- This method writes
lenbytes from the specified array starting at indexoffsetinto the array. - Description copied from class:
toString
public java.lang.String toString()
- Deprecated.
- Description copied from class:
java.lang.Object- Convert this Object to a human-readable String. There are no limits placed on how long this String should be or what it should contain. We suggest you make it as intuitive as possible to be able to place it into System.out.println() 55 and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()). - Description copied from class:
parseLevel
public static int parseLevel(java.lang.String s)
- Deprecated.
|
|||||||||
| Home >> All >> java >> rmi >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC