Kieker 1.3

kieker.common.namedRecordPipe
Class Broker

java.lang.Object
  extended by kieker.common.namedRecordPipe.Broker

public class Broker
extends Object

Author:
Andre van Hoorn

Constructor Summary
Broker()
           
 
Method Summary
 Pipe acquirePipe(String pipeName)
          Returns a connection with name @a pipeName.
static Broker getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Broker

public Broker()
Method Detail

getInstance

public static Broker getInstance()

acquirePipe

public Pipe acquirePipe(String pipeName)
                 throws IllegalArgumentException
Returns a connection with name @a pipeName. If a connection with this name does not exist prior to the call, it is created.

Throws:
IllegalArgumentException

Kieker 1.3

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net