Search in sources :

Example 6 with Version

use of com.sun.messaging.jmq.Version in project openmq by eclipse-ee4j.

the class DestinationManagerConfig method initProps.

private void initProps() {
    brokerProps = Globals.getConfig().toProperties();
    Version version = Globals.getVersion();
    brokerProps.putAll(version.getProps());
}
Also used : Version(com.sun.messaging.jmq.Version)

Example 7 with Version

use of com.sun.messaging.jmq.Version in project openmq by eclipse-ee4j.

the class ClusterConfig method initProps.

private void initProps() {
    brokerProps = Globals.getConfig().toProperties();
    Version version = Globals.getVersion();
    brokerProps.putAll(version.getProps());
}
Also used : Version(com.sun.messaging.jmq.Version)

Example 8 with Version

use of com.sun.messaging.jmq.Version in project openmq by eclipse-ee4j.

the class UserMgr method printVersion.

private static void printVersion() {
    Version version = new Version();
    Output.stdOutPrintln(version.getVersion());
    Output.stdOutPrintln(br.getString(br.I_JAVA_VERSION) + System.getProperty("java.version") + " " + System.getProperty("java.vendor") + " " + System.getProperty("java.home"));
}
Also used : Version(com.sun.messaging.jmq.Version)

Example 9 with Version

use of com.sun.messaging.jmq.Version in project openmq by eclipse-ee4j.

the class ObjMgr method printBanner.

/*
     * private static void previewCommands(ObjMgrProperties objMgrProps) { Globals.stdOutPrintln("Preview mode", true); }
     */
/**
 * Print banner. XXX REVISIT 07/26/00 nakata: Add build number to M_BANNER
 */
private static void printBanner() {
    Version version = new Version(false);
    Globals.stdOutPrintln(version.getBanner(false));
}
Also used : Version(com.sun.messaging.jmq.Version)

Example 10 with Version

use of com.sun.messaging.jmq.Version in project openmq by eclipse-ee4j.

the class ObjMgr method printVersion.

private static void printVersion() {
    Version version = new Version(false);
    Globals.stdOutPrintln(version.getVersion());
    Globals.stdOutPrintln(ar.getString(ar.I_JAVA_VERSION) + System.getProperty("java.version") + " " + System.getProperty("java.vendor") + " " + System.getProperty("java.home"));
    Globals.stdOutPrintln(ar.getString(ar.I_JAVA_CLASSPATH) + System.getProperty("java.class.path"));
}
Also used : Version(com.sun.messaging.jmq.Version)

Aggregations

Version (com.sun.messaging.jmq.Version)17 LabelValuePanel (com.sun.messaging.jmq.admin.apps.console.util.LabelValuePanel)1 LabelledComponent (com.sun.messaging.jmq.admin.apps.console.util.LabelledComponent)1 Queue (com.sun.messaging.jmq.jmsserver.core.Queue)1 BrokerException (com.sun.messaging.jmq.jmsserver.util.BrokerException)1 JMSException (jakarta.jms.JMSException)1 ResourceAdapterInternalException (jakarta.resource.spi.ResourceAdapterInternalException)1 Color (java.awt.Color)1 GridBagConstraints (java.awt.GridBagConstraints)1 GridBagLayout (java.awt.GridBagLayout)1 Insets (java.awt.Insets)1 HashSet (java.util.HashSet)1 Iterator (java.util.Iterator)1 Properties (java.util.Properties)1 Set (java.util.Set)1 JLabel (javax.swing.JLabel)1 JPanel (javax.swing.JPanel)1 JScrollPane (javax.swing.JScrollPane)1 JSeparator (javax.swing.JSeparator)1 JTextArea (javax.swing.JTextArea)1