Uses of Class
org.jpos.util.NameRegistrar.NotFoundException

Packages that use NameRegistrar.NotFoundException
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
org.jpos.iso.channel ISOChannel implementations 
org.jpos.q2.iso   
org.jpos.security Key management, MAC, PIN encryption related classes. 
org.jpos.util utility/helper classes 
 

Uses of NameRegistrar.NotFoundException in org.jpos.iso
 

Methods in org.jpos.iso that throw NameRegistrar.NotFoundException
static ISOChannel BaseChannel.getChannel(String name)
           
static ISOServer ISOServer.getServer(String name)
           
 

Uses of NameRegistrar.NotFoundException in org.jpos.iso.channel
 

Methods in org.jpos.iso.channel that throw NameRegistrar.NotFoundException
 void ChannelPool.addChannel(String name)
           
 void ChannelPool.removeChannel(String name)
           
 

Uses of NameRegistrar.NotFoundException in org.jpos.q2.iso
 

Methods in org.jpos.q2.iso that throw NameRegistrar.NotFoundException
static MUX QMUX.getMUX(String name)
           
protected  void QMUXProxyAdaptor.startService()
           
 

Uses of NameRegistrar.NotFoundException in org.jpos.security
 

Methods in org.jpos.security that throw NameRegistrar.NotFoundException
static SMAdapter BaseSMAdapter.getSMAdapter(String name)
           
 

Uses of NameRegistrar.NotFoundException in org.jpos.util
 

Methods in org.jpos.util that throw NameRegistrar.NotFoundException
static Object NameRegistrar.get(String key)
           
static ThreadPool ThreadPool.getThreadPool(String name)
          Retrieves a thread pool from NameRegistrar given its name, unique identifier.
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.