A C D E F G H I N P R S T V W X

A

ActivityContext - Interface in com.tibco.bw.poa.runtime
 
addListener(AspectProcessContextListener) - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Adds a listener to the AspectProcessContext.
Advice<I,U,N extends I,A extends I,S,T,X> - Class in com.tibco.bw.poa.runtime
The base runtime class of all Java advice implementations that execute in BusinessWorks.
Advice() - Constructor for class com.tibco.bw.poa.runtime.Advice
 
AdviceContext<I,U,N extends I,A extends I,S,T,X> - Interface in com.tibco.bw.poa.runtime
The context of an advice instance.
AdviceController<N> - Interface in com.tibco.bw.poa.runtime
Provides methods to suspend and resume the execution of an asynchronous advice instance.
AdviceImpl - Annotation Type in com.tibco.bw.poa.runtime.annotation
An annotation used for tagging advice implementations.
AppContext - Interface in com.tibco.bw.poa.runtime
The context of a BW Application.
AspectException - Exception in com.tibco.bw.poa.runtime
The parent of all the aspect specific exceptions.
AspectException(Throwable) - Constructor for exception com.tibco.bw.poa.runtime.AspectException
 
AspectException(String) - Constructor for exception com.tibco.bw.poa.runtime.AspectException
 
AspectException(String, Throwable) - Constructor for exception com.tibco.bw.poa.runtime.AspectException
 
AspectProcessContext<I,U,N extends I,A extends I,S,T,X> - Interface in com.tibco.bw.poa.runtime
The context associated with a particular BusinessWorks process instance (i.e job).
AspectProcessContextListener - Interface in com.tibco.bw.poa.runtime
A listener that receives an event when the associated process instance terminates.
AsyncAdvice<I,U,N extends I,A extends I,S,T,X> - Class in com.tibco.bw.poa.runtime
The base class of all asynchronous advice implementations.
AsyncAdvice() - Constructor for class com.tibco.bw.poa.runtime.AsyncAdvice
 

C

cancelled(AspectProcessContext<I, U, N, A, S, T, X>) - Method in class com.tibco.bw.poa.runtime.AsyncAdvice
This method is called when the advice has not completed within the allotted time as specified in the AdviceController.setPending() call.
com.tibco.bw.poa.runtime - package com.tibco.bw.poa.runtime
The Advice Implementation Runtime API
com.tibco.bw.poa.runtime.annotation - package com.tibco.bw.poa.runtime.annotation
It contains all the java annotations defined by the Advice Implementation Runtime API
com.tibco.bw.poa.runtime.utils - package com.tibco.bw.poa.runtime.utils
It contains utility classes that are sometimes useful when developing advice implementations
com.tibco.bw.poa.runtime.utils.impl - package com.tibco.bw.poa.runtime.utils.impl
It contains the implementation classes of the interfaces defined in com.tibco.bw.poa.runtime.utils

D

DATA_ACCESS_FEATURE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
The identifier of the DATA ACCESS feature.
DATA_ACCESS_READ_ONLY - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that use READ ONLY data access.
DATA_ACCESS_READ_WRITE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that use READ WRITE data access.
destroy(AdviceContext<I, U, N, A, S, T, X>) - Method in class com.tibco.bw.poa.runtime.Advice
Destroys the advice instance.

E

EngineCommandExecutor - Interface in com.tibco.bw.poa.runtime
 
execute(N, AspectProcessContext<I, U, N, A, S, T, X>, AdviceController<N>) - Method in class com.tibco.bw.poa.runtime.AsyncAdvice
Starts the execution of the advice implementation.
execute(N, AspectProcessContext<I, U, N, A, S, T, X>) - Method in class com.tibco.bw.poa.runtime.SyncAdvice
Executes the advice implementation.

F

finished(AspectProcessContext) - Method in interface com.tibco.bw.poa.runtime.AspectProcessContextListener
 

G

getActivityURI() - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
getAdviceConfiguration() - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Returns the configuration of the advice instance, as it appears in the aspect file.
getAdviceContext() - Method in class com.tibco.bw.poa.runtime.Advice
Returns the context associated with this advice instance.
getAdviceContext() - Method in exception com.tibco.bw.poa.runtime.AspectException
 
