代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/130188/5963148
java dumbrecoveryjob.java
/*
* Copyright James House (c) 2001-2004
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/127043/6009472
java testharness.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/126074/6018539
doc class.doc
;;;*******************************************************************
;;; DEFCLASS TESTS
;;;
;;; This file class.bat tests various features of defclasses.
;;;
;;; To test, execute the command (batch
www.eeworm.com/read/126074/6018544
doc coolfnx.doc
;;;*******************************************************************
;;; COOL FUNCTION TESTS
;;;
;;; These files coolfnx.bat and coolfnx.clp test various
;;; COOL ancillary functions.
;;;
;;; To tes
www.eeworm.com/read/126074/6018559
doc classerr.doc
;;;*******************************************************************
;;; DEFCLASS ERROR TESTS
;;;
;;; This file classerr.bat tests error processing related to
;;; defclasses.
;;;
;;; To test, execut
www.eeworm.com/read/125439/6029254
java switch.java
package com.javapatterns.command.lightandfan;
public class Switch {
private Command UpCommand, DownCommand;
public Switch( Command Up, Command Down) {
UpCommand =
www.eeworm.com/read/125114/6034064
java command.java
package com.javapatterns.command;
public interface Command
{
void execute();
}
www.eeworm.com/read/124426/6047831
java undoableactionhandler.java
package org.jbpm.delegation;
/**
* is an ActionHandler that allows to perform compensating actions when a user
* undoes a process instance.
*
* When a process instance is undone, all var
www.eeworm.com/read/124426/6047857
java schedulerserver.java
package org.jbpm.scheduler;
/**
* is the interface towards the external client that provides the server with
* a request-thread to execute the scheduled jobs. jBpm is usually executed
* wi
www.eeworm.com/read/124424/6048094
java abstractvelocitytaskflowlet.java
/*
* Copyright (c) 2003-2004, Alexander Greif
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f