Class ExportStreamManager
- java.lang.Object
-
- org.apache.activemq.console.command.store.ExportStreamManager
-
public class ExportStreamManager extends Object
- Author:
- Hiram Chirino
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finish()
void
store_map_entry(MapEntryPB.Getter value)
void
store_message(MessagePB.Getter value)
void
store_queue(QueuePB.Getter value)
void
store_queue_entry(QueueEntryPB.Getter value)
-
-
-
Method Detail
-
finish
public void finish() throws IOException
- Throws:
IOException
-
store_queue
public void store_queue(QueuePB.Getter value) throws IOException
- Throws:
IOException
-
store_queue_entry
public void store_queue_entry(QueueEntryPB.Getter value) throws IOException
- Throws:
IOException
-
store_message
public void store_message(MessagePB.Getter value) throws IOException
- Throws:
IOException
-
store_map_entry
public void store_map_entry(MapEntryPB.Getter value) throws IOException
- Throws:
IOException
-
-