Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D F G H I O P R S U

A

Aspect - interface org.jbpm.util.experimental.container.Aspect.
is a decorator for services, also known as interceptor (jboss) or filter (servlets).
addRemoveListener(RemoveListener) - Method in interface org.jbpm.util.experimental.container.Removable
 

C

Configurable - interface org.jbpm.util.experimental.container.Configurable.
is an object which can be configured.
Configuration - interface org.jbpm.util.experimental.container.Configuration.
contains the configurations as specified within a configuration-element inside the configuration.xml.
Container - interface org.jbpm.util.experimental.container.Container.
manages a collection of services.

D

DependancyException - exception org.jbpm.util.experimental.container.DependancyException.
is thrown when a ServiceMgr could not create its services because it needed another service which it couldn't retrieved from the container
DependancyException() - Constructor for class org.jbpm.util.experimental.container.DependancyException
 
DependancyException(String) - Constructor for class org.jbpm.util.experimental.container.DependancyException
 
Deployer - interface org.jbpm.util.experimental.container.Deployer.
The deployer takes a service archive and deploys it.
deploy(InputStream, Container) - Method in interface org.jbpm.util.experimental.container.Deployer
 

F

findServices(Class[]) - Method in interface org.jbpm.util.experimental.container.Container
retrieves a published service.

G

get(String) - Method in interface org.jbpm.util.experimental.container.Configuration
 
getArgs() - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 
getConfiguration() - Method in interface org.jbpm.util.experimental.container.Configurable
 
getInterfaces() - Method in interface org.jbpm.util.experimental.container.Service
specifies which interfaces are implemented by the objects that are retrieved from this service.
getMethod() - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 
getReturnValue() - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 
getService(String) - Method in interface org.jbpm.util.experimental.container.Container
retrieves a published service.
getServiceObject() - Method in interface org.jbpm.util.experimental.container.Service
gets a service object.
getServiceObject() - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 

H

handleRemoval(Removable) - Method in interface org.jbpm.util.experimental.container.RemoveListener
 

I

InvalidServiceNameException - exception org.jbpm.util.experimental.container.InvalidServiceNameException.
is thrown when a ServiceMgr tries to publish a service with an invalid name.
InvalidServiceNameException() - Constructor for class org.jbpm.util.experimental.container.InvalidServiceNameException
 
InvalidServiceNameException(String) - Constructor for class org.jbpm.util.experimental.container.InvalidServiceNameException
 

O

org.jbpm.util.experimental.container - package org.jbpm.util.experimental.container
 

P

postInvocation(ServiceInvocation, Throwable) - Method in interface org.jbpm.util.experimental.container.Aspect
is executed after the service object performed the service method and before the result is given back to the client.
preInvocation(ServiceInvocation) - Method in interface org.jbpm.util.experimental.container.Aspect
is executed between the client call and the service-method invocation on the actual service object that implements the service.
publishService(String, Service) - Method in interface org.jbpm.util.experimental.container.Container
allows a ServiceMgr to publish services for others to use.

R

Removable - interface org.jbpm.util.experimental.container.Removable.
is an object that can be removed from the Container.
RemoveListener - interface org.jbpm.util.experimental.container.RemoveListener.
allows any interested party to handle service- and aspect-dependancies.
releaseServiceObject(Object) - Method in interface org.jbpm.util.experimental.container.Service
releases a service object.
remove(Removable) - Method in interface org.jbpm.util.experimental.container.Container
 
removeRemoveListener(RemoveListener) - Method in interface org.jbpm.util.experimental.container.Removable
 
removing() - Method in interface org.jbpm.util.experimental.container.Removable
is callback method, called when this object is being removed from the container.

S

Service - interface org.jbpm.util.experimental.container.Service.
allows the service-user to obtain a service implementation object.
ServiceInvocation - interface org.jbpm.util.experimental.container.ServiceInvocation.
contains all information related to a service method invocation that could be needed by an Aspect-implementation.
ServiceUnavailableException - exception org.jbpm.util.experimental.container.ServiceUnavailableException.
is thrown by the container when a service is requested that is not published.
ServiceUnavailableException() - Constructor for class org.jbpm.util.experimental.container.ServiceUnavailableException
 
ServiceUnavailableException(String) - Constructor for class org.jbpm.util.experimental.container.ServiceUnavailableException
 
set(String, Object) - Method in interface org.jbpm.util.experimental.container.Configuration
 
setArgs(Object[]) - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 
setConfiguration(Configuration) - Method in interface org.jbpm.util.experimental.container.Configurable
 
setMethod(Method) - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 
setReturnValue(Object) - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 
setServiceObject(Object) - Method in interface org.jbpm.util.experimental.container.ServiceInvocation
 

U

undeploy(String) - Method in interface org.jbpm.util.experimental.container.Deployer
 

A C D F G H I O P R S U