Class DataAbstract
- java.lang.Object
-
- org.apache.activemq.artemis.cli.commands.ActionAbstract
-
- org.apache.activemq.artemis.cli.commands.Configurable
-
- org.apache.activemq.artemis.cli.commands.tools.DataAbstract
-
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
LockAbstract
public abstract class DataAbstract extends Configurable
Abstract class for places where you need bindings, journal paging and large messages configuration
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringbindingjava.lang.Stringjournaljava.lang.StringlargeMessgesjava.lang.Stringpaging-
Fields inherited from class org.apache.activemq.artemis.cli.commands.Configurable
global
-
Fields inherited from class org.apache.activemq.artemis.cli.commands.ActionAbstract
DEFAULT_BROKER_ACCEPTOR, DEFAULT_BROKER_URL, verbose
-
-
Constructor Summary
Constructors Constructor Description DataAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBinding()java.lang.StringgetJournal()java.lang.StringgetLargeMessages()java.lang.StringgetPaging()-
Methods inherited from class org.apache.activemq.artemis.cli.commands.Configurable
getBrokerDTO, getConfiguration, getFileConfiguration, getManagementConfiguration, getManagementDTO, helpGroup, readConfiguration, treatError
-
Methods inherited from class org.apache.activemq.artemis.cli.commands.ActionAbstract
checkOptions, execute, getActionContext, getBrokerConfiguration, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, getBrokerURLInstance, isVerbose, setHomeValues
-
-
-
-
Method Detail
-
getLargeMessages
public java.lang.String getLargeMessages() throws java.lang.Exception- Throws:
java.lang.Exception
-
getBinding
public java.lang.String getBinding() throws java.lang.Exception- Throws:
java.lang.Exception
-
getJournal
public java.lang.String getJournal() throws java.lang.Exception- Throws:
java.lang.Exception
-
getPaging
public java.lang.String getPaging() throws java.lang.Exception- Throws:
java.lang.Exception
-
-