|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| 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.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 Configuration in org.jpos.bsh |
|---|
| Fields in org.jpos.bsh declared as Configuration | |
|---|---|
protected Configuration |
BSHLogListener.cfg
Holds the configuration for this object |
| Methods in org.jpos.bsh with parameters of type Configuration | |
|---|---|
void |
BSHRequestListener.setConfiguration(Configuration cfg)
|
void |
BSHLogListener.setConfiguration(Configuration cfg)
|
void |
BSHFilter.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.core |
|---|
| Classes in org.jpos.core that implement Configuration | |
|---|---|
class |
SimpleConfiguration
|
class |
SubConfiguration
SubConfiguration objects lets childs objects access attributes in its parent object with a given prefix, for example "child.". |
| Fields in org.jpos.core declared as Configuration | |
|---|---|
protected Configuration |
SubConfiguration.cfg
Parent Configuration |
| Methods in org.jpos.core that return Configuration | |
|---|---|
Configuration |
ReadableConfiguration.getConfiguration()
|
| Methods in org.jpos.core with parameters of type Configuration | |
|---|---|
void |
SubConfiguration.setConfiguration(Configuration newCfg)
Sets the container configuration. |
void |
Configurable.setConfiguration(Configuration cfg)
|
| Constructors in org.jpos.core with parameters of type Configuration | |
|---|---|
SubConfiguration(Configuration cfg,
String prefix)
Creates a new SubConfiguration from its parent's Configuration and the a given prefix. |
|
| Uses of Configuration in org.jpos.iso |
|---|
| Fields in org.jpos.iso declared as Configuration | |
|---|---|
protected Configuration |
ISOServer.cfg
|
protected Configuration |
ISOFieldValidator.cfg
|
protected Configuration |
ISOBaseValidator.cfg
|
| Methods in org.jpos.iso that return Configuration | |
|---|---|
Configuration |
BaseChannel.getConfiguration()
|
Configuration |
SunJSSESocketFactory.getConfiguration()
|
| Methods in org.jpos.iso with parameters of type Configuration | |
|---|---|
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 Configuration in org.jpos.iso.channel |
|---|
| Methods in org.jpos.iso.channel with parameters of type Configuration | |
|---|---|
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 Configuration in org.jpos.iso.filter |
|---|
| Methods in org.jpos.iso.filter with parameters of type Configuration | |
|---|---|
void |
MacroFilter.setConfiguration(Configuration cfg)
|
void |
ThroughputControlFilter.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)
|
void |
DelayFilter.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.iso.packager |
|---|
| Fields in org.jpos.iso.packager declared as Configuration | |
|---|---|
protected Configuration |
PackagerWrapper.cfg
|
| Methods in org.jpos.iso.packager with parameters of type Configuration | |
|---|---|
void |
PackagerWrapper.setConfiguration(Configuration cfg)
requires inner-packager property |
void |
GenericPackager.setConfiguration(Configuration cfg)
Packager Configuration. |
| Uses of Configuration in org.jpos.iso.validator |
|---|
| Methods in org.jpos.iso.validator with parameters of type Configuration | |
|---|---|
void |
TEST0100.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.q2 |
|---|
| Fields in org.jpos.q2 declared as Configuration | |
|---|---|
protected Configuration |
QBeanSupport.cfg
|
| Methods in org.jpos.q2 that return Configuration | |
|---|---|
Configuration |
QBeanSupport.getConfiguration()
|
Configuration |
QFactory.getConfiguration(org.jdom.Element e)
|
| Methods in org.jpos.q2 with parameters of type Configuration | |
|---|---|
void |
QBeanSupport.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.q2.iso |
|---|
| Methods in org.jpos.q2.iso with parameters of type Configuration | |
|---|---|
void |
ContextMaker.setConfiguration(Configuration cfg)
|
void |
QMUXProxy.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.security |
|---|
| Fields in org.jpos.security declared as Configuration | |
|---|---|
protected Configuration |
BaseSMAdapter.cfg
|
| Methods in org.jpos.security with parameters of type Configuration | |
|---|---|
void |
BaseSMAdapter.setConfiguration(Configuration cfg)
|
void |
SimpleKeyFile.setConfiguration(Configuration cfg)
|
| Constructors in org.jpos.security with parameters of type Configuration | |
|---|---|
BaseSMAdapter(Configuration cfg,
Logger logger,
String realm)
|
|
| Uses of Configuration in org.jpos.security.jceadapter |
|---|
| Methods in org.jpos.security.jceadapter with parameters of type Configuration | |
|---|---|
void |
JCESecurityModule.setConfiguration(Configuration cfg)
Configures a JCESecurityModule |
| Constructors in org.jpos.security.jceadapter with parameters of type Configuration | |
|---|---|
JCESecurityModule(Configuration cfg,
Logger logger,
String realm)
|
|
| Uses of Configuration in org.jpos.space |
|---|
| Methods in org.jpos.space with parameters of type Configuration | |
|---|---|
void |
SpaceProxy.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.transaction |
|---|
| Methods in org.jpos.transaction with parameters of type Configuration | |
|---|---|
void |
TransactionManager.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.transaction.participant |
|---|
| Methods in org.jpos.transaction.participant with parameters of type Configuration | |
|---|---|
void |
Trace.setConfiguration(Configuration cfg)
|
void |
Delay.setConfiguration(Configuration cfg)
|
void |
HasEntry.setConfiguration(Configuration cfg)
|
void |
Forward.setConfiguration(Configuration cfg)
|
void |
CheckPoint.setConfiguration(Configuration cfg)
|
| Uses of Configuration in org.jpos.util |
|---|
| Methods in org.jpos.util with parameters of type Configuration | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||