|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpos.loader.JposServiceLoader
The JavaPOS JposServiceLoader class. It creates an instance of the installed JposServiceFactory or default to the SimpleServiceFactory and is used by the controls to create JposServiceConnection object that are used to bind the controls to the actual loaded services. Modification history
Constructor Summary | |
JposServiceLoader()
|
Method Summary | |
(package private) static void |
Static initializer. |
static JposServiceConnection |
findService(java.lang.String logicalName)
|
static JposServiceManager |
getManager()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JposServiceLoader()
Method Detail |
static void()
JposPropertiesConst.JPOS_SERVICE_MANAGER_CLASS_PROP_NAME
,
JposPropertiesConst.JPOS_SERVICE_MANAGER_CLASS_PROP_NAME2
,
SimpleServiceManager
public static JposServiceConnection findService(java.lang.String logicalName) throws jpos.JposException
logicalName
- the logical name of the service to findjpos.JposException
- if any error occurspublic static JposServiceManager getManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |