Uses of Interface
org.serviceconnector.cmd.ICommand
Packages that use ICommand
Package
Description
-
Uses of ICommand in org.serviceconnector.cmd
Fields in org.serviceconnector.cmd with type parameters of type ICommandModifier and TypeFieldDescriptionFlyweightCommandFactory.commandsThe map stores base instances by a key.Methods in org.serviceconnector.cmd that return ICommandModifier and TypeMethodDescriptionFlyweightCommandFactory.getCommand(SCMPMsgType key) Gets the command.Methods in org.serviceconnector.cmd with parameters of type ICommandModifier and TypeMethodDescriptionvoidFlyweightCommandFactory.addCommand(SCMPMsgType messageType, ICommand command) Adds the command. -
Uses of ICommand in org.serviceconnector.cmd.sc
Classes in org.serviceconnector.cmd.sc that implement ICommandModifier and TypeClassDescriptionclassThe Class AttachCommand.classThe Class CheckRegistrationCommand.classThe Class ClnChangeSubscriptionCommand.classThe Class ClnCreateSessionCommand.classThe Class ClnDeleteSessionCommand.classThe Class ClnExecuteCommand.classThe Class ClnSubscribeCommand.classThe Class ClnUnsubscribeCommand.classThe Class CommandAdapter.classThe Class CscAbortSubscriptionCommand.classThe Class CscChangeSubscriptionCommand.classThe Class CscCreateSessionCommand.classThe Class CscDeleteSessionCommand.classThe Class CscExecuteCommand.classThe Class CscSubscribeCommand.classThe Class ClnUnsubscribeCommand.classThe Class DeRegisterServerCommand.classThe Class DetachCommand.classThe Class EchoCommand.classThe Class FileDownloadCommand.classThe Class FileListCommand.classThe Class FileUploadCommand.classThe Class InspectCommand.classThe Class ManageCommand.classThe Class PublishCommand.classThe Class ReceivePublicationCommand.classThe Class RegisterServerCommand. -
Uses of ICommand in org.serviceconnector.cmd.srv
Classes in org.serviceconnector.cmd.srv that implement ICommandModifier and TypeClassDescriptionclassThe Class SrvAbortSessionCommand.classThe Class SrvAbortSubscriptionCommand.classThe Class SrvChangeSubscriptionCommand.classThe Class SrvCommandAdapter.classThe Class SrvCreateSessionCommand.classThe Class SrvDeleteSessionCommand.classThe Class SrvExecuteCommand.classThe Class SrvSubscribeCommand.classThe Class SrvUnsubscribeCommand.