getAdviceId() - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Return the advice instance's ID, which is unique in the context of an engine.
getAdviceName() - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Returns the advice instance's name, which is unique in the context of a join point.
getAdviceURI() - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Returns the advice instance's URI, which is unique in the context of an engine.
getAppContext() - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Returns the application context.
getAppName() - Method in interface com.tibco.bw.poa.runtime.AppContext
Returns the name of the BW application.
getAppPropertyValue(String) - Method in interface com.tibco.bw.poa.runtime.AppContext
Returns the value of an application property.
getAppWorkingDir() - Method in interface com.tibco.bw.poa.runtime.AppContext
Returns the working directory of the BW application.
getConfigProps() - Method in interface com.tibco.bw.poa.runtime.ActivityContext
 
getCurrentRunningAdviceContext() - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Returns the advice context of the advice instance that is currently being executed in this process instance.
getDocument() - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
getDocument() - Method in interface com.tibco.bw.poa.runtime.utils.XmlDocumentWrapper
Returns the wrapped XML document as a generic N
getEngineCommandExecutor() - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Returns the Engine Command Executor object to execute engine commands.
getEngineName() - Method in interface com.tibco.bw.poa.runtime.AppContext
Returns the name of the engine.
getException() - Method in class com.tibco.bw.poa.runtime.ReturnWrapper
Returns the wrapped AspectException
getGxProcessingContext() - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Returns the context needed to access the XML data model.
getHibernateDelay() - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Returns the maxdelay specified while calling setHibernateJobEnabled()
getImplementationFeature(String) - Method in interface com.tibco.bw.poa.runtime.AdviceContext
Returns the value of a particular advice implementation feature.
getInvocationPath() - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Returns the Invocation path for advice being executed.
getObject() - Method in class com.tibco.bw.poa.runtime.ReturnWrapper
Returns the wrapped object
getProcessingContext() - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
getProcessingContext() - Method in interface com.tibco.bw.poa.runtime.utils.XmlDocumentWrapper
Returns the processing context associated with the wrapped XML document
getProcessInstanceID() - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Returns the job's ID, which is unique in the context of the engine.
getProcessObject(String) - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Retrieves the object identified by the key
getProcessURI() - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
getWrappedType() - Method in class com.tibco.bw.poa.runtime.ReturnWrapper
Returns the WrappedType enum indicating the type of the wrapped object
getXmlNode() - Method in class com.tibco.bw.poa.runtime.ReturnWrapper
Returns the wrapped XML node

H

HIBERNATES_JOBS_FEATURE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
The identifier of the HIBERNATES JOBS feature.

I

init(AdviceContext<I, U, N, A, S, T, X>) - Method in class com.tibco.bw.poa.runtime.Advice
Initializes the advice instance.
isHibernateJobEnabled() - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Called to check if an advice has called for the job to be hibernated.
isSynchronous() - Method in class com.tibco.bw.poa.runtime.Advice
Returns true if the advice is executed synchronously on the job thread.
isSynchronous() - Method in class com.tibco.bw.poa.runtime.AsyncAdvice
Always returns false since this is an asynchronous advice implementation.
isSynchronous() - Method in class com.tibco.bw.poa.runtime.SyncAdvice
Always returns true since this is a synchronous advice implementation.

N

newDocumentWrapper(N, <any>) - Static method in class com.tibco.bw.poa.runtime.utils.XmlDocumentWrapperFactory
 

P

postExecute(AspectProcessContext<I, U, N, A, S, T, X>, ReturnWrapper<N>) - Method in class com.tibco.bw.poa.runtime.AsyncAdvice
Finishes the execution of the advice implementation.
Property - Annotation Type in com.tibco.bw.poa.runtime.annotation
An annotation used for tagging advice configuration properties.

R

removeListener(AspectProcessContextListener) - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Removes the listener from the AspectProcessContext.
removeProcessObject(String) - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Removes the object identified by the key from storage
resumeFromHibernate(N, AspectProcessContext<I, U, N, A, S, T, X>) - Method in class com.tibco.bw.poa.runtime.Advice
This method is called when a job is resumed from the hibernate state.
resumeHibernatedJob(long) - Method in interface com.tibco.bw.poa.runtime.EngineCommandExecutor
 
ReturnWrapper<N> - Class in com.tibco.bw.poa.runtime
This class wraps an object of a particular ReturnWrapper.WrappedType.
ReturnWrapper.WrappedType - Enum in com.tibco.bw.poa.runtime
Indicates the type of the wrapped object

