| Modifier and Type | Method and Description |
|---|---|
Pair<java.lang.Class<?>,java.lang.Object> |
ADEPT2CallbackExport.getCallback(java.net.URI callbackUri)
Returns the exported remote interface and the callback object identified
by the designated callback URI.
|
Pair<InvocationTarget,java.net.URI> |
GlobalInvocationResolver.getInvocationTarget(java.net.URI uri)
Gets the invocation target for the designated URI.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.util.logging.Logger,Pair<java.util.logging.Level,java.util.Collection<java.util.logging.Handler>>> |
LoggerManager.configuredLoggers
All loggers that have a special configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Pair<java.lang.String,java.lang.String>> |
ConfigurationManager.getReferencedConfigurationFiles(Configuration conf)
Gets all configuration entries that refer to external configuration files in the designated
configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.net.URI,Pair<java.lang.String,java.lang.String>> |
GlobalRegistryCache.globalNames
The mapping from each global URI to the corresponding service name.
|
protected java.util.Map<Pair<java.lang.String,java.lang.String>,java.util.List<java.net.URI>> |
GlobalRegistryCache.nameGlobalUris
The mapping from service name (type and instance name) to the corresponding
globally exported URIs.
|
protected java.util.Map<Pair<java.lang.String,java.lang.String>,java.util.List<java.net.URI>> |
GlobalRegistryCache.nameLocalUris
The mapping from service name (type and instance name) to the corresponding
locally exported URIs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Pair<java.util.List<java.net.URI>,java.util.List<java.net.URI>>>> |
GlobalRegistry.getAllServices()
Gets the global and local URIs of all published services currently managed
by the global registry.
|
java.util.Map<java.lang.String,Pair<java.util.List<java.net.URI>,java.util.List<java.net.URI>>> |
GlobalRegistry.getAllServices(java.lang.String serviceType)
Gets the global and local URIs of all published service instances of the
designated service type currently managed by the global registry.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,Pair<java.lang.ClassLoader,Configuration>> |
PluginRegistry.runtimePlugins
Map from hierarchical plugin instance names to the classloader and the
configuration of the plugin instance.
|
protected java.util.Stack<Pair<java.lang.String,ADEPT2Service>> |
LocalServiceRegistry.startedServices
All started services (hierarchical service name and service), pushed on the
stack in order of their start.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<InvocationTarget,java.net.URI> |
ServiceRegistry.getInvocationTarget(java.net.URI uri) |
protected abstract Pair<java.lang.String,java.lang.String> |
ServiceRegistry.resolveInstanceName(Configuration conf)
Gets the cluster and the instance name for this registry from the
designated configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.ThreadLocal<java.util.Stack<Pair<java.lang.Object[],java.lang.Object[]>>> |
DebugLogger.logRecordParameters
The parameter stacks depending on the current thread.
|
protected java.lang.ThreadLocal<Pair<java.lang.String,java.lang.String>> |
DebugLogger.recordSource
The source class name (first element) and the source method name for the
next log-call of the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected Pair<QualifiedAgent,QualifiedAgent> |
AbstractADEPT2Service.getUserCredentials(SessionToken session)
Gets the agent of the top-level session token and the agent of the
designated session token if a session factory is available.
|
Pair<QualifiedAgent,QualifiedAgent> |
AbstractAuthenticatedService.getUserCredentials(SessionToken session)
Gets the agent of the top-level session token and the agent of the
designated session token if a session factory is available.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Pair<java.lang.String,java.lang.String>,Pair<DynamicServlet,javax.servlet.ServletContext>> |
EmbeddedServletService.servlets
All servlets deployed via this service.
|
protected java.util.Map<Pair<java.lang.String,java.lang.String>,Pair<DynamicServlet,javax.servlet.ServletContext>> |
EmbeddedServletService.servlets
All servlets deployed via this service.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<ProcessConstants.AdeptDataType,java.lang.String> |
NodeDependencyProvider.getCompleteDataTypeOf(java.lang.String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
Pair<SessionToken,PolicyResolution> |
DefaultProcessCheckService.getPolicyResolution() |
| Modifier and Type | Method and Description |
|---|---|
Pair<SynchronousActivityStarting,java.lang.Boolean> |
ExecutionClientService.getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated
activity independently from the execution manager holding the activity and
the local runtime manager.
|
Pair<SynchronousActivityStarting,java.lang.Boolean> |
MultiplexingClientService.getRemoteSynchronousActivityStarting(EBPInstanceReference activity) |
Pair<SynchronousActivityStarting,java.lang.Boolean> |
RemoteExecutionClientService.getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated
activity independently from the execution manager holding the activity and
the local runtime manager.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<SessionToken,SimpleSessionContext> |
ActivityEventManager.startActivity(EBPInstanceReference activity,
ProcessConstants.ExecutionMode executionMode)
Starts the designated activity if it is appropriate for a
RuntimeService and provides its process context. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Pair<java.lang.String,java.lang.String>,java.util.List<EventHandler>> |
AbstractEventManager.handler
All known event handler indexed by the event and source type they are
registered for.
|
protected java.util.Map<Pair<java.lang.String,java.lang.String>,java.util.Map<java.lang.String,EventSource<?>>> |
AbstractEventManager.sources
All existing event sources indexed by event type and source type mapped
to source ID and source.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<SessionToken,SimpleSessionContext> |
AbstractEventManager.startActivity(EBPInstanceReference activity,
ProcessConstants.ExecutionMode executionMode) |
| Modifier and Type | Method and Description |
|---|---|
Pair<java.util.Map<EBPInstanceReference,ExecutionContext>,java.util.Map<EBPInstanceReference,java.lang.Throwable>> |
ActivityStarting.getExecutionContexts(SessionToken session,
java.util.Collection<EBPInstanceReference> activities)
Gets the execution contexts for the designated activities.
|
| Modifier and Type | Method and Description |
|---|---|
protected Pair<QualifiedAgent,QualifiedAgent> |
AuthenticatedInjectedService.getUserCredentials(SessionToken session) |
protected Pair<java.lang.String,java.lang.String> |
BootstrapRegistry.resolveInstanceName(Configuration conf) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Pair<EBPInstanceReference,java.lang.String>> |
AbstractGUIManager.earlyTerminates
The activities (identified by the EBP instance reference and the execution
session ID) of which the termination has already been notified but the
corresponding GUI context has not yet been created.
|
protected java.util.Map<Pair<EBPInstanceReference,java.lang.String>,Pair<GUIContext,de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext>> |
AbstractGUIManager.guiContexts
The local and the corresponding transferred GUI contexts that have been
created and not been closed yet, indexed by the pair that identifies the
corresponding activity and its execution session.
|
protected java.util.Map<Pair<EBPInstanceReference,java.lang.String>,Pair<GUIContext,de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext>> |
AbstractGUIManager.guiContexts
The local and the corresponding transferred GUI contexts that have been
created and not been closed yet, indexed by the pair that identifies the
corresponding activity and its execution session.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<java.util.Map<EBPInstanceReference,SimpleSessionContext>,java.util.Map<EBPInstanceReference,java.lang.Throwable>> |
RemoteActivityStarting.getSimpleSessionContexts(SessionToken session,
java.util.Collection<EBPInstanceReference> activities,
ProcessConstants.ExecutionMode executionMode)
Gets incomplete simple session contexts for the designated activities.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<ProcessConstants.AdeptDataType,java.lang.String> |
ListUdt.getInnerType()
Gets the inner type of this list, that is the type of the list elements.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<java.lang.Boolean,java.lang.Object> |
LocalisationResolver.invokeSpecific(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<ProcessConstants.AdeptDataType,java.lang.String> |
SystemDataConstants.getInnerType(java.lang.String udtName)
Parses the designated UDT name and returns the inner data type as well as
the UDT name if appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<ProcessConstants.AdeptDataType,java.lang.String> |
DependencyProvider.getCompleteDataTypeOf(java.lang.String parameterName)
Returns the data type (including the UDT name if appropriate) of the
parameter with the specified name or
null if the parameter does not
exist. |
| Modifier and Type | Method and Description |
|---|---|
static Pair<java.util.Set<java.util.UUID>,java.util.Set<java.util.UUID>> |
ProcessModelTools.getDirectChildTemplateIDsFromDeltaLayer(Template current,
Template originalTemplate,
boolean embeddedOnly)
For a given instance specific template and its base template, this method
will calculate the child templates that only occur in the base template or
the instance specific template.
|
| Modifier and Type | Method and Description |
|---|---|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
static Filter |
WorklistFilters.createFilter(FilterFactory ff,
Pair<ComparisonOperator,java.lang.String> titleFilter,
Pair<ComparisonOperator,java.lang.String> procTypeFilter,
Pair<ComparisonOperator,java.lang.String> procInstNameFilter,
Pair<ComparisonOperator,java.lang.Integer> prioFilter,
Pair<ComparisonOperator,java.lang.Long> actDateFilter,
Pair<ComparisonOperator,java.lang.Long> dueDateFilter,
Pair<ComparisonOperator,java.lang.Long> resubDateFilter,
boolean inclTlpi)
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Pair<java.lang.Boolean,java.lang.String> |
RequiredJavaVersion.checkJava(java.lang.String preformattedFailMsg,
java.lang.String preformattedWarnMsg,
java.lang.String preformattedFcsMsg,
java.lang.String productName)
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
|
static Pair<java.lang.Boolean,java.lang.String> |
RequiredJavaVersion.checkJavaMessage(java.lang.String preformattedFailMsg,
java.lang.String preformattedWarnMsg)
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
|
static Pair<java.lang.Boolean,java.lang.String> |
RequiredJavaVersion.checkJavaMessage(java.lang.String preformattedFailMsg,
java.lang.String preformattedWarnMsg,
java.lang.String preformattedFcsMsg)
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
|
static Pair<java.lang.Boolean,java.lang.String> |
RequiredJavaVersion.checkJavaProduct(java.lang.String productName)
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
|
static Pair<java.lang.String,java.lang.Boolean> |
Version.getVersionInformation(java.lang.Class<?> cls)
Gets the version information from the version file that is part of the
class bundle containing the designated class.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier> |
TrustAllManager.disableSslCheck(javax.net.ssl.HttpsURLConnection conn)
Disables the SSL/TLS check for the designated connection.
|
static Pair<javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier> |
TrustAllManager.disableSslCheckDefault()
Disables the SSL/TLS check for all HTTPS-connections.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<P,Pair<PipelineRunnable<P>,java.util.Queue<java.lang.Runnable>>> |
AbstractPipeliningExecutor.pipelines
Deprecated.
All existing pipelines and the corresponding runnables.
|
protected java.util.Map<P,Pair<PipelineRunnable<P>,java.util.Queue<java.lang.Runnable>>> |
PipelineRunnable.pipelines
Deprecated.
The data structures containing all pipelines from which the current
pipeline will be removed as soon as it is empty.
|
protected java.util.Map<T,Pair<java.util.concurrent.atomic.AtomicInteger,java.lang.Runnable>> |
Delayer.tryCounts
The number of tries of an element (and the corresponding resetting
runnable).
|
| Modifier and Type | Method and Description |
|---|---|
Pair<? extends T,java.util.logging.Level> |
ThrowableCreatingCallable.replaceThrowable(java.lang.String msg,
java.lang.Throwable thrown)
Creates a new throwable replacing the designated throwable.
|
<T> Pair<java.util.concurrent.Future<T>,java.util.Map<P,java.util.Queue<java.lang.Runnable>>> |
AbstractPipeliningExecutor.submitAndFlush(boolean abortPending,
java.util.concurrent.Callable<T> task)
Deprecated.
Submits the designated task and flushes all pipelines.
|
| Constructor and Description |
|---|
PipelineRunnable(P pipelineId,
java.util.Queue<java.lang.Runnable> pipeline,
java.util.Map<P,Pair<PipelineRunnable<P>,java.util.Queue<java.lang.Runnable>>> pipelines,
java.util.concurrent.atomic.AtomicInteger terminate,
java.util.logging.Logger logger)
Deprecated.
Creates a new runnable that executes all the work present for a specific
object (in a pipeline).
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<O2,Pair<ObjectRunnable<O1,O2>,R>> |
AbstractObjectRunnable.objects
The data structures containing all objects and the corresponding work.
|
protected java.util.Map<O2,Pair<ObjectRunnable<O1,O2>,R>> |
AbstractObjectSpecificExecutor.objects
All managed objects, their runnables as well as their runtime data.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> Pair<java.util.concurrent.Future<T>,java.util.Map<O2,R>> |
AbstractObjectSpecificExecutor.cancelAndFlush(boolean shutdownRequest,
java.util.Map<O2,R> pending,
java.util.concurrent.Callable<T> task,
java.util.Collection<ObjectRunnable<O1,O2>> objectRunnables)
Cancels the designated pending work (if appropriate), flushes (i. e. waits for or aborts the
designated runnables) and executes the designated task.
|
protected <T> Pair<java.util.concurrent.Future<T>,java.util.Map<O,Pair<java.lang.Runnable,java.lang.Runnable>>> |
ObjectOneWorkExecutor.cancelAndFlush(boolean shutdownRequest,
java.util.Map<O,Pair<java.lang.Runnable,java.lang.Runnable>> pending,
java.util.concurrent.Callable<T> task,
java.util.Collection<ObjectRunnable<O,O>> objectRunnables) |
protected <T> Pair<java.util.concurrent.Future<T>,java.util.Map<P,java.util.Queue<java.lang.Runnable>>> |
AbstractPipeliningExecutor.cancelAndFlush(boolean shutdownRequest,
java.util.Map<P,java.util.Queue<java.lang.Runnable>> pending,
java.util.concurrent.Callable<T> task,
java.util.Collection<ObjectRunnable<O,P>> objectRunnables) |
<T> Pair<java.util.concurrent.Future<T>,java.util.Map<O2,R>> |
AbstractObjectSpecificExecutor.flushAndExecute(boolean abortPending,
java.util.concurrent.Callable<T> task)
Flushes all work and executes the designated task.
|
protected <T> Pair<java.util.concurrent.Future<T>,java.util.Map<O2,R>> |
AbstractObjectSpecificExecutor.flushAndExecuteUnchecked(boolean abortPending,
boolean shutdownRequest,
java.util.concurrent.Callable<T> task)
The same as
AbstractObjectSpecificExecutor.flushAndExecute(boolean, Callable) but without the check for a pending
shutdown. |
<T> Pair<java.util.concurrent.Future<T>,java.util.Map<O2,R>> |
AbstractObjectSpecificExecutor.submitAndFlush(boolean abortPending,
java.util.concurrent.Callable<T> task)
Submits the designated task and flushes all work.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> Pair<java.util.concurrent.Future<T>,java.util.Map<O,Pair<java.lang.Runnable,java.lang.Runnable>>> |
ObjectOneWorkExecutor.cancelAndFlush(boolean shutdownRequest,
java.util.Map<O,Pair<java.lang.Runnable,java.lang.Runnable>> pending,
java.util.concurrent.Callable<T> task,
java.util.Collection<ObjectRunnable<O,O>> objectRunnables) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Pair<java.util.concurrent.Future<T>,java.util.Map<O,Pair<java.lang.Runnable,java.lang.Runnable>>> |
ObjectOneWorkExecutor.cancelAndFlush(boolean shutdownRequest,
java.util.Map<O,Pair<java.lang.Runnable,java.lang.Runnable>> pending,
java.util.concurrent.Callable<T> task,
java.util.Collection<ObjectRunnable<O,O>> objectRunnables) |
protected java.util.List<java.lang.Runnable> |
ObjectOneWorkExecutor.getOutstandingRunnables(java.util.Map<O,Pair<java.lang.Runnable,java.lang.Runnable>> outstandingWork) |
| Constructor and Description |
|---|
AbstractObjectRunnable(O1 registeredObject,
O2 indexObject,
java.util.Map<O2,Pair<ObjectRunnable<O1,O2>,R>> objects,
java.util.concurrent.atomic.AtomicInteger terminate,
java.util.logging.Logger logger)
Creates a new runnable for the designated object.
|
PipelineRunnable(O object,
P pipelineId,
java.util.Queue<java.lang.Runnable> pipeline,
java.util.Map<P,Pair<ObjectRunnable<O,P>,java.util.Queue<java.lang.Runnable>>> pipelines,
java.util.concurrent.atomic.AtomicInteger terminate,
java.util.logging.Logger logger)
Creates a new runnable that executes all the work present for a specific
object (in a pipeline).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerialisablePair<F,S>
A pair that is serialisable.
|
| Modifier and Type | Method and Description |
|---|---|
static <F,S> Pair<F,S> |
Pair.pair(F f,
S s)
Create a new pair.
|