Class AbstractServerLocatorSchema
- java.lang.Object
-
- org.apache.activemq.artemis.utils.uri.URISchema<ServerLocator,String>
-
- org.apache.activemq.artemis.uri.schema.serverLocator.AbstractServerLocatorSchema
-
- Direct Known Subclasses:
InVMServerLocatorSchema,JGroupsServerLocatorSchema,TCPServerLocatorSchema,UDPServerLocatorSchema
public abstract class AbstractServerLocatorSchema extends URISchema<ServerLocator,String>
-
-
Constructor Summary
Constructors Constructor Description AbstractServerLocatorSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConnectionOptionsnewConnectionOptions(URI uri, Map<String,String> query)-
Methods inherited from class org.apache.activemq.artemis.utils.uri.URISchema
getDefaultURI, getFactory, getHost, getPort, getSchemaName, internalNewObject, internalNewURI, internalPopulateObject, newObject, newObject, newURI, parseQuery, populateObject, printQuery
-
-