org.enhydra.shark.WfActivityWrapper WfActivityWrapper - Workflow Activity Object implementation @author Sasa Bojanic @author Vladimir Puskas
org.enhydra.shark.WfProcessWrapper WfProcessWrapper - Workflow Process Object implementation. @author Sasa Bojanic, Vladimir Puskas @version 1.0.1
org.enhydra.shark.ExecutionAdmin The client interface through which client accesses the engine objects, and performs the various actions on engine. @author Sasa Bojanic @version 1.1
org.jboss.security.SecurityAssociation The SecurityAssociation class maintains the security principal and credentials. This can be done on either a singleton basis or a thread local basis depending on the server property. When the server property has been set to true, the security information is maintained in thread local storage. The ...
org.enhydra.shark.WfProcessMgrWrapper WfProcessMgrImplWrapper - Workflow Process Manager implementation @author Sasa Bojanic @author Vladimir Puskas
com.inversoft.util.test.ReflectionToolsTest This class contains all the tests for the ReflectionTools class. This should not directly test any other class. @author Brian Pontarelli
org.enhydra.shark.WfResourceWrapper WfResourceWrapper - Workflow Resource Object implementation. @author Sasa Bojanic @author Vladimir Puskas
org.jboss.mx.server.MBeanServerImpl MBean server implementation. The MBean server behaviour can be configured by setting the following system properties: <ul> <li><tt>jbossmx.loader.repository.class</tt> <li><tt>jbossmx.mbean.registry.class</tt> <li><tt>jbossmx.required.modelmbe ...
org.enhydra.shark.SharkConnectionImpl The client interface through which client accesses the engine objects, and performs the various actions on engine. @author Sasa Bojanic, Vladimir Puskas @version 1.0
org.apache.tools.ant.util.optional.NoExitSecurityManager This is intended as a replacement for the default system manager. The goal is to intercept System.exit calls and make it throw an exception instead so that a System.exit in a task does not fully terminate Ant. @see ExitException