Class Run
-
Field Summary
FieldsFields inherited from class DataAbstract
binding, journal, largeMessges, pagingFields inherited from class ActionAbstract
DEFAULT_BROKER_ACCEPTOR, DEFAULT_BROKER_URL, verbose -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ActionContext context) static booleanstatic voidsetEmbedded(boolean embedded) This will disable the System.exit at the end of the server.stop, as that means there are other things happening on the same VM.protected voidstop()voidverifyOlderLogging(File etc) Methods inherited from class LockAbstract
done, unlockMethods inherited from class DataAbstract
getBinding, getJournal, getLargeMessages, getPagingMethods inherited from class Configurable
getBrokerDTO, getConfiguration, getFileConfiguration, getManagementConfiguration, getManagementDTO, readConfiguration, treatErrorMethods inherited from class ActionAbstract
getActionContext, getBrokerConfiguration, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, getBrokerURLInstance, isVerbose, run, setHomeValues
-
Field Details
-
latchRunning
-
-
Constructor Details
-
Run
public Run()
-
-
Method Details
-
setEmbedded
public static void setEmbedded(boolean embedded) This will disable the System.exit at the end of the server.stop, as that means there are other things happening on the same VM. -
getEmbedded
public static boolean getEmbedded() -
execute
- Specified by:
executein interfaceAction- Overrides:
executein classLockAbstract- Throws:
Exception
-
stop
protected void stop() -
verifyOlderLogging
-