Class InfinispanUtil
java.lang.Object
org.apache.camel.component.infinispan.InfinispanUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisHeaderEmpty(org.apache.camel.Message message, String header) static booleanisInHeaderEmpty(org.apache.camel.Exchange exchange, String header) static PropertiesloadProperties(org.apache.camel.CamelContext camelContext, String uri) static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source) static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source, String id) static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source) static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source, String id) static InputStreamopenInputStream(org.apache.camel.CamelContext camelContext, String uri)
-
Constructor Details
-
InfinispanUtil
protected InfinispanUtil()
-
-
Method Details
-
isInHeaderEmpty
-
isHeaderEmpty
-
loadProperties
public static Properties loadProperties(org.apache.camel.CamelContext camelContext, String uri) throws Exception - Throws:
Exception
-
openInputStream
public static InputStream openInputStream(org.apache.camel.CamelContext camelContext, String uri) throws Exception - Throws:
Exception
-
newSingleThreadScheduledExecutor
public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source) -
newSingleThreadScheduledExecutor
public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source) -
newSingleThreadScheduledExecutor
public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source, String id) -
newSingleThreadScheduledExecutor
public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source, String id)
-