Package org.apache.activemq.artemis.uri
Class InVMSchema
java.lang.Object
org.apache.activemq.artemis.utils.uri.URISchema<ActiveMQConnectionFactory,String>
org.apache.activemq.artemis.uri.AbstractCFSchema
org.apache.activemq.artemis.uri.InVMSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActiveMQConnectionFactoryprotected URIThis is the default implementation.Methods inherited from class org.apache.activemq.artemis.uri.AbstractCFSchema
newConectionOptions, setDataMethods inherited from class org.apache.activemq.artemis.utils.uri.URISchema
getDefaultURI, getFactory, getHost, getPort, internalPopulateObject, newObject, newObject, newURI, parseQuery, populateObject, printQuery
-
Constructor Details
-
InVMSchema
public InVMSchema()
-
-
Method Details
-
getSchemaName
- Specified by:
getSchemaNamein classURISchema<ActiveMQConnectionFactory,String>
-
internalNewObject
protected ActiveMQConnectionFactory internalNewObject(URI uri, Map<String, String> query, String name) throws Exception- Specified by:
internalNewObjectin classURISchema<ActiveMQConnectionFactory,String> - Throws:
Exception
-
internalNewURI
Description copied from class:URISchemaThis is the default implementation. Sub classes are should provide a proper implementation for their schemas.- Overrides:
internalNewURIin classURISchema<ActiveMQConnectionFactory,String> - Throws:
Exception
-