Class StreamLibDeployer
java.lang.Object
com.swiftmq.swiftlet.queue.MessageProcessor
com.swiftmq.impl.streams.StreamLibDeployer
- All Implemented Interfaces:
com.swiftmq.swiftlet.threadpool.AsyncTask, Runnable
public class StreamLibDeployer
extends com.swiftmq.swiftlet.queue.MessageProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanisValid()static StringloadAsString(File f) voidvoidprocessMessage(com.swiftmq.swiftlet.queue.MessageEntry entry) voidremoveStreamLibs(String fqn) voidrun()voidstop()toString()Methods inherited from class com.swiftmq.swiftlet.queue.MessageProcessor
createBulkBuffer, getBulkBuffer, getCurrentBulkSize, getMaxBulkSize, getReceiverId, getRegistrationId, getRegistrationTime, getSelector, getTimeout, getTransactionId, getViewId, isAutoCommit, isBulkMode, processMessages, reset, setAutoCommit, setBulkMode, setCurrentBulkSize, setReceiverId, setRegistrationId, setRegistrationTime, setTransactionId, setViewId
-
Constructor Details
-
StreamLibDeployer
- Throws:
Exception
-
-
Method Details
-
isValid
public boolean isValid() -
processMessage
public void processMessage(com.swiftmq.swiftlet.queue.MessageEntry entry) - Specified by:
processMessagein classcom.swiftmq.swiftlet.queue.MessageProcessor
-
processException
- Specified by:
processExceptionin classcom.swiftmq.swiftlet.queue.MessageProcessor
-
getDispatchToken
- Specified by:
getDispatchTokenin interfacecom.swiftmq.swiftlet.threadpool.AsyncTask- Overrides:
getDispatchTokenin classcom.swiftmq.swiftlet.queue.MessageProcessor
-
getDescription
- Specified by:
getDescriptionin interfacecom.swiftmq.swiftlet.threadpool.AsyncTask- Overrides:
getDescriptionin classcom.swiftmq.swiftlet.queue.MessageProcessor
-
loadAsString
-
removeStreamLibs
-
run
-
stop
public void stop()- Specified by:
stopin interfacecom.swiftmq.swiftlet.threadpool.AsyncTask- Overrides:
stopin classcom.swiftmq.swiftlet.queue.MessageProcessor
-
close
public void close() -
toString
-