Uses of Class
org.serviceconnector.cmd.SCMPCommandException
Packages that use SCMPCommandException
Package
Description
-
Uses of SCMPCommandException in org.serviceconnector.cache
Methods in org.serviceconnector.cache that throw SCMPCommandExceptionModifier and TypeMethodDescriptionSCCache.tryGetMessageFromCacheOrLoad(SCMPMessage reqMessage) Try get message from cache. -
Uses of SCMPCommandException in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc that throw SCMPCommandExceptionModifier and TypeMethodDescriptionprotected ServiceCommandAdapter.getService(String serviceName) Gets the service.protected SessionCommandAdapter.getSessionById(String sessionId) Gets the session by id.DeRegisterServerCommand.getStatefulServerByName(String key) Gets the stateful server by name.protected StatefulServiceCommandAdapter.getStatefulService(String serviceName) Gets the stateful service.protected SubscriptionCommandAdapter.getSubscriptionById(String subscriptionId) Gets the subscription by id.voidCheckRegistrationCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.protected FileServiceCommandAdapter.validateFileService(String serviceName) Validate file service.protected PublishServiceCommandAdapter.validatePublishService(String serviceName) Validate publish service.protected PublishServiceCommandAdapter.validatePublishService(Service service) Validate publish service. -
Uses of SCMPCommandException in org.serviceconnector.cmd.srv
Methods in org.serviceconnector.cmd.srv that throw SCMPCommandExceptionModifier and TypeMethodDescriptionprotected SrvPublishServiceSrvCommandAdapter.getSrvPublishServiceByServiceName(String serviceName) Gets the srv publish service by service name.protected SrvServiceSrvCommandAdapter.getSrvServiceByServiceName(String serviceName) Gets the srv service by service name.protected SrvSessionServiceSrvCommandAdapter.getSrvSessionServiceByServiceName(String serviceName) Gets the srv session service by service name.voidSrvAbortSessionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvAbortSubscriptionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.voidSrvChangeSubscriptionCommand.run(IRequest request, IResponse response, IResponderCallback responderCallback) Run command.