Uses of Class
org.uberfire.commons.cluster.ClusterService.DestinationType
-
Packages that use ClusterService.DestinationType Package Description org.uberfire.commons.cluster -
-
Uses of ClusterService.DestinationType in org.uberfire.commons.cluster
Methods in org.uberfire.commons.cluster that return ClusterService.DestinationType Modifier and Type Method Description static ClusterService.DestinationTypeClusterService.DestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterService.DestinationType[]ClusterService.DestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.commons.cluster with parameters of type ClusterService.DestinationType Modifier and Type Method Description voidClusterJMSService. broadcast(ClusterService.DestinationType type, String channel, Serializable object)voidClusterService. broadcast(ClusterService.DestinationType type, String channel, Serializable object)<T> voidClusterJMSService. createConsumer(ClusterService.DestinationType type, String channel, Class<T> objectMessageClass, Consumer<T> listener)<T> voidClusterService. createConsumer(ClusterService.DestinationType type, String channel, Class<T> clazz, Consumer<T> listener)protected javax.jms.DestinationClusterJMSService. createDestination(ClusterService.DestinationType type, String channel, javax.jms.Session session)
-