Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
I
L
O
R
S
A
addComponent(String, Component, String)
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
Add a component on the given camel context.
addComponent(String, Component, String)
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Add a component on the given camel context.
addComponent(String, Component)
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Add a component on the given camel context.
addComponent(String, Component)
- Method in interface org.ow2.jonas.samples.camel.wrapper.
ICamelWrapper
Add a component on the given camel context.
addRegistry(InputStream, String)
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
Add values to the registry component.
addRegistry(InputStream, String)
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Add values to the registry component.
addRoutes(RouteBuilder, String)
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
addRoutes(RouteBuilder, String)
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
addRoutes(RouteBuilder)
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Add a route.
addRoutes(RouteBuilder)
- Method in interface org.ow2.jonas.samples.camel.wrapper.
ICamelWrapper
addToTheRegistry(InputStream)
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Add values to the registy.
addToTheRegistry(InputStream)
- Method in interface org.ow2.jonas.samples.camel.wrapper.
ICamelWrapper
Add values to the registy.
C
CamelService
- Class in
org.ow2.jonas.samples.camel.service.impl
Camel Wrapper.
CamelService(BundleContext)
- Constructor for class org.ow2.jonas.samples.camel.service.impl.
CamelService
Constructor, needed to get the bundle context.
CamelWrapper
- Class in
org.ow2.jonas.samples.camel.wrapper
Camel wrapper.
CamelWrapper(CamelContextFactory)
- Constructor for class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Constructor.
G
getCamelContextName()
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Gets the camel context name.
getName()
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Get the name of the camel context.
getProducerTemplate(String)
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
Get a producer template for the given camel context.
getProducerTemplate(String)
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Get a producer template for the given camel context.
getProducerTemplate()
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Get a producer template for the camel context.
getProducerTemplate()
- Method in interface org.ow2.jonas.samples.camel.wrapper.
ICamelWrapper
Get a producer template for the camel context.
getRoutes(String)
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
Get the list of existing routes.
getRoutes(String)
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Get the list of existing routes.
getRoutes()
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
getRoutes()
- Method in interface org.ow2.jonas.samples.camel.wrapper.
ICamelWrapper
I
ICamelService
- Interface in
org.ow2.jonas.samples.camel.service.api
Interface of the Camel Service.
ICamelWrapper
- Interface in
org.ow2.jonas.samples.camel.wrapper
initialize()
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Initialize the bundle.
L
lookup(String)
- Method in class org.ow2.jonas.samples.camel.registry.
OSGIRegistry
Looks for an OSGI service exporting a name property equals to "name".
lookup(String, Class<T>)
- Method in class org.ow2.jonas.samples.camel.registry.
OSGIRegistry
Looks for an OSGI service exporting a name property equals to "name" and with class clazz.
lookupByType(Class<T>)
- Method in class org.ow2.jonas.samples.camel.registry.
OSGIRegistry
Looks for an OSGI service with class clazz.
O
org.ow2.jonas.samples.camel.registry
- package org.ow2.jonas.samples.camel.registry
org.ow2.jonas.samples.camel.service.api
- package org.ow2.jonas.samples.camel.service.api
org.ow2.jonas.samples.camel.service.impl
- package org.ow2.jonas.samples.camel.service.impl
org.ow2.jonas.samples.camel.wrapper
- package org.ow2.jonas.samples.camel.wrapper
OSGIRegistry
- Class in
org.ow2.jonas.samples.camel.registry
Implementation of
Registry
for looking OSGI services.
OSGIRegistry(BundleContext)
- Constructor for class org.ow2.jonas.samples.camel.registry.
OSGIRegistry
Default constructor.
R
removeFromTheRegistry(InputStream)
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Remove values from the registy.
removeFromTheRegistry(InputStream)
- Method in interface org.ow2.jonas.samples.camel.wrapper.
ICamelWrapper
Remove values from the registy.
removeRegistry(InputStream, String)
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
Remove entries from the registry component.
removeRegistry(InputStream, String)
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Remove entries from the registry component.
run()
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Main method.
S
setName(String)
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Set the name of the camel context.
startNewContext()
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
Start a new camel context.
startNewContext()
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Start a new camel context.
stop(String)
- Method in interface org.ow2.jonas.samples.camel.service.api.
ICamelService
Stop an instance of Camel.
stop(String)
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Stop an instance of Camel.
stopAll()
- Method in class org.ow2.jonas.samples.camel.service.impl.
CamelService
Stop the bundle.
stopContext()
- Method in class org.ow2.jonas.samples.camel.wrapper.
CamelWrapper
Stop the camel context.
stopContext()
- Method in interface org.ow2.jonas.samples.camel.wrapper.
ICamelWrapper
Stop the camel context.
A
C
G
I
L
O
R
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
OW2 Consortium
. All Rights Reserved.