S

SCOPE_ADVICE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that use the ADVICE scope.
SCOPE_APPLICATION - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that use the APPLICATION scope.
SCOPE_FEATURE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
The identifier of the SCOPE feature.
setActivityURI(String) - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
setAdviceContext(AdviceContext) - Method in exception com.tibco.bw.poa.runtime.AspectException
 
setHibernateJobEnabled(long) - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
An advice implementation that hibernates jobs calls this method to trigger the hibernation of a particular job.
setPending(long) - Method in interface com.tibco.bw.poa.runtime.AdviceController
The advice instance should call this method from within its execute() method, right after it starts executing its business logic on a parallel thread and just before it returns from execute().
setProcessingContext(<any>) - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
setProcessURI(String) - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
setReady(ReturnWrapper<N>) - Method in interface com.tibco.bw.poa.runtime.AdviceController
The advice instance should call this method, from a parallel thread, once its business logic is completed.
storeProcessObject(String, Serializable) - Method in interface com.tibco.bw.poa.runtime.AspectProcessContext
Stores an object, by key, so that object will be available elsewhere in the process
SyncAdvice<I,U,N extends I,A extends I,S,T,X> - Class in com.tibco.bw.poa.runtime
The base class of all synchronous advice implementations.
SyncAdvice() - Constructor for class com.tibco.bw.poa.runtime.SyncAdvice
 

T

TARGET_FILTER_FEATURE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
The identifier of the TARGET FILTER feature.
TARGET_KIND_ACTIVITY_AFTER - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that must be executed only after activities, regardless of whether they successfully complete their business logic or they throw exceptions.
TARGET_KIND_ACTIVITY_AFTER_RETURNING - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that must be executed only after activities, and only when they successfully complete their business logic.
TARGET_KIND_ACTIVITY_AFTER_THROWING - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that must be executed only after activities, and only when they throw exceptions.
TARGET_KIND_ACTIVITY_BEFORE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
Used by advice implementations that must be executed only before activities.
TARGET_KIND_FEATURE - Static variable in interface com.tibco.bw.poa.runtime.AdviceContext
The identifier of the TARGET KIND feature.
TargetContext - Annotation Type in com.tibco.bw.poa.runtime.annotation
 

V

valueOf(String) - Static method in enum com.tibco.bw.poa.runtime.ReturnWrapper.WrappedType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.bw.poa.runtime.ReturnWrapper.WrappedType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasSerialized() - Method in class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
wrapException(AspectException) - Static method in class com.tibco.bw.poa.runtime.ReturnWrapper
Creates a ReturnWrapper instance containing an AspectException and a WrappedType of WrappedType.EXCEPTION
wrapObject(Object) - Static method in class com.tibco.bw.poa.runtime.ReturnWrapper
Creates a ReturnWrapper instance containing an object and a WrappedType of WrappedType.OBJECT
wrapXmlNode(N) - Static method in class com.tibco.bw.poa.runtime.ReturnWrapper
Creates a ReturnWrapper instance containing an XML node of type N and a WrappedType of WrappedType.XML_NODE

X

XmlDocumentWrapper<I,U,N extends I,A extends I,S,T,X> - Interface in com.tibco.bw.poa.runtime.utils
Utility class for wrapping an XML node and associated GxProcessingContext in a java.io.Serializable form.
XmlDocumentWrapperFactory<I,U,N extends I,A extends I,S,T,X> - Class in com.tibco.bw.poa.runtime.utils
Factory for creation of XmlDocumentWrapper objects.
XmlDocumentWrapperFactory() - Constructor for class com.tibco.bw.poa.runtime.utils.XmlDocumentWrapperFactory
 
XmlDocumentWrapperImpl<I,U,N extends I,A extends I,S,T,X> - Class in com.tibco.bw.poa.runtime.utils.impl
An implementation of XmlDocumentWrapper.
XmlDocumentWrapperImpl(N, <any>) - Constructor for class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 
XmlDocumentWrapperImpl(N, <any>) - Constructor for class com.tibco.bw.poa.runtime.utils.impl.XmlDocumentWrapperImpl
 

A C D E F G H I N P R S T V W X

Copyright @ 2010, TIBCO Softwares (Inc). All right reserved