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

G

generate() - Method in class org.dapper.server.flow.DummyEdge
 
generate() - Method in interface org.dapper.server.flow.FlowEdge
Regenerates the identifier.
generate() - Method in class org.dapper.server.flow.HandleEdge
 
generate() - Method in class org.dapper.server.flow.StreamEdge
 
get(int) - Method in class org.dapper.codelet.AbstractHandleResource
Gets the handle and the stem at the given position.
get() - Method in class org.dapper.codelet.AbstractHandleResource
Gets the ObjectArray of handle entries.
get(int, int) - Method in class org.dapper.codelet.AbstractHandleResource
An internal access method.
get() - Method in class org.dapper.codelet.StreamResource
 
get() - Method in class org.dapper.event.ExecuteAckEvent
 
get() - Method in class org.dapper.event.ResetEvent
 
get() - Method in class org.dapper.server.ClientState
 
getAddress() - Method in interface org.dapper.codelet.Locatable
getAddress() - Method in class org.dapper.codelet.StreamResource
 
getAddress() - Method in class org.dapper.event.AddressEvent
getAddress() - Method in class org.dapper.server.ClientState
 
getAttachment() - Method in interface org.dapper.codelet.Taggable
Gets the attachment.
getAttachment() - Method in class org.dapper.server.flow.Flow
 
getAttachment() - Method in class org.dapper.server.flow.FlowNode
 
getAttachment() - Method in class org.dapper.server.ServerProcessor.FlowProxy
 
getBoundAddress() - Method in class org.dapper.DapperBase
Gets the bound address of the underlying ConnectionManager.
getBuilders(ClassLoader, List<String>) - Static method in class org.dapper.ui.CodeletTree
Loads FlowBuilders from the given ClassLoader.
getBytes(InputStream) - Static method in class org.shared.metaclass.MetaclassBase
Gets a byte array from the given stream.
getClassName() - Method in class org.dapper.event.ResourceEvent
Gets the class name.
getClientCountDown() - Method in class org.dapper.server.flow.LogicalNode
Gets the CountDown for clients.
getClientState() - Method in class org.dapper.server.flow.FlowNode
Gets the ClientState.
getCodelet() - Method in class org.dapper.server.flow.FlowNode
Gets the Codelet.
getCodeletTree() - Method in class org.dapper.ui.FlowManager
Gets the CodeletTree.
getConnectResources() - Method in class org.dapper.client.ClientJob
Gets the set of Resources that require connecting to.
getContents(Node) - Method in class org.dapper.codelet.AbstractHandleResource
 
getContents(Node) - Method in interface org.dapper.codelet.Resource
Gets the contents as a DOM Node.
getContents(Node) - Method in class org.dapper.codelet.StreamResource
 
getContents(Node) - Method in class org.dapper.event.AddressEvent
 
getContents(Node) - Method in class org.dapper.event.BaseControlEvent
Transfers the contents of this event into the given DOM Node.
getContents(Node) - Method in class org.dapper.event.DataEvent
 
getContents(Node) - Method in class org.dapper.event.ExecuteAckEvent
 
getContents(Node) - Method in class org.dapper.event.ResetEvent
 
getContents(Node) - Method in class org.dapper.event.ResourceEvent
 
getControlHandler() - Method in class org.dapper.server.ClientState
getData(String) - Method in class org.dapper.client.ClientJob
 
getData(String) - Method in interface org.dapper.codelet.DataService
Retrieves data located by some pathname.
getData() - Method in class org.dapper.event.DataEvent
Gets the data.
getDataMap() - Method in class org.shared.metaclass.JarRegistry
Gets the Map of resource pathnames to byte arrays.
getDependencyCountDown() - Method in class org.dapper.server.flow.LogicalNode
Gets the CountDown for dependencies.
getDepth() - Method in class org.dapper.server.flow.FlowNode
 
getDepth() - Method in class org.dapper.server.flow.LogicalNode
 
getDomain() - Method in class org.dapper.event.AddressEvent
Gets the execution domain.
getDomain() - Method in class org.dapper.server.ClientState
Gets the domain.
getEdgeParameters() - Method in class org.dapper.event.ExecuteAckEvent
Gets the edge parameters.
getEmbeddingParameters() - Method in class ex.FanSubflow
 
getEmbeddingParameters() - Method in class ex.ForkBomb
 
