org.apache.camel.component.javaspace
Class JavaSpaceEndpoint

java.lang.Object
  extended by org.apache.camel.support.ServiceSupport
      extended by org.apache.camel.impl.DefaultEndpoint
          extended by org.apache.camel.component.javaspace.JavaSpaceEndpoint
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasId, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

public class JavaSpaceEndpoint
extends org.apache.camel.impl.DefaultEndpoint

Version:

Field Summary
 
Fields inherited from class org.apache.camel.support.ServiceSupport
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
 
Constructor Summary
JavaSpaceEndpoint(String endpointUri, String remaining, Map<?,?> parameters, JavaSpaceComponent component)
           
 
Method Summary
 org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
           
 org.apache.camel.impl.DefaultExchange createExchange()
           
 org.apache.camel.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
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toString
 
Methods inherited from class org.apache.camel.support.ServiceSupport
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

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 org.apache.camel.Producer createProducer()
                                         throws Exception
Throws:
Exception

createExchange

public org.apache.camel.impl.DefaultExchange createExchange()
Specified by:
createExchange in interface org.apache.camel.Endpoint
Overrides:
createExchange in class org.apache.camel.impl.DefaultEndpoint

isSingleton

public boolean isSingleton()

getRemaining

public String getRemaining()

getParameters

public Map<?,?> getParameters()

createConsumer

public org.apache.camel.Consumer createConsumer(org.apache.camel.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)


Apache Camel