Uses of Class
me.ehp246.aufjms.api.jms.DestinationType
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.jms | |
| me.ehp246.aufjms.core.endpoint | |
| me.ehp246.aufjms.core.jms |
-
Uses of DestinationType in me.ehp246.aufjms.api.jms
Methods in me.ehp246.aufjms.api.jms that return DestinationType Modifier and Type Method Description default DestinationTypeAtDestination. type()static DestinationTypeDestinationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DestinationType[]DestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DestinationType in me.ehp246.aufjms.core.endpoint
Methods in me.ehp246.aufjms.core.endpoint with parameters of type DestinationType Modifier and Type Method Description InboundEndpointInboundEndpointFactory. newInstance(java.lang.String atName, DestinationType atType, java.util.Set<java.lang.String> scanPackages, java.lang.String concurrency, java.lang.String name, java.lang.String autoStartup, boolean shared, boolean durable, java.lang.String subscriptionName, java.lang.String connectionFactory) -
Uses of DestinationType in me.ehp246.aufjms.core.jms
Methods in me.ehp246.aufjms.core.jms that return DestinationType Modifier and Type Method Description DestinationTypeAtDestinationRecord. type()Constructors in me.ehp246.aufjms.core.jms with parameters of type DestinationType Constructor Description AtDestinationRecord(java.lang.String name, DestinationType type)