getEmbeddingParameters() - Method in interface org.dapper.server.flow.EmbeddingCodelet
Gets the server-side embedding parameters.
getException() - Method in class org.dapper.event.ErrorEvent
Gets the cause of the error.
getException() - Method in class org.dapper.event.FlowEvent
Gets the exception that just occurred.
getException() - Method in class org.dapper.event.ResetEvent
Gets the cause of the reset.
getFile() - Method in class org.dapper.codelet.InputHandleResource
Attempts to interpret the 0th handle as a file pathname.
getFlow() - Method in class org.dapper.server.flow.LogicalNode
Gets the Flow.
getFlow() - Method in class org.dapper.server.ServerProcessor.FlowProxy
Gets the current Flow.
getFlowAttachment() - Method in class org.dapper.event.FlowEvent
Gets the Flow attachment.
getFlowCountDown() - Method in class org.dapper.server.flow.Flow
Gets the flow CountDown.
getFlowNode() - Method in class org.dapper.server.ClientState
Gets the FlowNode.
getFlowNodeAttachment() - Method in class org.dapper.event.FlowEvent
Gets the FlowNode attachment.
getFlowNodes() - Method in class org.dapper.server.flow.LogicalNode
Gets the FlowNodes.
getFlowPane() - Method in class org.dapper.ui.FlowManager
Gets the FlowPane.
getFlowProxy() - Method in class org.dapper.ui.FlowTab
getHandle(int) - Method in class org.dapper.codelet.AbstractHandleResource
Gets the handle at the given position.
getHandleInformation() - Method in class org.dapper.server.flow.HandleEdge
Gets the handle information.
getIdentifier() - Method in interface org.dapper.codelet.Identified
Gets the identifier.
getIdentifier() - Method in class org.dapper.codelet.StreamResource
 
getIdentifier() - Method in class org.dapper.event.StreamReadyEvent
 
getIdentifier() - Method in class org.dapper.server.flow.StreamEdge
 
getIn() - Method in class org.dapper.event.ResourceEvent
Gets the input Resources.
getIn() - Method in class org.dapper.server.flow.FlowNode
 
getIn() - Method in class org.dapper.server.flow.LogicalNode
 
getInput() - Method in class org.dapper.server.ServerProcessor.RequestEvent
Gets the input.
getInputStream() - Method in class org.dapper.codelet.AbstractHandleResource
 
getInputStream() - Method in class org.dapper.codelet.InputHandleResource
Attempts to derive an InputStream from InputHandleResource.getFile().
getInputStream() - Method in interface org.dapper.codelet.Resource
Gets the InputStream.
getInputStream() - Method in class org.dapper.codelet.StreamResource
 
getLog() - Static method in class org.dapper.client.Client
Gets the static Logger instance.
getLog() - Static method in class org.dapper.server.Server
Gets the static Logger instance.
getLog() - Static method in class org.dapper.ui.FlowManager
Gets the static Logger instance.
getLogicalNode() - Method in class org.dapper.server.flow.FlowNode
Gets the LogicalNode.
getManager() - Method in class org.dapper.DapperBase
Gets the SocketManager.
getName() - Method in class org.dapper.codelet.AbstractHandleResource
 
getName() - Method in interface org.dapper.codelet.Nameable
Gets the name.
getName() - Method in class org.dapper.codelet.StreamResource
 
getName() - Method in class org.dapper.server.flow.DummyEdge
 
getName() - Method in class org.dapper.server.flow.FlowNode
 
getName() - Method in class org.dapper.server.flow.HandleEdge
 
getName() - Method in class org.dapper.server.flow.StreamEdge
 
getNodes() - Method in class org.dapper.server.flow.Flow
Gets the LogicalNodes.
getOrder() - Method in class org.dapper.server.flow.FlowNode
 
getOrder() - Method in class org.dapper.server.flow.LogicalNode
 
getOut() - Method in class org.dapper.event.ResourceEvent
Gets the output Resources.
getOut() - Method in class org.dapper.server.flow.FlowNode
 
getOut() - Method in class org.dapper.server.flow.LogicalNode
 
getOutputStream() - Method in class org.dapper.codelet.AbstractHandleResource
 
getOutputStream() - Method in interface org.dapper.codelet.Resource
Gets the OutputStream.
getOutputStream() - Method in class org.dapper.codelet.StreamResource
 
getParameters() - Method in interface org.dapper.codelet.ParameterMetadata
Gets the parameters as a DOM Node.
getParameters() - Method in class org.dapper.event.ExecuteAckEvent
 
getParameters() - Method in class org.dapper.event.ResourceEvent
 
getParameters() - Method in class org.dapper.server.flow.FlowNode
 
getPathname() - Method in class org.dapper.event.DataEvent
Gets the pathname.
getPendingCount() - Method in class org.dapper.server.Server
Gets the number of additional clients required to saturate all pending computations.
getPendingCount() - Method in class org.dapper.server.ServerLogic
Gets the pending computation count.
getPendingCount(Flow) - Method in class org.dapper.server.ServerLogic
Gets the pending computation count for the given Flow.
getPendingCount() - Method in class org.dapper.server.ServerProcessor.FlowProxy
Gets the number of additional clients required to saturate all pending computations on the Flow.
getRemaining() - Method in class org.dapper.server.flow.AbstractCountDown
 
getRemaining() - Method in interface org.dapper.server.flow.CountDown
Gets the remaining items.
getResource(String) - Method in class org.shared.metaclass.FileSystemRegistry
 
getResource(String) - Method in class org.shared.metaclass.JarRegistry
 
getResource(String) - Method in interface org.shared.metaclass.ResourceRegistry
Gets a resource URL corresponding to the given pathname.
getResourceAsStream(String) - Method in class org.shared.metaclass.FileSystemRegistry
 
getResourceAsStream(String) - Method in class org.shared.metaclass.JarRegistry
 
getResourceAsStream(String) - Method in class org.shared.metaclass.RegistryClassLoader
 
getResourceAsStream(String) - Method in interface org.shared.metaclass.ResourceRegistry
Gets an InputStream to the resource at the given pathname.
getResourceAsTemporaryFile(ResourceRegistry, String) - Static method in class org.shared.metaclass.MetaclassBase
Gets a resource from the given registry as a temporary file.
getResources(String) - Method in class org.shared.metaclass.FileSystemRegistry
 
getResources(String) - Method in class org.shared.metaclass.JarRegistry
 
getResources(String) - Method in interface org.shared.metaclass.ResourceRegistry
Gets all resource URLs corresponding to the given pathname.
getRetries() - Method in class org.dapper.server.flow.FlowNode
Gets the number of allowable retries.
getSource() - Method in class org.dapper.event.BaseControlEvent
 
getSource() - Method in class org.dapper.event.FlowEvent
 
getSource() - Method in class org.dapper.server.ServerProcessor.RequestEvent
 
getStatus() - Method in class org.dapper.client.ClientProcessor
 
getStatus() - Method in class org.dapper.server.ClientState
 
getStatus() - Method in class org.dapper.server.flow.Flow
 
getStatus() - Method in class org.dapper.server.flow.LogicalNode
getStatus() - Method in class org.dapper.server.ServerProcessor
 
getStem(int) - Method in class org.dapper.codelet.AbstractHandleResource
Gets the stem at the given position.
getStreamHandler() - Method in class org.dapper.event.StreamReadyEvent
Gets the newly accepted/connected SynchronousHandler.
getSubmitFlowObservable() - Method in class org.dapper.ui.CodeletTree
Gets the Flow submission Observable.
getTimeout() - Method in class org.dapper.server.flow.FlowNode
Gets the timeout in milliseconds.
getType() - Method in class org.dapper.client.ClientProcessor
 
getType() - Method in class org.dapper.codelet.InputHandleResource
 
getType() - Method in class org.dapper.codelet.OutputHandleResource
 
getType() - Method in class org.dapper.codelet.StreamResource
 
getType() - Method in class org.dapper.event.BaseControlEvent
 
getType() - Method in class org.dapper.event.FlowEvent
 
getType() - Method in class org.dapper.server.flow.DummyEdge
 
getType() - Method in class org.dapper.server.flow.HandleEdge
 
getType() - Method in class org.dapper.server.flow.StreamEdge
 
getType() - Method in class org.dapper.server.ServerProcessor
 
getType() - Method in class org.dapper.server.ServerProcessor.RequestEvent
 
getU() - Method in class org.dapper.server.flow.DummyEdge
 
getU() - Method in class org.dapper.server.flow.HandleEdge
 
getU() - Method in class org.dapper.server.flow.LogicalEdge
 
getU() - Method in class org.dapper.server.flow.StreamEdge
 
getV() - Method in class org.dapper.server.flow.DummyEdge
 
getV() - Method in class org.dapper.server.flow.HandleEdge
 
getV() - Method in class org.dapper.server.flow.LogicalEdge
 
getV() - Method in class org.dapper.server.flow.StreamEdge
 
GRAY - Static variable in class org.dapper.Constants
A gray color.
groupByName(List<T>) - Static method in class org.dapper.codelet.CodeletUtilities
Groups a list of Nameable elements by their names.
guard - Static variable in class org.dapper.client.Client
A guard against the creation of too many accept threads.
A B C D E F G H I J L M N O P R S T U V W