Kieker 1.4

kieker.common.namedRecordPipe
Class Broker

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

public final class Broker
extends Object

Author:
Andre van Hoorn

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
 

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.4

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