Uses of Interface
org.jpos.core.Configurable

Packages that use Configurable
org.jpos.bsh   
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.q2.security   
org.jpos.q2.ui   
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 Configurable in org.jpos.bsh
 

Classes in org.jpos.bsh that implement Configurable
 class BSHFilter
          BSHFilter - BeanShell based filter
 class BSHLogListener
          This is a log listener that reads its actions from Bean Shell scripts.
 class BSHRequestListener
          BSHRequestListener - BeanShell based request listener
 

Uses of Configurable in org.jpos.iso
 

Classes in org.jpos.iso that implement Configurable
 class BaseChannel
          ISOChannel is an abstract class that provides functionality that allows the transmision and reception of ISO 8583 Messages over a TCP/IP session.
 class Connector
          Connector implements ISORequestListener and forward all incoming messages to a given destination MUX, or Channel handling back responses
 class ISOBaseValidator
          Base Validator class for jPOS composed ISOComponents (ISOMsg).
 class ISOFieldValidator
          Validator for ISOField components.
 class ISOMsgFieldValidator
          Validator for composed fields.
 class ISOServer
          Accept ServerChannel sessions and forwards them to ISORequestListeners
 class IVA_ALPHANUM
          Validator for ASCII alphanumeric fields.
 class IVA_ALPHANUMNOBLANK
          Validator for ASCII alphanumeric no-blank filled fields.
 class IVA_ALPHANUMNOZERO
          Validator for no zero-filled fields.
 class IVA_ALPHANUMNOZERO_NOBLANK
          Validator for ASCII alphanum no-zero no-blank filled fields.
 class IVA_NUM
          Validator for ASCII numeric fields.
 class IVA_NUMNOZERO
          Validator for ASCII numeric and no-zero filled fields.
 class SunJSSESocketFactory
          SunJSSESocketFactory is used by BaseChannel and ISOServer in order to provide hooks for SSL implementations.
 

Uses of Configurable in org.jpos.iso.channel
 

Classes in org.jpos.iso.channel that implement Configurable
 class AmexChannel
          ISOChannel implementation - American Express
 class ASCIIChannel
          ISOChannel implementation suitable for OASIS Ltd © hosts
(four ASCII characters header indicating message length)
 class BASE24Channel
          Implements an ISOChannel capable to exchange messages with ACI's BASE24[tm] over an X.25 link.
 class BASE24TCPChannel
          Implements an ISOChannel able to exchange messages with ACI's BASE24 over a TCP link, modified from BASE24ISOChannel by Victor A.
 class BCDChannel
          Talks with TCP based NCCs Sends [LEN][TPDU][ISOMSG] (len=2 bytes HEX)
 class ChannelPool
           
 class CSChannel
          ISOChannel implementation - CS standard Channel
We at CS, have used the so called ISOChannels for a long time.
 class FSDChannel
           
 class GZIPChannel
          ISOChannel implementation.
 class HEXChannel
          Sends a four ASCII hex characters indicating message length (up to 0xffff)
 class LogChannel
          Extracts <isomsg> blocks from standard jPOS log
 class NACChannel
          Talks with TCP based NACs Sends [LEN][TPDU][ISOMSG] (len=2 bytes network byte order)
 class NCCChannel
          Talks with TCP based NCCs Sends [LEN][TPDU][ISOMSG] (len=2 bytes BCD)
 class PADChannel
          Implements an ISOChannel suitable to be used to connect to an X.25 PAD.
 class PostChannel
          ISOChannel implementation - Postilion Channel Send packet len (2 bytes network byte order MSB/LSB) followed by raw data.
 class RawChannel
          ISOChannel implementation - RAW Channel Send packet len (4 bytes network byte order) followed by raw data.
 class RBPChannel
          Implements Record Boundary Preservation protocol
 class TelnetXMLChannel
          Implements an ISOChannel able to exchange jPOS generated (or compliant) XML based ISO-8583 messages through a Telnet session the telnet commands are simply ignored.
 class VAPChannel
          ISOChannel implementation - VISA's VAP framing
 class X25Channel
          Implements an ISOChannel suitable to be used to connect to an X.25 PAD.
 class XMLChannel
          Implements an ISOChannel able to exchange jPOS generated (or compliant) XML based ISO-8583 messages
 

Uses of Configurable in org.jpos.iso.filter
 

Classes in org.jpos.iso.filter that implement Configurable
 class ChannelInfoFilter
          ChannelInfoFilter sets information about the channel in the outgoing/incoming ISOMsg
 class DelayFilter
          DelayFilter can be used in order to slow down an ISOChannel.
 class MacroFilter
          MacroFilter useful to set sequencers, date, unset iso fields, etc.
 class MD5Filter
          Computes an MD5 based Message Authentication Code on outgoing messages and checks that MAC on incoming ones.
 class StatefulFilter
          Filter that maintains some fields of arriving messages in one direction and put that fields in the message going in the oposite direction that is the answer, based on a key formed by some fields.
 class ThroughputControlFilter
           
 class XSLTFilter
          Implements ISOFilter by means of XSL-Transformations
 

