Package org.ow2.bonita.util

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", "auto-detect", "ejb2" and "ejb3").
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  
EnvConstants  
ExceptionManager  
Final<T> This class provides an efficient way --- using hardware instructions if available --- for holding a variable that can only be initialized once (aka: final variables).
FullCopyTool  
GroovyUtil  
LoggingInvocationHandler<T>  
MBeanInvocationHandler  
Misc  
Misc.NullCheckResult Represents null value returned by Misc.findNull(Object...).
ProcessBuilder  
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  
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.