Package org.serviceconnector.cmd.srv
Class ServerCommandFactory
java.lang.Object
org.serviceconnector.cmd.FlyweightCommandFactory
org.serviceconnector.cmd.srv.ServerCommandFactory
A factory for creating UnitServerCommand objects. Unifies all commands used by publish and session server.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.cmd.FlyweightCommandFactory
commands -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.serviceconnector.cmd.FlyweightCommandFactory
addCommand, getCommand
-
Constructor Details
-
ServerCommandFactory
public ServerCommandFactory()Instantiates a new server command factory.
-