|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectinternalInformationPort.InternalInformationPortController
public class InternalInformationPortController
Controller class of component InternalInformationPort.
Implements the architecture interface
InternalInformationPortInterface.
Used for information exchange (for example via log files (output), property files (input) or display output) with "internal" communication partners (usually the system administrator).
| Constructor Summary | |
|---|---|
InternalInformationPortController()
Generates a new InternalInformationPort component, used for
information exchange (e. g. generating log files, reading settings or
displaying status information) with "internal" communication partners
(usually the system administrator). |
|
| Method Summary | |
|---|---|
java.util.logging.Logger |
getLogger()
Returns 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)
Returns the property with the specified key from the property file. |
void |
initialize()
Empty initializer. |
java.lang.Object |
setProperty(java.lang.String key,
java.lang.String value)
Sets the property with the specified key to the bypassed value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InternalInformationPortController()
InternalInformationPort component, used for
information exchange (e. g. generating log files, reading settings or
displaying status information) with "internal" communication partners
(usually the system administrator).
initialize()| Method Detail |
|---|
public void initialize()
public 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).
getLogger in interface InternalInformationPortInterfaceLogger that can be used to log messages in a file
and/or display them on the standard output.public java.lang.String getProperty(java.lang.String key)
getProperty in interface InternalInformationPortInterfacekey - The property key.
public java.lang.Object setProperty(java.lang.String key,
java.lang.String value)
setProperty in interface InternalInformationPortInterfacekey - 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 | |||||||||