Skip navigation links
A B C D E F G I N O R S U 

A

addExtension(String) - Method in interface org.fabric3.api.node.Fabric
Adds an extension to the fabric configuration.
addExtension(URL) - Method in interface org.fabric3.api.node.Fabric
Adds an extension to the fabric configuration.
addProfile(String) - Method in interface org.fabric3.api.node.Fabric
Adds a profile to the fabric configuration.
addProfile(URL) - Method in interface org.fabric3.api.node.Fabric
Adds a profile to the fabric configuration.

B

Bootstrap - Class in org.fabric3.api.node
Bootstraps an interface to a service fabric.
Bootstrap() - Constructor for class org.fabric3.api.node.Bootstrap
 

C

createTransportDispatcher(Class<T>, Map<String, Object>) - Method in interface org.fabric3.api.node.Fabric
Creates and returns the dispatcher for a transport identified by the given interface.

D

deploy(Composite) - Method in interface org.fabric3.api.node.Domain
Deploys a composite.
deploy(String, Object, Class<?>...) - Method in interface org.fabric3.api.node.Domain
Deploys a component.
deploy(Component<?>) - Method in interface org.fabric3.api.node.Domain
Deploys a component specified by the given definition.
deploy(Channel) - Method in interface org.fabric3.api.node.Domain
Deploys a channel.
deploy(URL) - Method in interface org.fabric3.api.node.Domain
Deploys an artifact such as a composite file or contribution to the domain.
Domain - Interface in org.fabric3.api.node
The main API for accessing a service fabric domain.

E

exportsEndpoints(Class<?>) - Method in interface org.fabric3.api.node.service.ServiceIntrospector
Introspects a class to determine if it exposes remote endpoints.

F

Fabric - Interface in org.fabric3.api.node
Main API for interfacing with a service fabric.
FabricException - Exception in org.fabric3.api.node
Base Fabric API exception.
FabricException(Throwable) - Constructor for exception org.fabric3.api.node.FabricException
 
FabricException(String) - Constructor for exception org.fabric3.api.node.FabricException
 
FabricException(String, Throwable) - Constructor for exception org.fabric3.api.node.FabricException
 

G

getChannel(Class<T>, String) - Method in interface org.fabric3.api.node.Domain
Returns a proxy to a channel.
getDomain() - Method in interface org.fabric3.api.node.Fabric
Returns the fabric domain
getInjectors(Class<?>) - Method in interface org.fabric3.api.node.service.InjectorFactory
Introspects the class and creates suppliers for references, producers, and consumers.
getService(Class<T>) - Method in interface org.fabric3.api.node.Domain
Returns a proxy to the service with the given interface.
getSystemService(Class<T>) - Method in interface org.fabric3.api.node.Fabric
Returns the system service.

I

initialize() - Static method in class org.fabric3.api.node.Bootstrap
Bootstraps the fabric interface using the default configuration.
initialize(URL) - Static method in class org.fabric3.api.node.Bootstrap
Bootstraps the fabric interface using the provided configuration.
InjectorFactory - Interface in org.fabric3.api.node.service
Creates suppliers that provide injectable proxies for references, producers, and consumers.

N

NotFoundException - Exception in org.fabric3.api.node
Raised when there is an attempt to resolve a non-existent service or channel.
NotFoundException(String) - Constructor for exception org.fabric3.api.node.NotFoundException
 

O

org.fabric3.api.node - package org.fabric3.api.node
 
org.fabric3.api.node.service - package org.fabric3.api.node.service
 

R

registerSystemService(Class<T>, T) - Method in interface org.fabric3.api.node.Fabric
Registers an instance as a system component.

S

ServiceIntrospector - Interface in org.fabric3.api.node.service
Introspects a class to determine if it exposes remote endpoints.
start() - Method in interface org.fabric3.api.node.Fabric
Starts the connection to the fabric.
startRuntime() - Method in interface org.fabric3.api.node.Fabric
Starts the container runtime.
startTransports() - Method in interface org.fabric3.api.node.Fabric
Starts the remote transports to receive requests.
stop() - Method in interface org.fabric3.api.node.Fabric
Stops the connection to the fabric.

U

undeploy(QName) - Method in interface org.fabric3.api.node.Domain
Un-deploys a composite.
undeploy(String) - Method in interface org.fabric3.api.node.Domain
Un-deploys the channel or component with the given name
undeploy(URL) - Method in interface org.fabric3.api.node.Domain
Un-deploys an artifact such as a composite file or contribution from the domain.
A B C D E F G I N O R S U 
Skip navigation links