Uses of Class
org.serviceconnector.scmp.SCMPMessage
Packages that use SCMPMessage
Package
Description
-
Uses of SCMPMessage in org.serviceconnector.api.cln
Methods in org.serviceconnector.api.cln with parameters of type SCMPMessage -
Uses of SCMPMessage in org.serviceconnector.cache
Methods in org.serviceconnector.cache that return SCMPMessageModifier and TypeMethodDescriptionSCCache.tryGetMessageFromCacheOrLoad(SCMPMessage reqMessage) Try get message from cache.Methods in org.serviceconnector.cache with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidSCCache.cacheManagedData(SCMPMessage resMessage) Cache managed data.voidSCCache.cacheMessage(SCMPMessage reqMessage, SCMPMessage resMessage) Cache message.SCCache.tryGetMessageFromCacheOrLoad(SCMPMessage reqMessage) Try get message from cache. -
Uses of SCMPMessage in org.serviceconnector.call
Fields in org.serviceconnector.call declared as SCMPMessageModifier and TypeFieldDescriptionprotected SCMPMessageSCMPCallAdapter.requestMessageThe request message.protected SCMPMessageSCMPCallAdapter.responseMessageThe response message.Methods in org.serviceconnector.call that return SCMPMessageModifier and TypeMethodDescriptionISCMPCall.getRequest()Gets the call.SCMPCallAdapter.getRequest()Gets the call.ISCMPCall.getResponse()Gets the result.SCMPCallAdapter.getResponse()Gets the result.Constructors in org.serviceconnector.call with parameters of type SCMPMessageModifierConstructorDescriptionSCMPCallAdapter(IRequester requester, SCMPMessage messageToForward) Instantiates a new SCMPCallAdapter.SCMPCscAbortSubscriptionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMP csc abort subscription call.SCMPCscChangeSubscriptionCall(Requester requester, SCMPMessage msgToSend) Instantiates a new SCMP csc change subscription call.SCMPCscCreateSessionCall(IRequester req, SCMPMessage messageToForward) Instantiates a new SCMP csc create session call.SCMPCscDeleteSessionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new sCMP csc delete session call.SCMPCscExecuteCall(IRequester req, SCMPMessage msgToSend) Instantiates a new SCMP cascaded execute call.SCMPCscSubscribeCall(Requester requester, SCMPMessage msgToSend) Instantiates a new SCMP cascaded subscribe call.SCMPCscUnsubscribeCall(Requester requester, SCMPMessage msgToSend) Instantiates a new sCMP csc unsubscribe call.SCMPEchoCall(Requester requester, SCMPMessage msgToSend) Instantiates a new sCMP echo call.SCMPFileDownloadCall(Requester requester, SCMPMessage msgToForward) Instantiates a new sCMP file download call.SCMPFileListCall(Requester requester, SCMPMessage msgToForward) Instantiates a new sCMP file list call.SCMPFileUploadCall(Requester requester, SCMPMessage msgToForward) Instantiates a new sCMP file upload call.SCMPReceivePublicationCall(IRequester req, SCMPMessage msgToSend) Instantiates a new sCMP receive publication call.SCMPSrvAbortSessionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMP srv abort session call.SCMPSrvAbortSubscriptionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMP server abort subscription call.SCMPSrvChangeSubscriptionCall(IRequester requester, SCMPMessage receivedMessage) Instantiates a new SCMPSrvChangeSubscriptionCall.SCMPSrvCreateSessionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMPSrvCreateSessionCall.SCMPSrvDeleteSessionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMPSrvDeleteSessionCall.SCMPSrvExecuteCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMPSrvExecuteCall.SCMPSrvSubscribeCall(IRequester requester, SCMPMessage receivedMessage) Instantiates a new SCMPSrvSubscribeCall.SCMPSrvUnsubscribeCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMPSrvUnsubscribeCall. -
Uses of SCMPMessage in org.serviceconnector.cmd.casc
Methods in org.serviceconnector.cmd.casc with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidClnExecuteCommandCascCallback.receive(SCMPMessage reply) Callback.voidCommandCascCallback.receive(SCMPMessage reply) Callback.voidCscAbortSubscriptionCallbackForCasc.receive(SCMPMessage reply) Callback.voidCscAbortSubscriptionCommandCallback.receive(SCMPMessage reply) voidCscChangeSubscriptionActiveCascClientCallback.receive(SCMPMessage reply) Callback.voidCscChangeSubscriptionCallbackForCasc.receive(SCMPMessage reply) Receive.voidCscReceivePublicationCallback.receive(SCMPMessage reply) Callback.voidCscSubscribeActiveCascClientCallback.receive(SCMPMessage reply) Callback.voidCscSubscribeInactiveCascClientCallback.receive(SCMPMessage reply) Callback.voidCscUnsubscribeCallbackActiveCascClient.receive(SCMPMessage reply) Callback.voidCscUnsubscribeCommandCallback.receive(SCMPMessage reply) Receive. -
Uses of SCMPMessage in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc that return types with arguments of type SCMPMessageModifier and TypeMethodDescriptionprotected PublishMessageQueue<SCMPMessage>CommandAdapter.getPublishMessageQueueById(Subscription subscription) Gets the publish message queue by id.Methods in org.serviceconnector.cmd.sc with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidClnChangeSubscriptionCommandCallback.receive(SCMPMessage reply) Callback.voidClnUnsubscribeCommandCallback.receive(SCMPMessage reply) Callback.voidCreateSessionCommandCallback.receive(SCMPMessage reply) Callback.voidDeleteSessionCommandCallback.receive(SCMPMessage reply) Callback.voidExecuteCommandCallback.receive(SCMPMessage reply) Callback.voidSubscribeCommandCallback.receive(SCMPMessage reply) Callback. -
Uses of SCMPMessage in org.serviceconnector.log
Methods in org.serviceconnector.log with parameters of type SCMPMessageModifier and TypeMethodDescriptionstatic voidMessageLogger.logInputMessage(SCMPHeaderKey headlineKey, SCMPMessage message) produce the log for an input message.static voidMessageLogger.logOutputMessage(SCMPHeaderKey headlineKey, SCMPMessage message) produce the log for an output message. -
Uses of SCMPMessage in org.serviceconnector.net
Methods in org.serviceconnector.net with parameters of type SCMPMessageModifier and TypeMethodDescriptionFlyweightEncoderDecoderFactory.createEncoderDecoder(SCMPMessage message) New instance.booleanFlyweightEncoderDecoderFactory.isLarge(SCMPMessage message) Checks if is large. -
Uses of SCMPMessage in org.serviceconnector.net.connection
Methods in org.serviceconnector.net.connection with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidIConnection.send(SCMPMessage scmp, ISCMPMessageCallback callback) Send and receive asynchronous operation. -
Uses of SCMPMessage in org.serviceconnector.net.req
Methods in org.serviceconnector.net.req that return SCMPMessageModifier and TypeMethodDescriptionIRequest.getMessage()Gets the message.RequestAdapter.getMessage()Gets the message.Methods in org.serviceconnector.net.req with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidIRequester.send(SCMPMessage scmp, int timeoutMillis, ISCMPMessageCallback callback) Send and receive response asynchronous.voidRequester.send(SCMPMessage message, int timeoutMillis, ISCMPMessageCallback callback) Send and receive response asynchronous.voidSCRequester.send(SCMPMessage message, int timeoutMillis, ISCMPMessageCallback scmpCallback) Send and receive response asynchronous.voidIRequest.setMessage(SCMPMessage message) Sets the scmp message in the request.voidRequestAdapter.setMessage(SCMPMessage message) Sets the scmp message in the request. -
Uses of SCMPMessage in org.serviceconnector.net.req.netty
Methods in org.serviceconnector.net.req.netty with parameters of type SCMPMessageModifier and TypeMethodDescriptionabstract voidNettyConnectionAdpater.send(SCMPMessage scmp, ISCMPMessageCallback callback) Send and receive asynchronous operation. -
Uses of SCMPMessage in org.serviceconnector.net.req.netty.http
Methods in org.serviceconnector.net.req.netty.http with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidNettyHttpConnection.send(SCMPMessage scmp, ISCMPMessageCallback callback) Send and receive asynchronous operation. -
Uses of SCMPMessage in org.serviceconnector.net.req.netty.tcp
Methods in org.serviceconnector.net.req.netty.tcp with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidNettyTcpConnection.send(SCMPMessage scmp, ISCMPMessageCallback callback) Send and receive asynchronous operation. -
Uses of SCMPMessage in org.serviceconnector.net.res
Fields in org.serviceconnector.net.res declared as SCMPMessageMethods in org.serviceconnector.net.res that return SCMPMessageModifier and TypeMethodDescriptionIResponse.getSCMP()Gets the scmp.ResponseAdapter.getSCMP()Gets the scmp.Methods in org.serviceconnector.net.res with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidIResponse.setSCMP(SCMPMessage scmp) Sets the scmp.voidResponseAdapter.setSCMP(SCMPMessage scmp) Sets the scmp. -
Uses of SCMPMessage in org.serviceconnector.net.res.netty
Methods in org.serviceconnector.net.res.netty with parameters of type SCMPMessageModifier and TypeMethodDescriptionprotected voidNettyResponderRequestHandlerTask.sendBadRequestError(IResponse response, SCMPMessage scmpReq) Send bad request error. -
Uses of SCMPMessage in org.serviceconnector.scmp
Subclasses of SCMPMessage in org.serviceconnector.scmpModifier and TypeClassDescriptionclassThe Class SCMPCompositeReceiver.classThe Class SCMPCompositeSender.classService Connector Message Protocol.classThe Class SCMPMessageFault.classThe Class SCMPOffsetPart.classThe Class SCMPPart.Methods in org.serviceconnector.scmp that return SCMPMessageModifier and TypeMethodDescriptionSCMPCompositeSender.getCurrentPart()SCMPCompositeSender.getFirst()Gets the first part.ISCMPSynchronousCallback.getMessageSync(int timeoutMillis) Careful, be aware of timeout concept if you use this method.SCMPCompositeSender.getNext()Gets the next part.SCMPCompositeReceiver.getPollMessage()Gets the poll message.Methods in org.serviceconnector.scmp with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidSCMPCompositeReceiver.add(SCMPMessage message) Adds the part.voidISCMPMessageCallback.receive(SCMPMessage reply) Callback.voidISCMPSynchronousCallback.receive(SCMPMessage scmpReply) Callback.voidSCMPMessage.setHeader(SCMPMessage sourceMessage) Copies the header from another message.voidSCMPMessage.setHeader(SCMPMessage sourceMessage, SCMPHeaderAttributeKey headerType) Copies a header attribute from another message.Constructors in org.serviceconnector.scmp with parameters of type SCMPMessageModifierConstructorDescriptionSCMPCompositeReceiver(SCMPMessage request, SCMPMessage messagePart) Instantiates a new SCMPCompositeReceiver.SCMPCompositeSender(SCMPMessage message) Instantiates a new SCMPCompositeSender.SCMPMessage(SCMPMessage toCopyObject) Instantiates a new SCMP.SCMPOffsetPart(SCMPMessage message, int offset, int largeMessageLength) Instantiates a new SCMPOffsetPart. -
Uses of SCMPMessage in org.serviceconnector.server
Methods in org.serviceconnector.server that return SCMPMessageModifier and TypeMethodDescriptionFileServer.serverDownloadFile(FileSession session, SCMPMessage message, String remoteFileName, int timeoutSeconds) Server download file.FileServer.serverGetFileList(String path, String listScriptName, SCMPMessage reqMessage, int timeoutSeconds) Server get file list.FileServer.serverUploadFile(FileSession session, SCMPMessage message, String remoteFileName, int timeoutMillis) Server upload file.Methods in org.serviceconnector.server with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidStatefulServer.abortSessionAndWaitMech(int oti, SCMPMessage abortMessage, String reason, boolean abortSubscription) Abort session and wait mech.voidCascadedSC.cascadedSCAbortSubscription(CascadedClient cascClient, SCMPMessage msgToForward, ISubscriptionCallback callback, int timeoutMillis) Cascaded SC abort subscription.voidCascadedSC.cascadedSCChangeSubscription(CascadedClient cascClient, SCMPMessage msgToForward, ISubscriptionCallback callback, int timeoutMillis) Cascaded SC change subscription.voidCascadedSC.cascadedSCSubscribe(CascadedClient cascClient, SCMPMessage msgToForward, ISubscriptionCallback callback, int timeoutMillis) Cascaded SC subscribe.voidCascadedSC.cascadedSCUnsubscribe(CascadedClient cascClient, SCMPMessage msgToForward, ISubscriptionCallback callback, int timeoutMillis) Cascaded SC unsubscribe.voidStatefulServer.changeSubscription(SCMPMessage message, ISCMPMessageCallback callback, int timeoutMillis) Change subscription.voidCascadedSC.createSession(SCMPMessage msgToForward, ISCMPMessageCallback callback, int timeoutMillis) Creates the session.voidStatefulServer.createSession(SCMPMessage msgToForward, ISCMPMessageCallback callback, int timeoutMillis) Creates the session.voidCascadedSC.deleteSession(SCMPMessage msgToForward, ISCMPMessageCallback callback, int timeoutMillis) Delete session.voidStatefulServer.deleteSession(SCMPMessage message, ISCMPMessageCallback callback, int timeoutMillis) Delete session.voidCascadedSC.echo(SCMPMessage msgToForward, ISCMPMessageCallback callback, int timeoutMillis) Echo.voidCascadedSC.execute(SCMPMessage msgToForward, ISCMPMessageCallback callback, int timeoutMillis) Execute.voidStatefulServer.execute(SCMPMessage message, ISCMPMessageCallback callback, int timeoutMillis) Send data.voidCascadedSC.serverDownloadFile(SCMPMessage msgToForward, CommandCascCallback callback, int timeoutMillis) Server download file.FileServer.serverDownloadFile(FileSession session, SCMPMessage message, String remoteFileName, int timeoutSeconds) Server download file.voidCascadedSC.serverGetFileList(SCMPMessage msgToForward, CommandCascCallback callback, int timeoutMillis) Server get file list.FileServer.serverGetFileList(String path, String listScriptName, SCMPMessage reqMessage, int timeoutSeconds) Server get file list.voidCascadedSC.serverUploadFile(SCMPMessage msgToForward, CommandCascCallback callback, int timeoutMillis) Server upload file.FileServer.serverUploadFile(FileSession session, SCMPMessage message, String remoteFileName, int timeoutMillis) Server upload file.voidStatefulServer.subscribe(SCMPMessage msgToForward, ISCMPMessageCallback callback, int timeoutMillis) Subscribe.voidStatefulServer.unsubscribe(SCMPMessage message, ISCMPMessageCallback callback, int timeoutMillis) Unsubscribe. -
Uses of SCMPMessage in org.serviceconnector.service
Methods in org.serviceconnector.service that return types with arguments of type SCMPMessageModifier and TypeMethodDescriptionCascadedPublishService.getMessageQueue()Gets the subscription queue.IPublishService.getMessageQueue()Gets the subscription queue.PublishService.getMessageQueue()Gets the subscription queue.Methods in org.serviceconnector.service with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidSessionService.allocateServerAndCreateSession(SCMPMessage msgToForward, CreateSessionCommandCallback callback, Session session, int timeoutMillis) Allocate server and create session.voidPublishService.allocateServerAndSubscribe(SCMPMessage msgToForward, SubscribeCommandCallback callback, Subscription subscription, int timeoutMillis) Allocate server and subscribe.booleanSubscriptionMask.matches(SCMPMessage message) Matches.Constructor parameters in org.serviceconnector.service with type arguments of type SCMPMessageModifierConstructorDescriptionReceivePublicationTimeout(PublishMessageQueue<SCMPMessage> publishMessageQueue, int noDataIntervalMillis) Instantiates a new publish timer run. -
Uses of SCMPMessage in org.serviceconnector.util
Fields in org.serviceconnector.util with type parameters of type SCMPMessageModifier and TypeFieldDescriptionprotected final BlockingQueue<SCMPMessage>SynchronousCallback.answerQueue to store the answer.Methods in org.serviceconnector.util that return SCMPMessageModifier and TypeMethodDescriptionSynchronousCallback.getMessageSync(int timeoutMillis) Careful, be aware of timeout concept if you use this method.Methods in org.serviceconnector.util with parameters of type SCMPMessageModifier and TypeMethodDescriptionvoidSynchronousCallback.receive(SCMPMessage scmpReply) Callback.