org.apache.camel.component.javaspace
Class JavaSpaceEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.component.javaspace.JavaSpaceEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton

public class JavaSpaceEndpoint
extends DefaultEndpoint

Version:
$Revision: 15488 $

Constructor Summary
JavaSpaceEndpoint(String endpointUri, String remaining, Map<?,?> parameters, JavaSpaceComponent component)
           
 
Method Summary
 Consumer createConsumer(Processor processor)
           
 DefaultExchange createExchange()
           
 Producer createProducer()
           
 int getConcurrentConsumers()
           
 Map<?,?> getParameters()
           
 String getRemaining()
           
 String getSpaceName()
           
 String getTemplateId()
           
 long getTransactionTimeout()
           
 String getVerb()
           
 boolean isSingleton()
           
 boolean isTransactional()
           
 void setConcurrentConsumers(int concurrentConsumers)
           
 void setSpaceName(String spaceName)
           
 void setTemplateId(String templateId)
           
 void setTransactional(boolean transactional)
           
 void setTransactionTimeout(long transactionTimeout)
           
 void setVerb(String verb)
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
configureProperties, createEndpointUri, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaSpaceEndpoint

public JavaSpaceEndpoint(String endpointUri,
                         String remaining,
                         Map<?,?> parameters,
                         JavaSpaceComponent component)
Method Detail

isTransactional

public boolean isTransactional()

getVerb

public String getVerb()

setVerb

public void setVerb(String verb)

setTransactional

public void setTransactional(boolean transactional)

createProducer

public Producer createProducer()
                        throws Exception
Throws:
Exception

createExchange

public DefaultExchange createExchange()
Specified by:
createExchange in interface Endpoint
Overrides:
createExchange in class DefaultEndpoint

isSingleton

public boolean isSingleton()

getRemaining

public String getRemaining()

getParameters

public Map<?,?> getParameters()

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Throws:
Exception

setConcurrentConsumers

public void setConcurrentConsumers(int concurrentConsumers)

getConcurrentConsumers

public int getConcurrentConsumers()

getSpaceName

public String getSpaceName()

setSpaceName

public void setSpaceName(String spaceName)

getTemplateId

public String getTemplateId()

setTemplateId

public void setTemplateId(String templateId)

getTransactionTimeout

public long getTransactionTimeout()

setTransactionTimeout

public void setTransactionTimeout(long transactionTimeout)


Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.