Uses of Interface
org.apache.activemq.artemis.core.version.Version
-
-
Uses of Version in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type Version Modifier and Type Method Description SessionContextActiveMQClientProtocolManager. createSessionContext(Version clientVersion, String name, String username, String password, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, int minLargeMessageSize, int confirmationWindowSize, String clientID) -
Uses of Version in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return Version Modifier and Type Method Description VersionActiveMQServer. getVersion() -
Uses of Version in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return Version Modifier and Type Method Description VersionActiveMQServerImpl. getVersion() -
Uses of Version in org.apache.activemq.artemis.core.version.impl
Classes in org.apache.activemq.artemis.core.version.impl that implement Version Modifier and Type Class Description classVersionImpl -
Uses of Version in org.apache.activemq.artemis.jms.client
Constructors in org.apache.activemq.artemis.jms.client with parameters of type Version Constructor Description ActiveMQConnectionMetaData(Version serverVersion)Create a new ActiveMQConnectionMetaData object. -
Uses of Version in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return Version Modifier and Type Method Description static Version[]VersionLoader. getClientVersions()static VersionVersionLoader. getVersion()
-