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 classPropMgrInfoProviderAdapterAbstract adapter for the Property Manager Information Provider.Methods in com.iizix.prop that return IPropMgrInfoProvider Modifier and Type Method Description IPropMgrInfoProviderPropMgr. getProvider()Returns the information provider.Methods in com.iizix.prop with parameters of type IPropMgrInfoProvider Modifier and Type Method Description voidPropMgr. 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 classAppFactoryThe application factory contains the application that should be run.