Uses of Configurable in org.jpos.iso.packager
 

Classes in org.jpos.iso.packager that implement Configurable
 class GenericPackager
           GenericPackager uses an XML config file to describe the layout of an ISOMessage The general format is as follows <isopackager> <isofield id="[field id]" name="[field name]" length="[max field length]" class="[org.jpos.iso.IF_*]" pad="true|false"> </isofield> ...
 class GenericSubFieldPackager
          GenericSubFieldPackager Used to pack composite SubFields from the GenericPackager
 class GenericValidatingPackager
          Generic Packager that configure validators too.
 class PackagerWrapper
          Wrapper on standard packager
 class X92GenericPackager
           
 

Uses of Configurable in org.jpos.iso.validator
 

Classes in org.jpos.iso.validator that implement Configurable
 class MSGTEST
          Tester to validate msg.
 class MSGTEST02
          VALIDATES FIELD INTERDEPENDENCY.
 class TEST0100
          ONLY TEST PURPOSE.
 

Uses of Configurable in org.jpos.q2
 

Classes in org.jpos.q2 that implement Configurable
 class QBeanSupport
           
 

Uses of Configurable in org.jpos.q2.iso
 

Classes in org.jpos.q2.iso that implement Configurable
 class ChannelAdaptor
           
 class ContextMaker
          A utility QBean to provide the ability to monitor an 'in' queue for items that will be placed in Context, along with any specified context-values and then place on the 'out' queue - for a TransactionManager to process.
 class DailyTaskAdaptor
          DailyTask Adaptor
 class DirPollAdaptor
          DirPoll Adaptor
 class MultiSessionChannelAdaptor
           
 class MUXPool
           
 class OneShotChannelAdaptor
          OneShotChannelAdaptor connects and disconnects a channel for every message exchange.
 class QMUX
           
 class QMUXProxy
          RMI QMUX Proxy
 class QMUXProxyAdaptor
          Remote Space Proxy Adaptor.
 class QServer
          ISO Server wrapper.
 class TaskAdaptor
          Task Adaptor
 

Uses of Configurable in org.jpos.q2.qbean
 

Classes in org.jpos.q2.qbean that implement Configurable
 class BSH
           
 class LoggerAdaptor
           
 class QBeanFactory
           
 class QExec
          QBean for starting and stopping scripts or programs.
 class Shutdown
           
 class SpaceAdaptor
          Space Adaptor
 class SpaceLet
           
 class SpaceProxyAdaptor
          Remote Space Proxy Adaptor.
 class SystemMonitor
          Periodically dumps Thread and memory usage
 

Uses of Configurable in org.jpos.q2.security
 

Classes in org.jpos.q2.security that implement Configurable
 class KeyStoreAdaptor
          KeyStoreAdaptor Sample Configuration
 class SMAdaptor
          SMAdaptor Adaptor Sample Configuration
 

Uses of Configurable in org.jpos.q2.ui
 

Classes in org.jpos.q2.ui that implement Configurable
 class UI
           
 

Uses of Configurable in org.jpos.security
 

Classes in org.jpos.security that implement Configurable
 class BaseSMAdapter
           Provides base functionality for the actual Security Module Adapter.
 class SimpleKeyFile
          Implements SecureKeyStore using a properties file.
 

Uses of Configurable in org.jpos.security.jceadapter
 

Classes in org.jpos.security.jceadapter that implement Configurable
 class JCESecurityModule
           JCESecurityModule is an implementation of a security module in software.
 

Uses of Configurable in org.jpos.space
 

Classes in org.jpos.space that implement Configurable
 class SpaceProxy
          RMI Space Proxy
 

Uses of Configurable in org.jpos.transaction
 

Classes in org.jpos.transaction that implement Configurable
 class TransactionManager
           
 

Uses of Configurable in org.jpos.transaction.participant
 

Classes in org.jpos.transaction.participant that implement Configurable
 class CheckPoint
           
 class Delay
           
 class Forward
           
 class HasEntry
          HasEntry is a general purpose GroupSelector that can be used to verify that a given object is available in the context.
 class Trace
           
 

Uses of Configurable in org.jpos.util
 

Classes in org.jpos.util that implement Configurable
 class BufferedLogListener
           
 class DailyLogListener
          Rotates log daily and compress the prevoius log.
 class DirPoll
          DirPoll operates on a set of directories which defaults to request response tmp run bad archive scanning for incoming requests (of varying priorities) on the request directory and processing them by means of DirPoll.Processor or DirPoll.FileProcessor
 class FilterLogListener
          A specific log listener that filters logs based on their priorities, priorities are ordered as follows: TRACE < DEBUG < INFO < WARN < ERROR < FATAL default priority is Log.INFO
 class FSDProtectedLogListener
          Protects selected fields from LogEvents.
 class ProtectedLogListener
          Protects selected fields from LogEvents.
 class RotateLogListener
          Rotates logs
 class SysLogListener
          SysLog Listener see www.ietf.org/rfc/rfc3164.txt
 class ThreadPool
          Implements a ThreadPool with the ability to run simple Runnable tasks as well as Jobs (supervised Runnable tasks)
 



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