|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Profile | |
jpos.loader | |
jpos.loader.simple | |
jpos.profile |
Uses of Profile in jpos.loader |
Methods in jpos.loader that return Profile | |
Profile |
JposServiceManager.loadProfile(java.lang.String xmlProfileFileName)
Tries to load the Profile by specified in the file. |
Uses of Profile in jpos.loader.simple |
Methods in jpos.loader.simple that return Profile | |
Profile |
SimpleServiceManager.loadProfile(java.lang.String xmlProfileFileName)
Tries to load the Profile by specified in the file. |
Uses of Profile in jpos.profile |
Classes in jpos.profile that implement Profile | |
(package private) class |
DefaultProfile
Defines a Profile which is an abstract definition of a set of JposEntry objects and each entry's required set of properties |
Methods in jpos.profile that return Profile | |
Profile |
PropInfo.getProfile()
|
Profile |
DefaultProfileRegistry.getProfile(java.lang.String profileName)
|
Profile |
DefaultPropInfo.getProfile()
|
Profile |
DefaultDevCatInfo.getProfile()
|
(package private) Profile |
XercesProfileFactory.load(java.lang.String xmlFileName)
Loads the Profile specified in the xmlFileName as a Profile object |
Profile |
XercesProfileFactory.createProfile(java.lang.String xmlProfileFileName)
|
Profile |
ProfileFactory.createProfile(java.lang.String xmlProfileFileName)
|
Profile |
DevCatInfo.getProfile()
|
Profile |
ProfileRegistry.getProfile(java.lang.String profileName)
|
Methods in jpos.profile with parameters of type Profile | |
boolean |
DefaultProfileRegistry.hasProfile(Profile profile)
|
void |
DefaultProfileRegistry.addProfile(Profile profile)
Add an Profile for the service with logical name specified |
void |
DefaultProfileRegistry.addProfile(java.lang.String profileName,
Profile profile)
Add an Profile for the service with logical name specified |
void |
DefaultProfileRegistry.removeProfile(Profile profile)
Removes the specified Profile |
boolean |
ProfileRegistry.hasProfile(Profile profile)
|
void |
ProfileRegistry.addProfile(Profile profile)
Add an Profile for the service with logical name specified |
void |
ProfileRegistry.addProfile(java.lang.String profileName,
Profile profile)
Add an Profile for the service with logical name specified |
void |
ProfileRegistry.removeProfile(Profile profile)
Removes the specified Profile |
Constructors in jpos.profile with parameters of type Profile | |
DefaultPropInfo(java.lang.String name,
Profile profile)
Creates a PropInfo with name and profile passed |
|
DefaultDevCatInfo(Profile profile,
DevCat devCat)
Creates a DevCatInfo with the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |