A B C D E F G H I J L M N O P R S T U V W 

C

classLoader - Variable in class org.dapper.server.ServerProcessor.FlowBuildRequest
The ClassLoader to use.
Cleanup - Class in ex
A Codelet that cleans up all InputHandleResources passed to it by interpreting handles as files.
Cleanup() - Constructor for class ex.Cleanup
Default constructor.
clear() - Method in class org.dapper.event.FlowEventBroadcaster
 
Client - Class in org.dapper.client
The Dapper client main class.
Client(InetSocketAddress, String) - Constructor for class org.dapper.client.Client
Default constructor.
CLIENT_TIMEOUT_MILLIS - Static variable in class org.dapper.Constants
The client timeout in milliseconds.
ClientConnector - Class in org.dapper.client
A client connector thread for establishing downstream TCP connections.
ClientConnector(Set<StreamResource<?>>, DapperBase, Source<ControlEvent, SourceType>) - Constructor for class org.dapper.client.ClientConnector
Default constructor.
clientCountDown - Variable in class org.dapper.server.flow.LogicalNode
The CountDown on clients.
ClientDriver - Class in org.dapper.client
A driver class for the Dapper client.
ClientJob - Class in org.dapper.client
A client job thread class.
ClientJob(ResourceEvent, DapperBase, Source<ControlEvent, SourceType>) - Constructor for class org.dapper.client.ClientJob
Default constructor.
ClientLogic - Class in org.dapper.client
A class that houses the Dapper client logic.
ClientLogic(DapperBase, InetSocketAddress, InetSocketAddress, String, ClientProcessor) - Constructor for class org.dapper.client.ClientLogic
Default constructor.
ClientProcessor - Class in org.dapper.client
The Dapper client processor.
ClientProcessor(DapperBase, InetSocketAddress, InetSocketAddress, String, Runnable) - Constructor for class org.dapper.client.ClientProcessor
Default constructor.
ClientState - Class in org.dapper.server
The Dapper server-side client state that stores information on a per-client basis, but forwards all events on to a ServerProcessor instance.
ClientState(ControlEventHandler<?>, Handler<ControlEvent>, DapperBase) - Constructor for class org.dapper.server.ClientState
Default constructor.
ClientStatus - Enum in org.dapper.client
An enumeration of Client states.
clone() - Method in class org.dapper.server.ClientState
Creates a ClientState with this client's settings.
clone() - Method in class org.dapper.server.flow.DummyEdge
Copies this edge.
clone() - Method in class org.dapper.server.flow.Flow
Copies this flow.
clone() - Method in interface org.dapper.server.flow.FlowEdge
Copies this edge.
clone() - Method in class org.dapper.server.flow.FlowNode
Creates a FlowNode with this node's settings.
clone() - Method in class org.dapper.server.flow.HandleEdge
Copies this edge.
clone() - Method in class org.dapper.server.flow.LogicalEdge
Copies this edge.
clone() - Method in class org.dapper.server.flow.LogicalNode
Creates a LogicalNode with this node's settings.
clone() - Method in class org.dapper.server.flow.StreamEdge
Copies this edge.
close() - Method in class org.dapper.client.Client
Shuts down this thread.
close() - Method in class org.dapper.client.ClientConnector
Invalidates this connector thread.
close() - Method in class org.dapper.client.ClientJob
Closes all underlying InputStreams and OutputStreams.
close() - Method in class org.dapper.DapperBase
Shuts down the underlying ConnectionManager and Timer.
close() - Method in class org.dapper.event.FlowEventBroadcaster
Causes all waiting threads in BlockingQueue.take() to immediately wake up and not block from thereon after.
close() - Method in class org.dapper.server.Server
Shuts down this thread.
close() - Method in class org.dapper.ui.FlowTab
Purges the underlying Flow.
close(Closeable) - Static method in class org.shared.metaclass.MetaclassBase
A Closeable.close() convenience wrapper.
closeIdleClients() - Method in class org.dapper.server.Server
Closes all idle clients.
closeIdleClients() - Method in class org.dapper.server.ServerLogic
Closes all idle clients.
Codelet - Interface in org.dapper.codelet
Defines a basic unit of work in Dapper.
CODELET_TIMEOUT_MILLIS - Static variable in class org.dapper.Constants
The Codelet execution time limit in milliseconds.
CodeletTree - Class in org.dapper.ui
A visual hierarchy of Dapper execution archives and their Codelets.
CodeletTree() - Constructor for class org.dapper.ui.CodeletTree
Default constructor.
CodeletTree.RunnableNode - Class in org.dapper.ui
A subclass of DefaultMutableTreeNode that contains runnable code.
CodeletTree.RunnableNode(String) - Constructor for class org.dapper.ui.CodeletTree.RunnableNode
Default constructor.
CodeletUtilities - Class in org.dapper.codelet
A static utility class for Codelet execution.
compareTo(FlowNode) - Method in class org.dapper.server.flow.FlowNode
Compares two FlowNodes on the basis of their assigned DFS order.
compareTo(LogicalNode) - Method in class org.dapper.server.flow.LogicalNode
Compares two LogicalNodes on the basis of their assigned DFS order.
ComplexTest - Class in ex
A demonstration of complex Dapper functionality.
ComplexTest(String[]) - Constructor for class ex.ComplexTest
Default constructor.
componentAdded(ContainerEvent) - Method in class org.dapper.ui.FlowPane
Tries to start the rendering timer.
componentRemoved(ContainerEvent) - Method in class org.dapper.ui.FlowPane
Tries to stop the rendering timer.
Constants - Class in org.dapper
Contains Dapper constant values.
contains(Object) - Method in class org.dapper.event.FlowEventBroadcaster
 
