Package org.ow2.bonita.util

Contains classes shared by the entire engine.

See:
          Description

Interface Summary
Command<T>  
 

Class Summary
AccessorProxyUtil  
AccessorUtil This utility class has been provided to unify access to Bonita APIs and to avoid the use of lookups in JEE deployments: org.ow2.bonita.util.AccessorUtil.
Through this class, Nova Bonita APIs can be reached in a unified way in both local and remote applications.
For that to be done, the system property called "org.ow2.bonita.api-type" must be defined at client side to specify whether the APIs will be reached locally or remotely
(possible values are "Standard", "AutoDetect", "EJB2" and "EJB3").
ArrayUtil  
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BonitaConstants  
BusinessArchiveFactory  
Chainer<T> Generic chainer.
ClassDataTool  
ClassDataTool.MyVisitor  
CopyTool  
DateUtil  
ExceptionManager  
GroovyExpression  
IterationDetection  
LoggingInvocationHandler<T>  
MBeanInvocationHandler  
Misc  
Misc.NullCheckResult Represents null value returned by Misc.findNull(Object...).
ProcessBuilder A ProcessBuilder constructs a process by adding methods.
ReflectUtil  
SimpleCallbackHandler  
StandardCallbackHandler  
TraceFormatter Custom implementation of the SimpleFormatter class.
WeakValueMap<K,V> A map implementation with weak values.
XmlConstants  
 

Exception Summary
AtomicArchiveException  
BonitaException Parent class for checked exception.
BonitaRuntimeException Parent class for runtime exception.
GroovyException  
NotImplementedException  
 

Package org.ow2.bonita.util Description

Contains classes shared by the entire engine.



Copyright © 2010 BonitaSoft. All Rights Reserved.