Uses of Class
org.serviceconnector.cmd.FlyweightCommandFactory
Packages that use FlyweightCommandFactory
Package
Description
-
Uses of FlyweightCommandFactory in org.serviceconnector.cmd.sc
Subclasses of FlyweightCommandFactory in org.serviceconnector.cmd.scModifier and TypeClassDescriptionclassA factory for creating ServiceConnectorCommand objects. -
Uses of FlyweightCommandFactory in org.serviceconnector.cmd.srv
Subclasses of FlyweightCommandFactory in org.serviceconnector.cmd.srvModifier and TypeClassDescriptionclassA factory for creating UnitServerCommand objects. -
Uses of FlyweightCommandFactory in org.serviceconnector.ctx
Methods in org.serviceconnector.ctx that return FlyweightCommandFactoryModifier and TypeMethodDescriptionstatic FlyweightCommandFactoryAppContext.getCommandFactory()Gets the command factory.Methods in org.serviceconnector.ctx with parameters of type FlyweightCommandFactoryModifier and TypeMethodDescriptionstatic voidAppContext.initCommands(FlyweightCommandFactory commandFactory) Initializes the commands.