dalma.container |
Dalmacon implementations.
|
Java Source File Name | Type | Comment |
ClassLoaderBuilder.java | Class | Builds a
ClassLoader . |
ClassLoaderImpl.java | Class | URLClassLoader replacement. |
CompletedConversation.java | Class | Conversation that represents a completed one.
This object is immutable. |
CompletedConversationList.java | Class | List of
CompletedConversation s. |
Container.java | Class | Root of Dalmacon. |
ContainerMBean.java | Interface | JMX interface for
Container . |
DelegatingRepository.java | Class | Repository that delegates to another. |
FailedOperationException.java | Class | Signals a failure in the container operation. |
FileChangeMonitor.java | Class | Periodically checks for an update to a file in a specific directory and invokes a callback. |
LogRotationPolicy.java | Interface | Implemented by the application to specify the log preservation policy. |
LogUtil.java | Class | |
Main.java | Class | Entry point to the dalma container. |
MBeanProxy.java | Class | Proxy MBean that avoid strong reference to the real MBean object. |
Module.java | Class | Represents a library module made available to all workflow applications. |
Redeployer.java | Class | Monitors a ".dar" file for its update and redeploy
if necessary. |
WorkflowApplication.java | Class | Wrapper around each workflow application. |
WorkflowApplicationMBean.java | Interface | JMX interface for
WorkflowApplication . |
WorkflowState.java | enum | State of
WorkflowApplication . |