Uses of Class
org.jpos.core.ConfigurationException

Packages that use ConfigurationException
org.jpos.bsh   
org.jpos.core classes such as CardHolder, CardTransaction, CardAgent, etc. 
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
org.jpos.iso.channel ISOChannel implementations 
org.jpos.iso.filter ISOFilter implementations 
org.jpos.iso.packager Packager implementations 
org.jpos.iso.validator   
org.jpos.q2   
org.jpos.q2.iso   
org.jpos.q2.qbean   
org.jpos.security Key management, MAC, PIN encryption related classes. 
org.jpos.security.jceadapter JCE Security Module and its corresponding adapter (built into the JCE Security Module itself) 
org.jpos.space Limited lightweight tuple space implementation 
org.jpos.transaction jPOS Transaction Manager 
org.jpos.transaction.participant   
org.jpos.util utility/helper classes 
 

Uses of ConfigurationException in org.jpos.bsh
 

Methods in org.jpos.bsh that throw ConfigurationException
 void BSHRequestListener.setConfiguration(Configuration cfg)
           
 void BSHFilter.setConfiguration(Configuration cfg)
           
 

Uses of ConfigurationException in org.jpos.core
 

Methods in org.jpos.core that throw ConfigurationException
 Object SubConfiguration.getObject(String propertyName)
          Creates a new object, it takes the class from the value of the property propertyName
 void Configurable.setConfiguration(Configuration cfg)
           
 void XmlConfigurable.setConfiguration(org.jdom.Element e)
           
 void NodeConfigurable.setConfiguration(Node node)
           
 

Uses of ConfigurationException in org.jpos.iso
 

Methods in org.jpos.iso that throw ConfigurationException
 void BaseChannel.setConfiguration(Configuration cfg)
          Implements Configurable
Properties:
host - destination host (if ClientChannel) port - port number (if ClientChannel) local-iface - local interfase to use (if ClientChannel) local-port - local port to bind (if ClientChannel) (host not present indicates a ServerChannel)
 void IVA_NUM.setConfiguration(Configuration cfg)
          Configure the validator.
 void SunJSSESocketFactory.setConfiguration(Configuration cfg)
           
 void ISOServer.setConfiguration(Configuration cfg)
           
 void ISOFieldValidator.setConfiguration(Configuration cfg)
          Default config params are: min-len Minimun length, max-len Max length, break-on-error break condition.
 void ISOBaseValidator.setConfiguration(Configuration cfg)
           
 void Connector.setConfiguration(Configuration cfg)
          Destination can be a Channel or a MUX.
 

Uses of ConfigurationException in org.jpos.iso.channel
 

Methods in org.jpos.iso.channel that throw ConfigurationException
 void VAPChannel.setConfiguration(Configuration cfg)
           
 void FSDChannel.setConfiguration(Configuration cfg)
           
 void NACChannel.setConfiguration(Configuration cfg)
           
 void ChannelPool.setConfiguration(Configuration cfg)
           
 void NCCChannel.setConfiguration(Configuration cfg)
           
 

Uses of ConfigurationException in org.jpos.iso.filter
 

Methods in org.jpos.iso.filter that throw ConfigurationException
 void MacroFilter.setConfiguration(Configuration cfg)
           
 void XSLTFilter.setConfiguration(Configuration cfg)
          configure filter.
 void ChannelInfoFilter.setConfiguration(Configuration cfg)
           
 void MD5Filter.setConfiguration(Configuration cfg)
           
 void StatefulFilter.setConfiguration(Configuration cfg)
           
 

Uses of ConfigurationException in org.jpos.iso.packager
 

Methods in org.jpos.iso.packager that throw ConfigurationException
 void PackagerWrapper.setConfiguration(Configuration cfg)
          requires inner-packager property
 void GenericPackager.setConfiguration(Configuration cfg)
          Packager Configuration.
 

Uses of ConfigurationException in org.jpos.iso.validator
 

Methods in org.jpos.iso.validator that throw ConfigurationException
 void TEST0100.setConfiguration(Configuration cfg)
           
 

Uses of ConfigurationException in org.jpos.q2
 

Methods in org.jpos.q2 that throw ConfigurationException
 void QFactory.configureQBean(MBeanServer server, ObjectName objectName, org.jdom.Element e)
           
 ObjectInstance QFactory.createQBean(Q2 server, org.jdom.Element e, Object obj)
           
 AttributeList QFactory.getAttributeList(org.jdom.Element e)
           
protected  Collection QFactory.getCollection(Class type, org.jdom.Element e)
          Creats a collection from a definition element with the format.
 Configuration QFactory.getConfiguration(org.jdom.Element e)
           
protected  Object QFactory.getObject(org.jdom.Element childElement)
          creates an object from a definition element.
static void QFactory.invoke(Object obj, String m, Object p)
          Try to invoke a method (usually a setter) on the given object silently ignoring if method does not exist
