单词 | Java class | ||||||
释义 | Java class
例句释义: 类,业务逻辑层,类型 1. JPA entities are Java class representations of a database, and allow you to interact on a disconnected model of the database. JPA实体是一个数据库的Java类的代表,并使您能够与数据库没有链接的模型相交流。 www.ibm.com 2. If you look at Listing 7 and for the moment forget about the annotations, it's just a simple Java class called ShippingAddress. 如果您看看清单7并暂时忘记注释的事情,会发现它就是一个简单的Java类,叫做ShippingAddress。 www.ibm.com 3. The basis of the bank application is a single Java class containing skeleton operations that might be used in such a scenario. 银行应用程序的基础是一个Java类,该类包含可能在此类场景中使用的框架操作。 www.ibm.com 4. Because Java makes threads so easy to use, the Java class libraries require their use in a number of places. 因为Java让线程变得易于使用,Java的类库也在好几处用上了线程。 www.bing.com 5. As you'll notice from the class diagram in Figure 1, discriminator is not an attribute of any Java class. 从图1的类图中您会注意到,discriminator不是任何Java类都有的属性。 www.ibm.com 6. For your first Web service, you ll use Rational Developer to turn a Java class into a Web service. 对于您的第一个Web服务,您将使用RationalDeveloper将一个Java类转换为一个Web服务。 www-128.ibm.com 7. In a nutshell, a doclet is a Java class to which Javadoc passes the result of parsing the Java class. 简而言之,doclet是一个Java类,Javadoc将解析Java类的结果传递给doclet。 www.ibm.com 8. A state machine associated with a software technical artifact like e. g. a Java class, which is maybe unrelated to any business process. 一个与某个软件技术部件(如Java类)相关联的状态机,它可能和任何业务过程都没有关系 www.infoq.com 9. The pureQuery outline view provides an easy-to-read summary of all the SQL in the Java class. pureQuery大纲视图为Java类中的所有SQL提供了一种易于阅读的汇总信息。 www.ibm.com 10. The tag name is mapped to the Java class that implements the component as well as the rendered class if it's a visible component. 将标记名映射到实现组件的Java类及呈现类(如果是可视化组件)。 www.ibm.com 1. The entry point into a GWT application is a Java class whose compiled JavaScript is the script for a given page. GWT应用程序的入口点是一个Java类,它的已编译JavaScript是针对特定页面的脚本。 www.ibm.com 2. Now you're ready to create your first Java class and see how Eclipse helps the XP development flow. 现在您已经准备创建您的第一个Java类,了解Eclipse如何帮助继续进行XP开发。 www.ibm.com 3. The main function in a Java class can only be probed, if the JVM was started with the -X option on the ProbeVue command line. 如果在ProbeVue命令行上用-X选项启动JVM,那么只能探测Java类中的main函数。 www.ibm.com 4. A set of Java class instances that reference one another must all be defined under the scope of a ClassLoader. 一组相互引用的Java类实例必须在ClassLoader作用域下定义。 www.ibm.com 5. IMPLEMENTING-CLASS is the name of a Java class with a complete path. IMPLEMENTING-CLASS是带有全路径的Java类名称。 www.ibm.com 6. The Visualize menu allows you to select a method in a Java Class and visualize it in a Static Method Sequence diagram. 可视化菜单允许选择在Java类中选择一种方式,并将其呈现在静态方法序列图中。 www.ibm.com 7. Annotations allow you to add metadata directly to your Java class by prefixing it with an @. 注释允许您通过添加@前缀的方式直接向Java类添加元数据。 www.ibm.com 8. Just look at the Java class hierarchy to see an elaborate set of object inheritance hierarchy. 仅仅查看Java类就可以看到一组精巧的对象继承层次结构。 www.ibm.com 9. The ability of Quercus to make use of any Java class through the use of import statements makes it highly interoperable and flexible. Quercus能够通过使用导入语句利用任何Java类,这使它具有很高的互操作性和灵活性。 www.ibm.com 10. The arguments to this function are an instance of a Java class and a namespace identifier. 该函数的参数是一个Java类的实例和一个名称空间标识符。 www.ibm.com 1. You simply write a Java class and map the fields of the class to the elements of the XML that you wish to read. 只需要编写一个Java类将类的字段映射到希望读取的XML的元素。 www.ibm.com 2. The executable form of a JSP page is a Java class that implements the javax. servlet. Servlet interface. JSP页的可执行形式是实现javax.servlet.Servlet接口的Java类。 www.ibm.com 3. The Ruby2Java compiler inspects the *runtime* definition of classes to produce a normal-looking Java class. Ruby2Java编译器检查类的运行时定义来产生正常的Java类。 www.infoq.com 4. Each component has a name, corresponds to a Java class, and may be activated or deactivated by calls to that class' methods. 每个组件都有一个名字,对应一个Java类,并可以通过调用该类的方法使其激活或失效。 www.infoq.com 5. This creates the Java class with the customized types and a type safe enum Java class, as shown in Listing 7. 这会创建包含定制类型的Java类和类型安全的enumJava类,见清单7。 www.ibm.com 6. The key (left name) is the name used by the client to invoke the command and the value (right name) is a Java class name for the server. 键(key)(左边名称)是客户用来调用命令的名称,值(value)(右边名称)是用于服务器的Java类名称。 www.ibm.com 7. This four-part article series examines Java class loading to help application developers understand and debug problems they may encounter. 这个四部分构成的文章系列研究Java的类别载入问题,帮助应用程式开发人员理解和除错可能遇到的问题。 www-128.ibm.com 8. So, although doing so isn't necessary for this simple demo, you could also construct a Java class to map to the bigdog. vendors table. 因此,虽然这样做对于这个简单的演示并不必要,但是您也可以构造一个Java类映射到bigdog.vendors表。 www.ibm.com 9. The dblook tool is another Java class that enables you to easily dump the contents of a database to the console. dblook工具是一个Java类,可以用它方便地把数据库的内容输出到控制台。 www.ibm.com 10. To use a custom collation with Saxon, you specify the name of the Java class that implements the collation function. 要在Saxon中使用自定义排序,需要指定实现排序函数的Java类名。 www.ibm.com 1. First, you'll need a Java class that uses some form of presentation or business logic to determine the filenames to link to. 首先,需要一个Java类,它使用某种形式的表示或业务逻辑来确定要链接的文件名。 www.ibm.com 2. Apache Derby, an Apache DB project, is a lightweight, embeddable, relational engine in the form of a Java class library. ApacheDerby是一个ApacheDB项目,它是一种Java类库形式的轻量级、可嵌入的关系引擎。 www.ibm.com 3. Because Upper is an object, this main method works exactly like a static main method in a Java class. 因为Upper是一个object,这个main方法就像Java类里的staticmain方法一样。 www.bing.com 4. The name of an XML element is respective to the Java class that it represents. XML元素的名称与它体现的Java类相对应。 www.bing.com 5. Each instantiation of a mixin is compiled to a separate Java class; no sharing of bytecode occurs across copies. mixin的每个实例化被编译成独立的Java类;各个副本上不存在任何共享的字节码。 www.ibm.com 6. Eclipse will automatically create an XWT UI declaration (xwt file) and the Java class for you, as shown in Figure 4. Eclipse将会自动地为您创建一个XWTUI声明(xwt文件)和Java类,如图4中所示。 www.ibm.com 7. The Java class creates an instance of a Java class and calls the best matching constructor, passing any arguments from the script. 此Java类创建Java类的实例,并调用最佳匹配构造函数(从脚本传递任何参数)。 www.ibm.com 8. The required type attribute should declare the type of the service as the fully qualified name of a Java class. 必需的type属性应该将服务的类型声明为一个Java类的完全限定名。 www.ibm.com 9. Every component is represented by a Java class and a group of files with the same name but different file extension. 每个组件由一个Java类,以及一组具有相同名称、不同扩展名的文件表示。 www.infoq.com 10. This simply requires adding the content adapter Java class to the portlet code, then creating an instance of it when the claim is submitted. 该操作只需向该portlet代码中添加内容适配器Java类,然后在提交请求时创建实例。 www-128.ibm.com 1. Later in the article, you'll see how you can easily turn a regular Java class into a Web service by adding simple annotations. 在本文后面,会看到如何通过添加简单的注解,将常规的Java类转换为Web服务。 www.ibm.com 2. The Java class is in your client package, meaning that it's intended to be compiled by GWT into JavaScript code. Java类位于您的client包中,表示着它意图被GWT编译到JavaScript代码中。 www.ibm.com 3. The view is another Ruby file with a reference to a specific Java class containing the compiled Swing code. 视图是另一个Ruby文件,它引用一个特定的Java类,这个Java类包含编译过的Swing代码。 www.ibm.com 4. Even worse, in a layered application, the access to the resource may be happening in a Java class used by the EJB component. 在分层的应用程序中,情况甚至更为糟糕,因为在使用EJB组件的Java类中都可能出现访问这些资源的现象。 www.ibm.com 5. First, as a way of introduction, Solr (really Lucene) uses a Java class called Searcher to process Query instances. 首先,作为一种介绍的方式,Solr(实际上是Lucene)使用称为Searcher的Java类来处理Query实例。 www.ibm.com 6. This signature is just an easy way of verifying that a block of data really does claim to be an instance of the Java class format. 这个特征符恰好是一种验证一个数据块确实声明成Java类格式的一个实例的简单方法。 www.ibm.com 7. This brings up the Java Class dialog allowing you to create a new Java class. 这就打开了JavaClass对话框,它允许您创建新的Java类。 www-128.ibm.com 8. Or you can even envision any arbitrary Java class being treated as a Web service, with native Java invocations as the access protocol. 或者您甚至可以想象任意一个Java类可以被当作Web服务,以本机Java调用作为访问协议。 www.ibm.com 9. The init method is similar in concept to the main method of a typical Java class in that they both are entry points. init方法在概念上类似于一个典型Java类的main方法,因为它们都是入口点。 www.ibm.com 10. If you are working on a low-level framework Java class and accidentally refer to a higher-level GUI panel, the code will not compile. 如果你工作在底层Java框架上,偶然引用到高层的GUI模板组件,这时代码不需要编译。 blog.163.com 1. You find all the compiled Java . class files in this structure, nested within a directory structure matching the package structure. 您能在该结构中找到所有已编译的Java.class文件,这些文件嵌套在与包结构相匹配的目录结构中。 www.ibm.com 2. Derby is a lightweight, embeddable relational engine in the form of a Java class library. Cloudscape是一个以Java类库形式提供的、轻量级的、可嵌入的关系引擎。 www.ibm.com 3. An example of a component library might be the Java class library, or the ADO. NET library for data access. 一个组件库的例子可能是数据访问的Java类库或者ADO.NET库。 www.ibm.com 4. These values can be key data in the form of strings or the names of Java class files that implement key interfaces. 这些值可以是字符串格式的关键数据,也可以是实现关键接口的Java类文件的名称。 www.ibm.com 5. Button, a message box comes up and shows the information retrieved from the Java class, as shown in Figure 23. 按钮时,出现一个消息框,显示从Java类检索到的信息,如图23所示。 www-128.ibm.com 6. It analyzes the structure and content of a Java class and applies rules to it. 其运作原理是:分析Java类的结构和内容,检查它们与既定规则的匹配程度。 www.infoq.com 7. The rules editor will introspect the Java class for the application object to determine what properties display in the editor. 规则编辑器将对应用程序对象的Java类进行自检,以确定在编辑器中显示哪些属性。 www.ibm.com 8. Value type: (Optional) A fully qualified Java class name of the value to be transferred with the event. Valuetype:(可选项)随事件一起传递的值的Jazz类名。 www.ibm.com 9. Java class files stored in JAR files can be precompiled through a simple command line into Java eXEcutable (JXE) files. 存储在JAR文件中的Java类文件可以通过简单的命令行预编译为JavaeXEcutable(JXE)文件。 www.ibm.com 10. To that end, I developed a Java class library during a five-day period to implement this decision tables technique with IBM Rational tools. 为此,我花费了5天的时间开发了一个Java类库,用来使用IBMRational工具实现决策表技术。 www.ibm.com 1. These two methods existed in the original Java class in the Bottom Up scenario. 这两种方法存在于最初自底向上方案中的Java类中。 www-128.ibm.com 2. This variable is programmatically set by a calling Java class (also coded in a later step) that depends upon the type of client. 通过调用Java类(将在稍后步骤中编写),以编程方式设置该变量,该变量取决于客户机类型。 www.ibm.com 3. It contains an EJB component that uses the Java class in the DB Helper project to insert data into a DB2 database table. 它包含使用DBHelper项目中的Java类将数据插入到DB2数据库表的EJB组件。 www.ibm.com 4. Listing 4 shows the XML mapping file that allows you to map the properties in the Java class to the data columns in the data table. 清单4内所示的这个XML映射文件允许您将Java类内的属性映射到数据表内的数据列。 www.ibm.com 5. Click Add and then start typing the name of the Java class that contains your method. 单击Add,然后开始键入包含您的方法的Java类的名称。 www.ibm.com 6. The next step is to create a Java class to hold your main method. 接下来的步骤是创建有关Java类,用于容纳主方法。 www.ibm.com 7. You can add business logic to the Java class for business clients to access business information through the business logic. 您可以为业务客户的Java类增加业务逻辑,从而获取业务信息。 www.ibm.com 8. I'll use a simple HTML page, a Groovlet, and a JDO-enhanced Java class to persist an event (in this case, a triathlon). 我将使用一个简单的HTTP页面、一个Groovlet以及一个增强了JDO的Java类来持久化事件(在本例中为triathlon)。 www.ibm.com 9. This series has provided a general overview of potential problems that you might encounter when using Java class loaders. 本系列对使用Java类装入器时可能遇到的潜在问题提供了一般性的概述。 www.ibm.com 10. Externalizing java class execution creates additional network traffic for synchronizing this execution with Oozie server. 在外部执行java类导致了额外的网络传输,用于与Oozie服务器同步这些执行结果。 www.infoq.com 1. CXFSE uses JAX-WS, so it is convenient to use an instance of this class to exchange information with your Java class. CXFSE使用JAX-WS,可以方便地使用此类的实例来与您的Java类交换信息。 www.ibm.com 2. In this listing, if you remove the elements in bold, you re left with a simple Java class. 在这个清单中,如果您删除黑体表示的元素,那么它就是一个简单的Java类。 www-128.ibm.com 3. For each rule that you defined in the plugin. xml, create the corresponding Java class in the plug-in that you created in previous task. 对于您每一个您在plugin.xml中定义的规则,创建您在前面任务中创建插件中相对应的Java类。 www.ibm.com 4. Project is the Java class that Ant uses to represent an Ant project with all of its targets, tasks, and properties. Project是Ant用于表示带有其所有目标、任务和属性的Ant项目的Java类。 www-128.ibm.com 5. The proxy is a Java class that packages up a code object, places the URN within this object and invokes the request. 代理是一个Java类,它包装一个code对象,将URN放入该对象,然后调用请求。 www.ibm.com 6. In fact, I compiled my groovy unit tests into normal Java . class files and ran them as part of a Maven build. 实际上,我将groovy单元测试编译成普通的Java.class文件,然后把它们作为Maven构建的一部分来运行。 www.ibm.com 7. So watch your capitalization carefully, and use the property name, not the variable name in the Java class. 因此,要仔细注意大小写,并使用属性名而不是Java类中的变量名。 www.ibm.com 8. name (optional): the name of the reference, defaults to the name of the field of the Java class. name(可选):引用的名称,缺省为Java类字段的名称。 www.ibm.com 9. In the New Java Class dialog box, make sure com. ibm. lotusphere. rcp is selected as the package name and enter UI as the new class name. 在NewJavaClass对话框中,确保已选择com.ibm.lotusphere.rcp作为包名,然后输入UI作为新类的名称。 www.ibm.com 10. The user can specify the Java class in the Body field of the constraint's General tab in the Properties view. 用户可以在Body域内指定Java类,在属性视图内使用约束的General标签页。 www.ibm.com 1. It is time for generating a Web service from the Java class using the bottom-up Web service development method. 现在您可以使用自下而上的Web服务开发方法从Java类生成一个Web服务。 www.ibm.com 2. First, create a new Java class called EJBServletTestCase in a package of your choosing. 首先,请在您选择的包中创建一个名为EJBServletTestCase的新的Java类。 www.ibm.com 3. Apache Beehive uses JSR 181 to define a set of annotations you can use to expose any Java class as a Web service. ApacheBeehive使用JSR181来定义一组注释,您可以使用它们将任何Java类暴露为Web服务。 www-128.ibm.com 4. These java-class representations of data structures are the in-memory representation of items. 数据结构的这些Java类表示形式是项在内存中的表示形式。 www.ibm.com 5. Wrapping the command bean in a Java class service to use it as a service. 在Java类服务中包装命令bean,从而将其作为服务使用。 www.ibm.com 6. You will take a simple Java class and turn it into a Web service using the WSAS plug-in. 您将获得一个简单的Java类并使用WSAS插件把它转换为Web服务。 www.ibm.com 7. We create an instance of the Java class that implements the DOM Document interface, then we ask that node to create various nodes for us. 我们创建了一个Java类的实例,该类实现了DOMDocument接口,然后我们要求那个节点为我们创建各种节点。 www.ibm.com 8. This article has shown how you can register a Java class as a listener for events generated by native applications. 本文展示了如何为本地应用程序生成的事件注册一个Java类作为侦听器。 www-128.ibm.com 9. Right-click your newly created source folder and choose New - Class. This brings up the New Java Class wizard (see figure 4). 右键单击新创建的源代码文件夹,然后选择New-Class即可打开NewJavaClass向导(参见图4)。 www.ibm.com 10. But there's a more important, and often more subtle, benefit: You're also not bound by your Java class and package names. 但是,有一个更重要,也更微妙的好处:不再受到Java类名和包名的限制。 www.ibm.com 1. Right-click your newly created source folder and choose New - Class. This brings up the New Java Class wizard (see figure 4). 右键单击新创建的源代码文件夹,然后选择New-Class即可打开NewJavaClass向导(参见图4)。 www.ibm.com 2. But there's a more important, and often more subtle, benefit: You're also not bound by your Java class and package names. 但是,有一个更重要,也更微妙的好处:不再受到Java类名和包名的限制。 www.ibm.com 3. Derby is a relational database management engine implemented as a Java class library. Cloudscape是作为Java类库实现的关系数据库管理引擎。 www.ibm.com 4. Now, you may be thinking, "But this is Java code. Why should I be seeing this in a UML model instead of a Java class diagram? " 现在你也许会想,“这是java代码,为什么我非得要在UML模型中见到它而不是在Java类图中呢?” www.ibm.com 5. The contract is a Java class that implements a specific interface, and the "bridge" is an AspectJ aspect. 契约是实现了特定接口的Java类,“桥梁”是AspectJ方面。 www.ibm.com 6. We cannot easily integrate external programs into Java class hierarchical architectures. 我们无法容易地将外部程序集成到Java类分层体系结构中。 www-128.ibm.com 7. The Java class must include the methods to be exposed in the Web service interface. 该Java类必须包括Web服务接口所公开的方法。 www-128.ibm.com 8. Be aware that iBATIS expects the Java class to conform to the typical Java Bean pattern (attributes with setters and getters). 要认识到iBATIS期望Java类与典型的JavaBean模式(带有setters和getters的属性)趋于一致。 www.ibm.com 9. Some folks have used this classloading hook to create a Java class cache that improves startup by avoiding going to the disk so frequently. 有人已经利用这种类装载钩子来创建Java类缓存,从而避免频繁访问磁盘并提高启动速度。 www.ibm.com 10. There's a bootstrap class loader built into the JVM that's responsible for loading the basic Java class library classes. JVM中构建了一个引导程序类装入器,它负责装入基本的Java类库类。 www.ibm.com 1. There's a bootstrap class loader built into the JVM that's responsible for loading the basic Java class library classes. JVM中构建了一个引导程序类装入器,它负责装入基本的Java类库类。 www.ibm.com 2. To start, create a Java class that creates a simple entry and posts it to the server. 首先,创建一个Java类,使用这个Java类创建一个简单的条目并提交至服务器。 www.ibm.com 3. This Java project contains a unit test Java class with all the methods described below. 这个Java项目包含一个测试Java类,里面有所有下面描述到的方法。 www-128.ibm.com 4. As you can see, once the template has been compiled, it is a standard Java class. 正如您可以看到的一样,模板一旦编译好之后,就是一个标准的Java类。 www-128.ibm.com 5. First, we will focus on the steps required to enhance a standard Java class (POJO) to become capable of JDO persistence. 首先,我们将会关注将一个标准Java类(POJO)转化为支持JDO持久性所需要的步骤。 www.ibm.com 6. Click the drop-down arrow to the right of the Create a Java Class button on the toolbar and select Test Case. 点击工具栏上CreateaJavaClass按钮右侧的下拉箭头,选择TestCase www.ibm.com 7. The first step is to create a Java class that encompasses the information required to store contact information. 第一步是要创建一个Java类,它包含存储联系信息所需的信息。 www.ibm.com 8. The only requirement is that you must put the Java class into the class path before creating the service. 唯一的要求是,必须在创建服务前将Java类放入类路径中。 www.ibm.com 9. The Java class file for the demonstration is ExcelReader. java and is included inside an Eclipse project. 这个演示使用的类文件为ExcelReader.java,包含在一个Eclipse项目中。 www.ibm.com 10. PseudoRemThr is a Java class that wraps a thread and accepts an instance of a given SubTask. PseudoRemThr是一个Java类,该类封装了一个线程并接受给定SubTask类的一个实例。 www.ibm.com 1. In the Overview tab, edit the Main Class so that it points to the AllTests. java class, as shown in Figure 13. 在这个Overview标签,编辑MainClass从而它就可以指向这个AllTests.java类,如图13所示。 www.ibm.com 2. Next, create a new Java class with the name HelloWorldProvider and copy the contents of Listing 1 into this new class. 接下来,使用HelloWorldProvider作为名称创建一个新的Java类,并将清单1的内容复制到这个新类。 www.ibm.com 3. An Outline view is available to explore the inner elements of a Java class. Outline视图用于探究Java类的内部元素。 www.ibm.com 4. The interface of the service injected is defined by either the type of the Java class field or the type of the setter method input argument. 注入的服务的接口由Java类字段定义,或由setter方法输入参数类型定义。 www.ibm.com 5. You haven't actually created the Java class referenced in Listing 2 yet, but we'll take care of that momentarily. 目前还没有真正创建在清单2中引用的Java类,但是我们先来看一下。 www.ibm.com 6. To start with your WSDL file and fill in the Java Class implementation. 来启动您的WSDL文件并填充JavaClass实现。 www-128.ibm.com 7. The myResult variable now contains the result of calling bar from your Java class. 现在,myResult变量包含从您的Java类调用bar的结果。 www.ibm.com 8. Then, add the code to make the call across the bridge to retrieve the information from the Java class. 然后,添加通过桥进行调用、并从Java类检索信息的代码。 www.ibm.com 9. Complex Java code should be part of a Java class. 复杂的Java代码应该是Java类的一部分。 www.ibm.com 10. This command creates a set of new folders and Java class files. 这个命令创建了一组新的文件夹和Java类文件。 www.ibm.com 1. By default, though, that's exactly what most Web service toolkits do: let the world use each and every public method in your Java class. 但是,大多数Web服务工具集在默认情况下就是这么做的:让所有人都可以使用Java类中的每个公共方法。 www.ibm.com 2. Business logic then needs to be added to the skeleton Java class. 因此必须将业务逻辑添加到框架Java类中。 www.ibm.com 3. This defines the Java class, along with the properties and data types for each property, and will serve as our model for generation. 它定义了Java类,以及每个属性的相关属性和数据类型,并且将作为生成过程的模型。 www.ibm.com 4. Create a Contact. java class that will have one member variable each for every column in the Contact table. 创建Contact.java类,并且为Contact中的每一列创建一个成员变量。 www.ibm.com 5. A JAX-RPC value type (in JSR-101) is a Java class whose value can be moved between a service client and service endpoint. JAX-RPC值类型(遵循JSR-101)是Java类,其值可以在服务客户端和服务端点之间移动。 www.ibm.com 6. This example executes the EJB client as a pure Java class file invoked from the command line. 该示例将EJB客户端作为从命令行调用的纯Java类文件来执行。 www.ibm.com 7. Rather than implementing interfaces or callbacks, you'll simply annotate your plain old Java class. 不需要实现这些接口和回调,只需要注释无格式的旧Java类即可。 www.ibm.com 8. Create a Java class defining the Web service with public business methods that become the Web service operations. 创建Java类,用来定义使用公共业务方法的Web服务,这些方法会成为Web服务操作。 www-128.ibm.com 9. Recall that every Java class constructor must call a constructor of the superclass. 每个Java类构造函数都必须调用超类的构造函数。 www.ibm.com 10. Dalvik also relies on a special tool called dx to convert Java class files into Dalvik VM executables. Dalvik还依赖于一种称为dx的特殊工具来将Java类文件转化成DalvikVM可执行文件。 www.ibm.com 1. Exporting a WSFL activity is roughly the equivalent of marking an operation on a Java class as public. 导出一个WSFL活动与将Java类上的操作标记为public大致相同。 www.ibm.com 2. You also need to select the class to be used as the main Java class by the debugger (see Figure 2). 您还需要选择作为主Java类的由调试器使用的类(也请参阅图2)。 www.ibm.com 3. This section describes the Java class that you use to do custom FTP. 这一节将描述用来定制FTP的Java类。 www.ibm.com 4. If a Java class isn't found in the chain's first element, the lookup is delegated to the rest of the items in the chain. 如果在这条链的第一个元素中没有发现Java类,那么将对链中的其他元素进行查找。 www.ibm.com 5. Here the XSLT stylesheet implicitly defines a new language for specifying Java class definitions. 在这里,XSLT样式表将隐式定义用于指定Java类定义的新语言。 www.ibm.com 6. The redaction-client API is a Java-class library to access the redaction server's services from a program. 编校客户端API是一个Java类库,用于从程序访问编校服务器的服务。 www.ibm.com 7. Either the Java class field or the type of the setter method input argument can determine the type of the injected property. Java类字段或setter方法输入参数的类型都可以由注入属性的类型确定。 www.ibm.com 8. A new diagram will be created that traces the relationship between the selected UML class and the Java class that implements it (Figure 11). 将会创建一个新的图,以追踪选择UML类和实现该类的Java类之间的关系(图11)。 www.ibm.com 9. The Java class that implements the interface and its custom program ID. 实现接口的Java类以及其定制程序ID。 www-128.ibm.com 10. They're just simple classes -- even the lowliest Java class can become a web service. 它们仅仅是简单的Java类,但是即使是最简单的Java类页可以作为Web服务。 www.ibm.com 1. There is a Java class for each type of item and helper, with instance fields for each of the modeled properties and references. 每个项和Helper类型都存在一个Java类,其中具有针对每个所建模的属性和引用的实例字段。 www.ibm.com 2. You can either embed Java language in the Web page or create a Java class that acts as a servlet. 可以把Java语言嵌在Web页面内部或创建Java类充当servlet。 www.ibm.com 3. Now you have an idea of why it's important to be able to secure access to Java class instances. 现在您已经了解了对Java类示例的访问进行保护的重要性。 www.ibm.com 4. The New Java Class Wizard appears to help you set up various options about your class (see Figure 2). 新Java类向导NewJavaClassWizard会出现帮助你建立关于你的类的各种选项(见图2)。 www.ibm.com 5. At this point, you have a Java class that represents the input data structure for the IMS program. 这时,您有一个代表IMS程序输入数据结构的Java类。 www.ibm.com 6. It also gives some of the standard Java class information. 此处还要给出一些标准的Java类信息。 www-128.ibm.com 7. Contains the Java class implementation for the broker service and the valid codes service. 包含实现代理人服务和有效代码服务的Java类。 www-128.ibm.com 8. Ianywhere. Connector. NativeConnection The Java class that implements the connector. ianywhere.connector.nativeConnection实现连接器的Java类。 www.ianywhere.com 9. Notice how each of the business items that were created during process modeling have a Java class representation in the. 文件夹中,在流程建模期间创建的每个业务款项都有一个Java类表示。 www-128.ibm.com 10. All of the code segments are part of the Java class associated with this article: JoinRowSetExample. java. 所有的代码段都是和本文相关的Java类JoinRowSetExample.java的一部分。 www.ibm.com 1. Once found, select the Java class from the list of available options and click OK to complete the add process. 找到之后,从可用选项列表中选择此Java类,并单击OK,从而完成添加过程。 www.ibm.com 2. Jython is distributed as a single Java class file containing the installer. Jython是作为包含安装程序的单个Java类文件而发布的。 www-128.ibm.com 3. Handler Fully qualified Java class name for this exception handler. 指定异常处理程序的的完全限定的类名。 blog.programfan.com 4. A message may have a number of user properties set which can be any serializable Java class. 消息可以有许多用户属性设置,它们可以是任意序列化的Java类。 www.ibm.com 5. This tag contains the fully qualified name of the Java class that does the conversion. 此标记包含执行转换的Java类的完全限定名称。 www.ibm.com 6. Listing 2 shows a Java class with a method that returns an Order with a certain ID. 清单2显示了一个Java类,该类有一个以特定ID返回订单的方法。 www.ibm.com 7. The New Java Class wizard will already have the appropriate package and class information. NewJavaClass向导已经拥有了合适的包和类信息。 www.ibm.com 8. Notice that the full package name is specified in references to the Java class. 包的完整名是参考Java类而指定的。 www.ibm.com 9. The first option involves modifying the interface of the original Java class. 第一种选择涉及到修改原有Java类的接口。 www.ibm.com 10. Write a java class that represents a clock that keeps track of time as hours, minutes and seconds. 写一篇爪哇岛班代表了一个时钟,跟踪时间、分、秒的时间。 wenwen.soso.com 1. A service action in JBoss ESB is a java class, implementing the org. jboss. soa. esb. actions. ActionLifecycle interface. JBossESB中的服务action是一个java类,它必须实现接口类org. www.infoq.com 2. The class files generated by xjc are standard Java class files, which run on any Java Virtual Machine. 由xjc产生的类文件是标准Java类文件,可以在任何Java虚拟机上运行。 www.ibm.com 3. This article focused on using method-based security to protect Java class instances. 本系列的最后一篇文章主要介绍使用基于方法的安全性保护Java类实例。 www.ibm.com 4. The last step is to develop a Java class to do the contract checking. 最后一步是开发一个进行契约检查的Java类。 www.ibm.com 5. Again, you can use standard Java development tools to create or modify the Java class, as necessary. 此外,必要时您可以使用标准Java开发工具来创建或修改该Java类。 www-128.ibm.com 6. Series: Another tour of the Java class structure, reflection, and classworking. 系列:另一系列关于Java类结构、反射和类处理的文章。 www-128.ibm.com 7. They are used to create a Java class that it used at runtime to generate CSS. 它们被用于创建Java类,在运行时使用这个Java类生成CSS。 www.ibm.com 8. Annotations, I ve exposed this simple Java class as a Web service. 注释,我们已经将这个简单的Java类暴露为一个Web服务了。 www-128.ibm.com 9. Because I designed this Web service in a Java class, I show you how to create this Web service using the Bottom Up scenario. 因为我在一个Java类中设计了这个Web服务,所以我将说明如何用自底向上方案创建这个Web服务。 www.ibm.com 10. IKVM. OpenJDK. *. dll: This is the "compiled version of the Java class libraries, plus some additional IKVM. NET specific code. " dll:这是“Java程序库编译后的版本,外加一些IKVM.NET特有的代码”。 www.infoq.com 1. Right-click it to create a new Java class by choosing New - Class from the context menu. 右击它,并在上下文菜单中选择New-Class,新建一个Java类。 www.ibm.com 2. You will be presented with an empty Java class in the main editor. 主编辑器中将显示一个空Java类。 www.ibm.com 3. In this activity, you create a mobile client view that calls the UI Java class created earlier. 在该步骤中,将创建移动客户机视图,它将调用先前创建的UIJava类。 www.ibm.com 4. Static stub is a Java class that is statically bound to an SEI, a WSDL port and port component. 静态存根是一个Java类,该类静态地绑定到SEI、WSDL端口和端口组件。 www.ibm.com 5. They will be referenced by the Java class that you develop in this tutorial. 本教程中开发的Java类将引用它们)。 www.ibm.com 6. The List is declared as generic to accept any kind of Java class in its collection. List被声明为泛型,以接收其集合中任何类型的Java类。 www.ibm.com 7. The tools generate a Java class (a DTO) for every complex type defined in the WSDL types element. 这些工具为定义在WSDL的types元素中的每个复杂类型生成一个Java类(DTO)。 www.ibm.com 8. Be careful that the form bean name is formCICSStrutsBean (first letter is lowercase), even though the Java class will be FormCICSStrutsBean. 请注意,该表单bean名为formCICSStrutsBean(第一个字母小写),即使Java类将为FormCICSStrutsBean。 www.ibm.com 9. To make things easier, place the keystore file in the same directory as your Java class. 为了简便起见,可以将keystore文件置于Java类所在的目录下面。 www.ibm.com 10. Use a Web services tool to generate the Web service implementation from the Java class. 使用Web服务工具从该Java类生成Web服务实现。 www-128.ibm.com 1. Listing 5 shows the simple Java class that drives the counter for the Direct Link sample application. 清单5显示了为DirectLink示例应用程序驱动计数器的简单Java类。 www.ibm.com 2. The first step you need to tackle is implementing a Java class that maps to a product, which is a row in the bigdog. products table. 需要处理的第一步是实现映射到产品的Java类,该产品是bigdog.products表中的一行。 www.ibm.com 3. Because you compiled the source code for the first example, the db2evmonfmt Java class file already exists. 由于第一个例子已编译过源代码,db2evmonfmtJava类文件已存在。 www.ibm.com 4. This build descriptor will define how to create a set of Java class files to perform the EGL logic. 这个构建描述符将定义如何创建一个Java类文件的集合来执行EGL逻辑。 www.ibm.com 5. A service whose interface is defined by a Java class is not Remotable. 接口不由Java类定义的服务不是远程服务。 www.ibm.com 6. In this tutorial you write Java class methods for MobiLink table-level events. 在本教程中,您将为MobiLink表级别的事件编写Java类方法。 www.ianywhere.com 7. In the Figure 3 example, the Java class structure is a flattened version of the XML document. 在图3的示例中,Java类结构是XML文档的平铺版本。 www.ibm.com 8. This can be done by simply specifying the fully qualified name of the Java class. 我们只需要通过指定Java类的完整限定名就可以做到这一点。 www.infoq.com 9. In the original Java class, the parameters are represented as Java beans. 而在原有Java类中,参数是以Javabean表示的。 www.ibm.com 10. You need to repeat this process, with a slight modification, to bring in the DictionaryUtility. java class file. 需要重复该过程(略有不同)来导入DictionaryUtility.java类文件。 www.ibm.com 1. This will become a standard part of the Java class library with the release of Java 7 in 2008. 随着2008年Java7的发布,它将成为Java类库的标准组成部分。 www.ibm.com 2. Double-clicking on these shapes opens the Java class code in the Java code editor. 双击这些图标,在Java编辑器中打开Java类代码。 www.ibm.com 3. Is now a plain Java class, not an aspect. 现在是一个普通的Java类,而不是一个方面。 www-128.ibm.com 4. You read an XQuery from a text file (simple. xqy) that is included on the class path as a resource in the same package as the Java class. 从一个文本文件(simple.xqy)读取一个XQuery,该文件包含在类路径上,作为与Java类相同的包中的一个资源。 www.ibm.com 5. The application handler is a Java class that implements the HCHandler interface. 应用处理程序是一个实现HCHandler接口的Java类。 www.ibm.com 6. The first is the skeleton file that JET uses to wrap each generated Java class inside. 首先需要创建的是JET用来封装每一个被产生的内部Java类的框架文件。 www.ibm.com 7. Each construct in the XPath grammar has a corresponding Java class. XPath语法的每个结构都有一个对应的Java类。 www.ibm.com 8. All metaprogrammed methods are reflected on the Java class, as are runtime modifications to those methods. 所有元编程方法都反映在Java类中,就像对这些方法做了运行时修改一样。 www.infoq.com 9. Click the class* link, which opens the New Java Class dialog window. 点击class*链接,它将会打开NewJavaClass对话框窗口。 www.ibm.com 10. These rules are enforced through the use of special Java class loaders. 这些规则通过使用特殊Java类加载器来强制执行。 www.ibm.com 1. Enter a name for the Java class to associate with the node. 输入要与节点关联的Java类的名称。 www.ibm.com 2. In this section, we will model a concrete Java class (instance of EClassX) having two concrete methods whose implementation we will model. 在本节中,我们将对一个具体的Java类(EClassX的实例)进行建模,这个类包含两个具体的方法,我们将对这两个方法的实现进行建模。 www.ibm.com 3. There is a concrete implementation of Billing by the com. acme. billing. MedicalBilling Java class. 这里有一个通过com.acme.billing.MedicalBillingJava类的具体执行。 www.ibm.com 4. Select the Java class which will lead to the form displayed in Figure 2 below, specifying names and location of generated files. 选择将引出下面图2所示表单的Java类,指定所生成文件的名称和位置。 www.ibm.com 5. These are Java class files that describe the methods contained in the Integration Object and its inputs and outputs. 这些文件是Java类文件,它们描述了包含在集成对象中的方法和它的输入输出。 www-128.ibm.com 6. Figure 6 is the full implementation of the CustomerUrlMapperImpl. java class. 图6是CustomerUrlMapperImpl.java类的全面实现。 www.ibm.com 7. Create a Service Interface for the Java Class. 为Java类创建服务接口。 www-128.ibm.com 8. Class_id This field contains the id of the java class. class_id该字段包含java类的ID。 www.ianywhere.com 9. They can be Java class files or other resource files. 它们可以是Java类或者其他的资源文件。 www-128.ibm.com 10. While it's certainly possible (and even common) to write custom code, for many tasks, you don't need to go much beyond a basic Java class. 虽然很可能需要编写定制代码(而且这种情况也很常见),但是对于许多任务来说,只需要使用基本的Java类。 www.ibm.com 1. They also create an operation element in the portType for each public method in the Java class. 为该Java类的每个公共方法在portType元素中创建一个operation元素; www.ibm.com 2. Using the tooling you now generate a Java class for the callback service. 使用当前生成Java类的工具。 www-128.ibm.com 3. An extension generator is a Java class that is responsible for attaching one extension data element to an RRD request. 扩展生成器是一个Java类,负责将一个扩展数据元素附加到RRD请求。 www.ibm.com 4. To create a resource, simply create a Java class called TasksResource. 为了创建资源,只要创建一个名为TasksResource的Java类。 www.ibm.com 5. Is WSAS invoking your Java class directly and just displaying the results? WSAS是不是直接调用Java类并且只显示结果? www.ibm.com 6. Listing 1 demonstrates the annotated Java class Contact. 清单1显示了带注释的Java类Contact。 www.ibm.com 7. See the downloadable zip file for the complete Java class. 要获得完整的Java类,请下载并参考上述的zip文件。 www.ibm.com 8. Using the Create Java Class wizard, add a new mediation handler class to the MessageMediation project. 使用CreateJavaClass向导,向MessageMediation项目添加一个新的中介处理程序类。 www.ibm.com 9. The code in Listing 1 maps a Java class to a database table. 清单1中的代码将一个Java类映射到数据库表。 www-128.ibm.com 10. To change this behavior, you can manually add the tag to the comments of the Java class in the source file. 为了改变这一行为,您能够手动的将标注添加到源文件中的Java类的注释中。 www.ibm.com 1. The Java class named ContactComponentImpl is created and it opens automatically in the code editor. 这将创建名为ContactComponentImpl的Java类,并会在代码编辑器中自动打开它。 www.ibm.com 2. Since you have created a Java class, select Bottom up Java bean Web service for the Web service type. 在您创建了一个Java类后,选择BottomupJavabeanWebservice作为Web服务类型。 www.ibm.com 3. After installing the Graphical Editors and Frameworks, you have a few new options available when you're creating a new Java class. 安装了GraphicalEditorsandFrameworks之后,创建新的Java类时,就可以使用一些新选项了。 www.ibm.com 4. If I want to remember what or possibly why I created a new Java class or method, I write a Java code comment. 如果我想记住为什么创建了一个新的Java类或方法,那么我会写一个Java代码注释。 www.ibm.com 5. The downside is ofcourse you have to re-compile the application if you make any changes to the configuration in your Java class. 但缺点也是显而易见的,如果您对Java类中的配置做出了任何更改,就必须重新编译应用程序。 www.ibm.com 6. The Java class that you couldn't live without is. 你离开就不能活的Java类是。 www.blogjava.net 7. Define a Java class called PrintServiceImpl under the com. prolifics. www package and implement the print method in this class. 在com.prolifics.www包下定义名为PrintServiceImpl的Java类,并在此类中实现print方法。 www.ibm.com 8. And you should use fully-qualified Java class names, as done here: java. lang. String. 另外,类型应该使用完全限定的Java类名,比如java. www.ibm.com 9. Once you have your basic file, you almost always begin by mapping a Java class to an XML element. 建立基本的映射文件之后,差不多总是先要把一个Java类映射到一个XML元素。 www.ibm.com 10. Your Java class then processes the result. 然后让Java类处理结果。 www-128.ibm.com 1. This third article in the series demonstrates how to use Acegi to secure access to Java class instances in your enterprise applications. 第3部分(也是本系列的最后一篇文章)将演示如何在企业应用程序中使用Acegi保护对Java类实例的访问。 www.ibm.com 2. The second method returns the output data in the Result. java class. 第二个方法以Result.java类的形式返回输出数据。 www.ibm.com 3. Listing 5 illustrates the most important part of a new Java class called PurchaseOrder. 清单5解释了名为PurchaseOrder的新Java类的最重要的部分。 www.ibm.com 4. Compile the code to Java class files. 将代码编译成Java类文件。 www-128.ibm.com 5. A Java class file potentially contains a number of different kinds of information. 一个Java类文件潜在包含了一些不同类型的信息。 www-128.ibm.com 6. If the input or return of the Java artifact is a user-defined Java class, it must adhere to Section 5. 4 of the JAX-RPC 1. 1 conventions. 如果Java构件的输入或返回是用户定义的Java类,则它必须符合JAX-RPC1.1中5.4部分的约定。 www.ibm.com 7. A Java class for each complex data type. 每个复杂数据类型的Java类。 www.ibm.com 8. Class invoke a method in the Java class? 类如何调用Java类中的方法呢? www-128.ibm.com 9. A typical contribution includes SCA artifacts: one or more composite files, Java class and interface files, HTML files, and so on. 典型的贡献包包括SCA构件:一个或多个组合文件、Java类和接口文件、HTML文件等等。 www.ibm.com 10. In fact, ECS has a Java class that corresponds to each HTML tag. 事实上,ECS对每个HTML标签有一个对应的Java类。 www.ibm.com 1. Internally, the Java class libraries make use of them. Java类库在内部使用它们。 www.ibm.com 2. For example, a rule violation in a Java class will be underlined with a red squiggly line. 例如,Java类中有违反规则的,将用红色的曲线在其下标记出。 www.ibm.com 3. Of course, we will have a Java class corresponding to the contact table. 当然,存在一个与Contact表相对应的Java类。 www.ibm.com 4. The API is structured as a single Java class that is a wrapper around an instance of the UDDI4J UDDIProxy class. 这个API作为单一的Java类来构成,它是包围UDDI4JUDDIProxy类的实例的wrapper。 www.ibm.com 5. The Java class in Listing 6, CreateDB, creates the tables you need. 清单6中的Java类CreateDB,创建了您所需要的数据库表。 www.ibm.com 6. There's a lot going on in this Java class. 这个Java类做了很多工作。 www.ibm.com 7. A Java class is generated for every type that is defined in the schema. Schema中定义的每个类型都生成了其相应的Java类。 www.ibm.com 8. The idea is that we will first compile all of the Scala code to Java class files. 其思想是,我们首先将所有Scala代码编译成Java类文件。 www.ibm.com 9. Part 3 shows how to use Acegi to secure access to Java class instances in your enterprise applications. 第3部分展示了如何在企业应用程序中使用Acegi保护对Java类实例的访问。 www.ibm.com 10. You should now have a Java class that builds without error. 现在,您应该拥有一个构建无误的Java类。 www.ibm.com |
||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。