|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalInformationPortInterface
Architecture interface for component InternalInformationPort.
Used for information exchange (for example via log files (output), property files (input) or display output) with "internal" communication partners (usually the system administrator).
Must be thread-safe.
| Method Summary | |
|---|---|
java.util.logging.Logger |
getLogger()
Must return a Logger, that can be used to log messages in a
file and/or display them on the standard output (depending on the log
Levels, specified in property file). |
java.lang.String |
getProperty(java.lang.String key)
Must return the property with the specified key from the property file. |
java.lang.Object |
setProperty(java.lang.String key,
java.lang.String value)
Must set the property with the specified key to the bypassed value. |
| Method Detail |
|---|
java.util.logging.Logger getLogger()
Logger, that can be used to log messages in a
file and/or display them on the standard output (depending on the log
Levels, specified in property file).
Logger that can be used to log messages in a file
and/or display them on the standard output.java.lang.String getProperty(java.lang.String key)
key - The property key.
java.lang.Object setProperty(java.lang.String key,
java.lang.String value)
key - Identifier of the property.value - The value corresponding to the key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||