com.ibm.security.certclient.util

Class PkConnector

  1. java.lang.Object
  2. extended bycom.ibm.security.certclient.util.PkConnector

  1. public class PkConnector
  2. extends Object
Utility class with methods used to connect beans. It simply makes constructing chains of beans easier. The different connect method signatures allow different parameter combinations. All connect methods return the first bean in the chain.
Author:
Rod Mancisidor

Method Summary

Modifier and Type Method and Description
  1. static
  2. PkActiveSource
connect(PkActiveSource source,PkPipe pipe)
  1. static
  2. PkActiveSource
connect(PkActiveSource source,PkPipe[] pipes)
  1. static
  2. PkPipe
connect(PkPipe[] pipes)
  1. static
  2. PkSource
connect(PkSource source,PkPipe pipe)
  1. static
  2. PkSource
connect(PkSource source,PkPipe[] pipes)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

connect

  1. public static PkPipe connect(PkPipe[] pipes)
  2. throws TooManyListenersException
Throws:

connect

  1. public static PkActiveSource connect( PkActiveSource source,
  2. PkPipe pipe)
  3. throws TooManyListenersException
Throws:

connect

  1. public static PkSource connect( PkSource source,
  2. PkPipe pipe)
  3. throws TooManyListenersException
Throws:

connect

  1. public static PkActiveSource connect( PkActiveSource source,
  2. PkPipe[] pipes)
  3. throws TooManyListenersException
Throws:

connect

  1. public static PkSource connect( PkSource source,
  2. PkPipe[] pipes)
  3. throws TooManyListenersException
Throws: