Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.processor
Class HandlerCache

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.processor.HandlerCache

public class HandlerCache
extends java.lang.Object


Constructor Summary
HandlerCache()
           
 
Method Summary
 PassHandler get(java.lang.Class handlerClass)
          get.
 void put(PassHandler handler)
          put.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerCache

public HandlerCache()
Method Detail

put

public void put(PassHandler handler)
put.


get

public PassHandler get(java.lang.Class handlerClass)
                throws java.lang.Exception
get.

Throws:
java.lang.Exception

Simulcast 4.2