| 
 | Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.common.namedRecordPipe.Pipe
public final class Pipe
This implementation represents a simple pipe that can be used by readers and writers to transfer monitoring records.
| Constructor Summary | |
|---|---|
| Pipe(String name)Creates a new instance of this class using the given parameters. | |
| Method Summary | |
|---|---|
|  void | close()This method closes the pipe and notifies the pipe reader about this event as well. | 
|  String | getName()Delivers the name of this pipe. | 
|  void | setPipeReader(IPipeReader pipeReader)Sets the pipe reader to a new value. | 
|  boolean | writeMonitoringRecord(IMonitoringRecord monitoringRecord)Passes the monitoring record to the registered pipe reader. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Pipe(String name)
name - The name of the pipe.| Method Detail | 
|---|
public void setPipeReader(IPipeReader pipeReader)
pipeReader - The new pipe reader.public String getName()
public boolean writeMonitoringRecord(IMonitoringRecord monitoringRecord)
monitoringRecord - The monitoring record to write into the pipe.
public void close()
| 
 | Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||