Uses of Interface
com.iizix.prop.IPropMgrInfoProvider
Packages that use IPropMgrInfoProvider Package Description com.iizix.prop com.iizix.server.app Uses of IPropMgrInfoProvider in com.iizix.prop
Classes in com.iizix.prop that implement IPropMgrInfoProvider Modifier and Type Class Description class
PropMgrInfoProviderAdapter
Abstract adapter for the Property Manager Information Provider.Methods in com.iizix.prop that return IPropMgrInfoProvider Modifier and Type Method Description IPropMgrInfoProvider
PropMgr. getProvider()
Returns the information provider.Methods in com.iizix.prop with parameters of type IPropMgrInfoProvider Modifier and Type Method Description void
PropMgr. setProvider(IPropMgrInfoProvider provider)
Sets the information provider for the Property Manager.Uses of IPropMgrInfoProvider in com.iizix.server.app
Classes in com.iizix.server.app that implement IPropMgrInfoProvider Modifier and Type Class Description class
AppFactory
The application factory contains the application that should be run.