containsAll(Collection<?>) - Method in class org.dapper.event.FlowEventBroadcaster
 
containsPrefixes(String[], int, boolean) - Method in class org.shared.metaclass.RegistryClassLoader.PrefixNode
Gets whether the given series of prefixes is contained in the policy hierarchy.
ControlEvent - Interface in org.dapper.event
Defines a Dapper control message.
ControlEvent.ControlEventType - Enum in org.dapper.event
An enumeration of ControlEvent types.
ControlEventHandler<C extends org.shared.net.Connection> - Class in org.dapper.event
A subclass of XmlHandler specialized for handling ControlEvents.
ControlEventHandler(String, SourceLocal<ControlEvent>) - Constructor for class org.dapper.event.ControlEventHandler
Default constructor.
countDown(T) - Method in class org.dapper.server.flow.AbstractCountDown
 
CountDown<T> - Interface in org.dapper.server.flow
Defines a count down structure.
countDown(T) - Method in interface org.dapper.server.flow.CountDown
Counts down on the given value.
counterMap - Static variable in class org.dapper.server.flow.FlowUtilities
A mapping of classes to unique identifier counters.
Create - Class in ex
A Codelet that simulates creation of random numbers of file handles along OutputHandleResources.
Create() - Constructor for class ex.Create
Default constructor.
createClient(String[]) - Static method in class org.dapper.client.Client
Creates a client.
createClientCountDown(Set<FlowNode>) - Method in class org.dapper.server.flow.LogicalNode
Creates the client CountDown.
createControlHandler(SourceLocal<ControlEvent>) - Method in class org.dapper.DapperBase
Creates a ControlEventHandler for control messages.
createDataMap(JarInputStream) - Static method in class org.shared.metaclass.JarRegistry
Creates a mapping of pathnames to data from a JarInputStream.
createDataMap(JarFile) - Static method in class org.shared.metaclass.JarRegistry
Creates a mapping of pathnames to data from a JarFile.
createDependencyCountDown(Set<LogicalNode>) - Method in class org.dapper.server.flow.LogicalNode
Creates the dependency CountDown.
createElement(String) - Static method in class org.dapper.codelet.CodeletUtilities
Creates a DOM Element sandwiched by "<parameters></parameters>" tags whose internals are given by a string.
createEos() - Method in class org.dapper.event.ControlEventHandler
 
createError() - Method in class org.dapper.event.ControlEventHandler
 
createFlow(FlowBuilder, ClassLoader) - Method in class org.dapper.server.Server
createFlow(FlowBuilder, ClassLoader, int) - Method in class org.dapper.server.Server
Creates a Flow.
createFlowCountDown(Set<LogicalNode>) - Method in class org.dapper.server.flow.Flow
Creates the flow CountDown.
createFlowEventQueue() - Method in class org.dapper.server.Server
Creates a new Queue for subscribing to FlowEvents.
createIdentifier(Class<?>) - Static method in class org.dapper.server.flow.FlowUtilities
Creates a unique identifier for the given class.
createResource(Node) - Method in enum org.dapper.codelet.Resource.ResourceType
Creates a Resource from the given DOM Node.
createResourceEvent() - Method in class org.dapper.server.flow.FlowNode
Creates a ResourceEvent.
CreateSortFile - Class in ex
A member of MergeSortTest that creates a file for sorting.
CreateSortFile() - Constructor for class ex.CreateSortFile
Default constructor.
createStem() - Static method in class org.dapper.codelet.CodeletUtilities
Requests a stem from the server that is unique over the server's lifetime.
createStreamHandler() - Method in class org.dapper.DapperBase
Creates a SynchronousHandler for TCP stream transfer.
createUi(String[]) - Static method in class org.dapper.ui.FlowManager
Creates the user interface.
createUResource() - Method in class org.dapper.server.flow.DummyEdge
 
createUResource() - Method in interface org.dapper.server.flow.FlowEdge
Creates a Resource for the start node.
createUResource() - Method in class org.dapper.server.flow.HandleEdge
 
createUResource() - Method in class org.dapper.server.flow.StreamEdge
 
createUserQueue() - Method in class org.dapper.event.FlowEventBroadcaster
Creates a user-facing, read-only Queue.
createVResource() - Method in class org.dapper.server.flow.DummyEdge
 
createVResource() - Method in interface org.dapper.server.flow.FlowEdge
Creates a Resource for the end node.
createVResource() - Method in class org.dapper.server.flow.HandleEdge
 
createVResource() - Method in class org.dapper.server.flow.StreamEdge
 
A B C D E F G H I J L M N O P R S T U V W