static void QFactory.invoke(Object obj, String m, Object p, Class pc)
          Try to invoke a method (usually a setter) on the given object silently ignoring if method does not exist
 Object QFactory.newInstance(String clazz)
           
 void QBeanSupport.setConfiguration(Configuration cfg)
           
 void QFactory.setConfiguration(Object obj, org.jdom.Element e)
           
 

Uses of ConfigurationException in org.jpos.q2.iso
 

Methods in org.jpos.q2.iso that throw ConfigurationException
protected  void ChannelAdaptor.addFilters(FilteredChannel channel, org.jdom.Element e, QFactory fact)
           
 void OneShotChannelAdaptor.Worker.initChannel()
           
protected  ISOChannel ChannelAdaptor.initChannel()
           
 void MUXPool.initService()
           
 void ChannelAdaptor.initService()
           
 void QServer.initService()
           
 void MultiSessionChannelAdaptor.initService()
           
 void QMUX.initService()
           
protected  void ChannelAdaptor.initSpaceAndQueues()
           
protected  void MultiSessionChannelAdaptor.initSpaceAndQueues()
           
 ISOChannel ChannelAdaptor.newChannel(org.jdom.Element e, QFactory f)
           
 void ContextMaker.setConfiguration(Configuration cfg)
           
 void QMUXProxy.setConfiguration(Configuration cfg)
           
 

Uses of ConfigurationException in org.jpos.q2.qbean
 

Methods in org.jpos.q2.qbean that throw ConfigurationException
 void SpaceLet.initService()
           
protected  void LoggerAdaptor.startService()
           
 

Uses of ConfigurationException in org.jpos.security
 

Methods in org.jpos.security that throw ConfigurationException
 void BaseSMAdapter.setConfiguration(Configuration cfg)
           
 void SimpleKeyFile.setConfiguration(Configuration cfg)
           
 

Constructors in org.jpos.security that throw ConfigurationException
BaseSMAdapter(Configuration cfg, Logger logger, String realm)
           
 

Uses of ConfigurationException in org.jpos.security.jceadapter
 

Methods in org.jpos.security.jceadapter that throw ConfigurationException
 void JCESecurityModule.setConfiguration(Configuration cfg)
          Configures a JCESecurityModule
 

Constructors in org.jpos.security.jceadapter that throw ConfigurationException
JCESecurityModule(Configuration cfg, Logger logger, String realm)
           
 

Uses of ConfigurationException in org.jpos.space
 

Methods in org.jpos.space that throw ConfigurationException
 void SpaceProxy.setConfiguration(Configuration cfg)
           
 

Uses of ConfigurationException in org.jpos.transaction
 

Methods in org.jpos.transaction that throw ConfigurationException
 TransactionParticipant TransactionManager.createParticipant(org.jdom.Element e)
           
protected  ArrayList TransactionManager.initGroup(org.jdom.Element e)
           
protected  void TransactionManager.initParticipants(org.jdom.Element config)
           
 void TransactionManager.initService()
           
protected  void TransactionManager.initStatusListeners(org.jdom.Element config)
           
 void TransactionManager.setConfiguration(Configuration cfg)
           
 

Uses of ConfigurationException in org.jpos.transaction.participant
 

Methods in org.jpos.transaction.participant that throw ConfigurationException
 void Delay.setConfiguration(Configuration cfg)
           
 void Forward.setConfiguration(Configuration cfg)
           
 void BSHTransactionParticipant.setConfiguration(org.jdom.Element e)
           
 void Join.setConfiguration(org.jdom.Element e)
           
 void BSHGroupSelector.setConfiguration(org.jdom.Element e)
           
 

Uses of ConfigurationException in org.jpos.util
 

Methods in org.jpos.util that throw ConfigurationException
 void FilterLogListener.setConfiguration(Configuration cfg)
           
 void FSDProtectedLogListener.setConfiguration(Configuration cfg)
          Configure this FSDProtectedLogListener
Properties:
[protect] blank separated list of fields to be protected [wipe] blank separated list of fields to be wiped [truncate] blank separated list of fields:length to be truncated
 void SysLogListener.setConfiguration(Configuration cfg)
           
 void DirPoll.setConfiguration(Configuration cfg)
          DirPool receives Configuration requests and pass along them to the underlying processor.
 void BufferedLogListener.setConfiguration(Configuration cfg)
           
 void ProtectedLogListener.setConfiguration(Configuration cfg)
          Configure this ProtectedLogListener
Properties:
[protect] blank separated list of fields to be protected [wipe] blank separated list of fields to be wiped
 void RotateLogListener.setConfiguration(Configuration cfg)
          Configure this RotateLogListener
Properties:
file base log filename [window] in seconds (default 0 - never rotate) [count] number of copies (default 0 == single copy) [maxsize] max log size in bytes (aprox)
 void DailyLogListener.setConfiguration(Configuration cfg)
           
 void ThreadPool.setConfiguration(Configuration cfg)
           
 



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