网站首页  词典首页

请输入您要查询的英文单词:

 

单词 javax
释义

javax

  • 网络如果你要编写
1.
如果你要编写
www.360doc.com

例句

释义:
1.
You can easily detect if SAAJ is to be used for a Web service through any occurrence of the javax. xml. soap. SOAPElement in the SEI.
通过javax.xml.soap.SOAPElement在SEI中的出现情况,您很容易就可以检测到SAAJ是否用于Web服务。
www.ibm.com
2.
Notice that the response writer (javax. faces. context. ResponseWriter) makes it easy to work with markup languages like HTML.
注意,响应写入器(javax.faces.context.ResponseWriter)可以容易地处理HTML这样的标记语言。
www.ibm.com
3.
For starters, every possible Cipher configuration is always represented by an instance of javax. crypto. Cipher.
对于初学者,每个可能的加密配置总是由一个javax.crypto.Cipher实例表示。
www.infoq.com
4.
When a listener's handler method is called, it receives an instance of the javax. management. Notification class.
侦听器的处理器方法在被调用时,会接收到javax.management.Notification类的实例。
www.ibm.com
5.
To understand the javax. tools package, it's helpful to review Java compilation concepts and how the package implements them.
要理解javax.tools包,回顾Java编译概念以及如何使用包实现编译将非常有帮助。
www.ibm.com
6.
To refer the HelloWorld managed bean through a unified EL expression, it needs to be annotated with the qualifier @javax. inject. Named.
要通过统一EL表达式引用HelloWorld托管bean,需要用@javax.inject.Named限定符来注释。
www.ibm.com
7.
The returned object must be cast to the correct class, which in this case will be one of the standard javax. jms interfaces.
返回对象必须被强制转换为正确的类,在该示例中它将是标准javax.jms接口之一。
www.ibm.com
8.
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
9.
Instead, it uses the Java scripting API's javax. script. Invocable interface to call a function maintained by the script engine.
与此不同,清单4中的方法使用Java脚本API的javax.script.Invocable接口调用由脚本引擎所维持的函数。
www.ibm.com
10.
The next time your application-development needs call for dynamic behavior, explore the variety and flexibility that javax. tools provides.
下一次开发应用程序时,如果需要使用动态行为,请尝试javax.tools提供的多样性和灵活性。
www.ibm.com
1.
In this version of JAXP, the changes to the javax. xml. transform package mainly focus on fixing bugs and clarifying some parts of the API.
在JAXP的这个版本中,javax.xml.transform包的变化主要包括错误修正,并澄清了API的某些部分。
www.ibm.com
2.
Moreover, JAX-RPC requires the mapping of any unsupported XML data types to the javax. xml. soap. SOAPElement interface.
而且,JAX-RPC需要将任何不被支持的XML数据类型映射到javax.xml.soap.SOAPElement接口。
www.ibm.com
3.
The client receives the response object in the form of a javax. xml. ws. Response object.
客户机以javax.xml.ws.Response对象形式接收响应对象。
www.ibm.com
4.
Since the format of the file has changed, a new javax. security. auth. Policy subclass is needed to parse the file.
既然文件格式已经改变,就需要一个新的javax.security.auth.Policy子类来解析文件。
www.ibm.com
5.
The class name of the resource bundle must be accessible via the classpath and have the title in it with the key "javax. portlet. title. "
资源包的类名必须可以通过类路径访问,并且其中的标题必须包含键“javax.portlet.title”。
www.ibm.com
6.
This API is defined by the package javax. wireless. messaging, which defines all the interfaces for sending and receiving wireless messages.
此API由javax.wireless.messaging包定义,该包定义了所有用于发送和接收无线消息的接口。
www.ibm.com
7.
The servlet container provides a javax. servlet. FilterChain object that can be used to invoke the next filter in the chain.
servlet容器提供了javax.servlet.FilterChain对象,使用该对象来调用链中的下一个过滤器。
www.ibm.com
8.
If you want to use a processor other than Xalan, supply a value for the system property named javax. xml. transform. TransformerFactory.
如果想要使用除Xalan之外的处理器,请为名为javax.xml.transform.TransformerFactory的系统属性提供一个值。
www.ibm.com
9.
To change the suffix of the page type used for the view from JSP to XHTML, you need to add the javax. faces. DEFAULT_SUFFIX parameter.
为了将视图所使用的页面类型前缀由JSP更改为XHTML,您必须添加javax.faces.DEFAULT_SUFFIX参数。
www.ibm.com
10.
In Swing, we use the javax. accessibility. Accessible interface to provide descriptive information about application components.
在Swing中,我们使用javax.accessibility.Accessible接口来提供关于应用程序组件的描述性信息。
www.ibm.com
1.
Fully qualified name of a class implementing javax. naming. InitialContextFactory interface.
实现javax.naming.InitialContextFactory接口的类的完全限定名。
www.ibm.com
2.
JSF's javax. faces. el. VariableResolver class is a default expression resolver capable of resolving expressions to JSF's managed beans.
JSF的javax.faces.el.VariableResolver类是默认的表达式解析器,能够将表达式解析为JSF的托管bean。
www.ibm.com
3.
For parsed entities it is only reported if the reader's javax. xml. stream. isReplacingEntityReferences property is set to false.
只有当读取器的javax.xml.stream.isReplacingEntityReferences属性设为false时才会报告解析实体。
www.ibm.com
4.
Notice in all of this that the GeneralInfoPanel is not a subclass and does not inherit in anyway from javax. swing. JPanel.
注意,在这些代码中,GeneralInfoPanel不是一个子类,也没有从javax.swing.JPanel中继承任何内容。
www.ibm.com
5.
In the Implementation layer, the javax. wireless. messaging. Message interface is implemented as a buffer.
在实现层,javax.wireless.messaging.Message接口是作为缓冲区实现的。
www.ibm.com
6.
PortletDocumentFilters are a normal servlet filters which implement javax. servlet. Filter and follow the servlet filter chain mechanism.
PortletDocumentFilters为普通Servlet筛选器,实现了javax.servlet.Filter并遵循Servlet筛选器链机制。
www.ibm.com
7.
J2ME defines the javax. microedition. io. Connector class, which contains the static methods used to create all the connection objects.
J2ME定义了javax.microedition.io.Connector类,这个类包含了用于创建所有连接对象的各个静态(static)方法。
www.ibm.com
8.
Because of this, JAX-RPC causes the fourth parameter to be generated as a javax. activation. DataHandler rather than a Java byte array.
因为这样,JAX-RPC会导致将第四个参数作为Javajavax.activation.DataHandler而不是Java字节数组生成。
www.ibm.com
9.
The metamodel Person_. age field is declared to be of type javax. persistence. metamodel. SingularAttribute.
元模型Person_.age字段被声明为类型javax.
www.ibm.com
10.
All the server-side metamodel definitions exist within the javax. olap. serversidemetadata package.
所有服务器端元模型定义都在javax.olap.serversidemetadata包中。
www.ibm.com
1.
Using the javax. tools API, the JavaFileManager can discard writing of any CLASS file that's unexpected.
使用javax.toolsAPI,JavaFileManager可以删除任何预料之外的CLASS文件的写入。
www.ibm.com
2.
It creates them dynamically through a factory class called javax. swing. plaf. metal. MetalIconFactory.
相反,它是通过一个名为avax.swing.plaf.metal.MetalIconFactory的工厂类来动态地创建图标的。
www.ibm.com
3.
The Transaction Manager is actually an implementation of the javax. transaction. TransactionManager interface.
事务管理器实际是javax.transaction.TransactionManager接口的实现。
www.ibm.com
4.
Generally though, you can implement your table model as a subclass of the javax. swing. table. AbstractTableModel class.
通常,您可以将表格模型作为javax.swing.table.AbstractTableModel类的子类来实现。
www.ibm.com
5.
You see either a javax. transaction. TransactionRollbackedException or a transaction timeout exception.
您将看到一个javax.transaction.TransactionRollbackedException或一个事务超时异常。
www.ibm.com
6.
The resulting map is put into a message of type javax. jms. MapMessage and sent over JMS.
生成的映射图被放到javax.jms.MapMessage类型的消息中并通过JMS发送。
www.ibm.com
7.
The top panel holds a javax. swing. JTabbedPane containing any number of panels for entering employee data.
上面的面板中有一个javax.swing.JTabbedPane,其中包括用来输入雇员数据的任意数量的面板。
www.ibm.com
8.
ContactDatabase implements the javax. pim. database. Database interface and stores information associated with contacts.
ContactDatabase实现javax.pim.database.Database接口并存储与联系相关联的信息。
www.ibm.com
9.
EntityManager also acts as a factory to create executable javax. persistence. Query instances from a JPQL query string.
EntityManager也是从一个JPQL查询字符串创建可执行javax.persistence.Query实例的工厂。
www.ibm.com
10.
GCF is a set of interfaces defined within the javax. microedition. io package.
GCF是一组在javax.microedition.io包中定义的接口。
www.ibm.com
1.
To perform more sophisticated stream manipulation, extend EventReaderDelegate, a utility class defined in package javax. xml. stream. util.
要执行更复杂的流操作,可扩展EventReaderDelegate,这是javax.xml.stream.util包中定义的一个工具类。
www.ibm.com
2.
Notice that you must import the javax. persistence package at the top of the file.
注意,一定要导入文件顶部的javax.persistence包。
www.ibm.com
3.
The JBI specification has a standard interface named javax. jbi. component. Component, which all BCs should implement.
JBI规范有个标准接口名为javax.jbi.component.Component,所有BC都应当实现。
www.ibm.com
4.
If the resource adapter supports local transactions, it also implements the javax. resource. spi. LocalTransaction interface.
如果资源适配器支持本地事务,那么它还要实现javax.resource.spi.LocalTransaction接口。
www.ibm.com
5.
The javax. print. attribute package provides a common place to look for all the types.
attribute包提供一个公共空间用来查找所有的类型。
www.ibm.com
6.
The callback handler must implement the javax. security. auth. callback. Callback interface.
回调处理器必须实现javax.security.auth.callback.Callback接口。
www.ibm.com
7.
The link to the DTD is found through the Javadoc page for the javax. swing. plaf. synth package.
通过javax.swing.plaf.synth包的Javadoc页,可以找到这个DTD的链接。
www.ibm.com
8.
On receiving a call, the session bean uses JDBC to obtain an object that implements the javax. sql. DataSource interface.
在接收调用时,会话bean使用JDBC来获得实现javax.sql.DataSource接口的对象。
www.ibm.com
9.
For your own CallbackHandler implementation, you must provide the javax. security. auth. callback.
对于您自已的CallbackHandler实现,必须提供javax.security.auth.callback.CallbackHandler接口;
www.ibm.com
10.
javax. sql. DataSource implementation and thin JDBC drivers for accessing a relational database.
DataSource的实现以及访问关系数据库的thinJDBC驱动。
www.infoq.com
1.
Instead, most clients of javax. tools should restrict the user input and translate user requests into secure source code.
相反,javax.tools的大多数客户机应该限制用户输入并将用户请求转换为安全的源代码。
www.ibm.com
2.
If you get a javax. naming. CommunicationException, verify the host name and port of the LDAP server.
如果得到一个javax.naming.CommunicationException,那么请检查此LDAP服务器的主机名和端口。
www.ibm.com
3.
In turn, each interested party (object) must implement the javax. management. NotificationListener interface.
然后,每个有兴趣的合作方(对象)都必须实现javax.management.NotificationListener接口。
www.ibm.com
4.
Note that javax. script. Invocable is an optional interface, which some script engines may not implement.
请注意javax.script.Invocable是一个可选接口,有些脚本引擎可能不会实现该接口。
www.ibm.com
5.
The standard types of event objects used throughout this API are defined in package javax. xml. stream. events.
整个API中使用的事件对象的标准类型定义在javax.xml.stream.events包中。
www.ibm.com
6.
The next Swing class you'll use is ElementIterator, found in the javax. swing. text package.
您将使用的下一个Swing类是ElementIterator,可以在javax.swing.text包中找到。
www.ibm.com
7.
To demarcate a transaction with JTA, the application invokes methods on the javax. transaction. UserTransaction interface.
要用JTA进行事务界定,应用程序要调用javax.transaction.UserTransaction接口中的方法。
www.ibm.com
8.
For this reason, Java 5 introduced the javax. xml. xpath package to provide an engine and object-model independent XPath library.
于是,Java5推出了javax.xml.xpath包,提供一个引擎和对象模型独立的XPath库。
www.ibm.com
9.
If the resource adapter supports XA or global transactions it also implements the javax. transaction. xa. XAResource interface.
如果资源适配器支持XA或全局事务,那么它还要实现javax.transaction.xa.XAResource接口。
www.ibm.com
10.
On the next screen (Figure 13) select Select javax. jms. ConnectionFactory as the factory type (Figure 14) and click .
选择javax.jms.ConnectionFactory作为工厂类型(图14),然后单击Next。
www.ibm.com
1.
The javax. security. auth. Subject instance is created by login module after authentication.
在执行身份验证后,由登录模块创建javax.security.auth.Subject实例。
www.ibm.com
2.
The javax. xml. datatypes package also defines the DatatypeConstants utility class that contains basic data type values as constants.
datatypes包还定义了DatatypeConstants工具类,以常量定义了基本的数据类型值。
www.ibm.com
3.
The example uses the @javax. enterprise. event. Observes annotation for a method parameter of type MouseEvent, which is a ZK event type.
本例使用@javax.enterprise.event.Observes为类型为MouseEvent的方法参数注释,这是一个ZK事件类型。
www.ibm.com
4.
The class implements an interface named javax. servlet. Filter, which is part of the servlet specification.
此类实现一个javax.servlet.Filter接口,该接口是servlet应用程序的一部分。
www.ibm.com
5.
The javax. management. AttributeList class from the JMX specification is used to represent the configuration information of config objects.
我们可以用来自于JMX规范的javax.management.AttributeList类来显示配置对象的配置信息。
www.ibm.com
6.
The sender and recipient email address strings become javax. mail. internet. InternetAddress objects.
发送者和接收者的电子邮件地址字符串成为javax.mail.internet.InternetAddress对象。
www.ibm.com
7.
JpaTemplate is modelled after the javax. persistence. EntityManager interface but does not actually implement it.
JpaTemplate效仿javax.persistence.EntityManager接口,但不真正实现它。
www.ibm.com
8.
The javax. jms. Session instance (session) is created using queue connection.
使用队列连接创建javax.jms.Session(实例会话)。
www.ibm.com
9.
Add a resource reference of type javax. resource. cci. ConnectionFactory to the EJB deployment descriptor.
将类型javax.resource.cci.ConnectionFactory的资源引用添加到EJB部署描述符中。
www.ibm.com
10.
The javax. naming. InitialContext instance is created using specific initial context factory.
使用特定的初始上下文工厂创建javax.naming.InitialContext实例。
www.ibm.com
1.
package and how it offers applications the means to improve XML parsing performance.
我们还详细讨论了新的javax.xml.validation包,介绍了应用程序如何利用它来改善性能。
www.ibm.com
2.
The project is now called JSR-80 and has been officially assigned the Java package javax. usb.
这个项目现在称为JSR-80并且指定了官方包javax.usb。
www.ibm.com
3.
Each implementation is identified by its ID (javax. xml. namespace. QName).
每个实现通过其ID(javax.xml.namespace.QName)来识别。
www.ibm.com
4.
Create a class that extends javax. microedition. midlet. MIDlet and start developing your application.
创建一个扩展javax.microedition.midlet.MIDlet的类,然后开始开发应用程序。
www.ibm.com
5.
One note about the tag: The key attribute inside the tag maps to constants in the javax. swing. plaf. synth. Region class.
关于标签,要注意的一点是:标签中的key属性映射到javax.swing.plaf.synth.Region类中的常量。
www.ibm.com
6.
For outputting XML, you can use the standard javax. xml. transform. Transformer class.
要输出XML,您可以使用标准的javax.xml.transform.Transformer类。
www.ibm.com
7.
The CachedRowSetImpl class showcased in this article is an implementation of javax. sql. Rowset interface.
本文中突出展示的CachedRowSetImpl类是javax.sql.Rowset接口的一个实现。
www.ibm.com
8.
The javax. security. auth. Policy abstract class is used to represent the JAAS security policy.
Policy抽象类被用于表示JAAS安全性策略。
www.ibm.com
9.
JAX-RPC's dynamic invocation interface (DII) is the Call object (javax. xml. rpc. Call).
JAX-RPC的动态调用接口(DynamicInvocationInterface,DII)是Call对象(javax.xml.rpc.Call)。
www.ibm.com
10.
Only three dependencies remain: javax. servlet, javax. persistence and com. google. code. gson.
只有三个依赖项仍然保留:javax.servlet、javax.persistence和com.
www.ibm.com
1.
To do this, SimpleJNDI. java had to import two new packages: javax. sql and javax. naming.
要完成这一操作,SimpleJNDI.java必须导入两个新包:javax.sql和javax.naming。
www.ibm.com
2.
Morever, each element needs a name, which in SAAJ is represented by the javax. xml. soap. Name interface.
而且,每个元素需要一个名称,在SAAJ中,名称由javax.xml.soap.Name接口表示。
www.ibm.com
3.
For more detail, see the API documentation (see Resources) of the javax. swing. plaf. MetalLookAndFeel class.
要了解更多细节,参见javax.swing.plaf.MetalLookAndFeel类的API文档(参见参考资料)。
www.ibm.com
4.
In this case, the javax. xml. parsers. DocumentBuilderFactory system property is queried.
在这种情况下,将会查询javax.xml.parsers.DocumentBuilderFactory系统特性。
www.ibm.com
5.
First, we get a reference to the javax. swing package using the Packages object of JavaAccess extension.
首先,我们用JavaAccess扩展名中的Packages对象来引用javax.swing程序包。
www.ibm.com
6.
DII defines a javax. xml. rpc. Call object instance for dynamic invocation.
DII为每一个动态调用定义一个javax.xml.rpc.Call对象示例。
www.ibm.com
7.
In the Organize Imports wizard, select javax. naming. context type.
在OrganizeImports向导中,选择javax.naming.context类型。
www.ibm.com
8.
Both the java. sql and, for the first time, the javax. sql packages will be included in the Java 1. 4 platform, currently in beta.
无论是java.sql还是第一次出现的javax.sql软件包,都会包含在还处于测试阶段的Java1.4版平台中。
www.ibm.com
9.
However, this is only done when the property javax. xml. stream. isPrefixDefaulting has been set to true for the output factory.
但是只有在输出工厂的javax.xml.stream.isPrefixDefaulting属性设为true时才会这么做。
www.ibm.com
10.
Using the fully qualified name of the WSDL's service, you construct a javax. xml. rpc. Service object.
通过使用WSDL的服务完全限定名称构造javax.xml.rpc.Service对象。
www.ibm.com
1.
All I need to do is create a javax. xml. rpc. namespace. QName object which represents the type.
我所需要做的就是创建一个表示类型的javax.xml.rpc.namespace.QName对象。
www.ibm.com
2.
In this method, we create a javax. mail. Session object using the SMTP server information (server name and port).
在这个方法中,我们使用SMTP服务器信息(服务器名和端口)创建javax.mail.Session对象。
www.ibm.com
3.
The base class for making a JNDI connection is javax. naming. InitialContext.
进行JNDI连接的基类是javax.
www.ibm.com
4.
When referring to a class that implements the javax. sql. DataSource interface or the interface itself, the interface name is used.
当引用实现javax.sql.DataSource接口或接口本身的类时,将使用该接口名称。
www.ibm.com
5.
BMT can be created by using the javax. transaction. UserTransaction interface to begin and end a transaction.
通过使用javax.transaction.UserTransaction接口开始和结束事务来创建BMT。
www.ibm.com
6.
In this article, I? ll cover an implementation of the javax. sql. RowSet interface which allows us to do just that.
在本文中,我将介绍javax.sql.RowSet接口的实现,该实现允许我们实现高速缓存解决方案。
www.ibm.com
7.
The handle(javax. xml. rpc. handler. MessageContext msgCtx) method is invoked when your handler is required to process an in-flight message.
当您的处理程序需要处理消息时,handle(javax.xml.rpc.handler.MessageContextmsgCtx)方法将被调用。
www.ibm.com
8.
If the supplied credentials are rejected, then a javax. jms. SecurityException will be thrown.
如果提供的凭据被拒绝,则将引发javax.
www.ibm.com
9.
The API includes a detailed specification document and implementation for packages javax. media. j3d and javax. vecmath.
这个API包括一个详细的规范文档和javax.media.j3d、javax.vecmath包的实现。
www.ibm.com
10.
You can also use javax. bluetooth. DiscoveryAgent to search for services in the remote devices that you've found.
也可以使用javax.bluetooth.DiscoveryAgent在已经发现的远程设备上搜索服务。
www.ibm.com
1.
Select javax. resource. cci. ConnectionFactory for Type.
为Type选择javax.
www.ibm.com
2.
Use the javax. naming. InitialContext class lookup methods to locate the resources.
使用javax.naming.InitialContext类查找方法以定位资源。
www.ibm.com
3.
Finally, I add the infoPanel (the actual javax. swing. JPanel) as a member of the GeneralInfoPanel object.
最后,我添加了infoPanel(实际的javax.swing.JPanel)作为GeneralInfoPanel对象的一个成员。
www.ibm.com
4.
Every table gets its data from an object that implements the javax. swing. table. TableModel interface.
每一个表格都从实现javax.swing.table.TableModel接口的对象中获取数据。
www.ibm.com
5.
In the code below, a handle to the javax. naming. directory. DirContext object is obtained.
在下面的代码中,将获得javax.naming.directory.DirContext对象的一个句柄。
www.ibm.com
6.
In JAX-RPC, the dynamic invocation object is javax. xml. rpc. Call.
在JAX-RPC中,动态调用对象为javax.
www.ibm.com
7.
If this element is missing, then the old value of javax. jms. MessageListener is assumed.
如果遗漏了这个元素,那么可以采用javax.jms.MessageListener的旧值。
www.ibm.com
8.
In Swing, we use javax. swing. ButtonGroup to implement this relationship.
在Swing中,我们使用javax.swing.ButtonGroup来实现这种关系。
www.ibm.com
9.
For every XUIComponent created in memory, a GUI peer, such as a javax. swing. JFrame, must be created.
对于在内存中创建的每个XUIComponent,必须创建一个GUI对等物,比如javax.
www.ibm.com
10.
The javax. print. attribute package holds about 70 different attributes, each of which is defined as a separate class.
attribute包拥有大约70个不同的属性,每个属性都被定义为单独的类。
www.ibm.com
1.
You can define a new theme by creating a new class that inherits from javax. swing. plaf. metal. MetalTheme.
您可以通过创建一个新的继承javax.swing.plaf.metal.MetalTheme的类来定义一种新的主题。
www.ibm.com
2.
Any tag handler of a JSF 1. 2 component extends javax. faces. webapp. UIComponentELTag.
JSF1.2组件的所有标记处理程序都扩展了javax.
www.ibm.com
3.
As far as your code is concerned, you are using generic javax. jms. Connection objects.
就代码而言,您正在使用通用的javax.jms.Connection对象。
www.ibm.com
4.
To change the implementation of the SAXParserFactory interface, set the Java system property javax. xml. parsers. SAXParserFactory.
要更改SAXParserFactory接口的实现,请设置Java系统特性javax.
www.ibm.com
5.
All of them extend and inherit the javax. xml. soap. SOAPElement interface, which itself extends the W3C DOM Node interface.
所有这些实例都是对javax.xml.soap.SOAPElement接口的扩展与继承,而这个接口本身也是对W3CDOMNode接口的扩展。
www.ibm.com
6.
The invoke. tag file (see Listing 11) defines a method attribute of type javax. el. MethodExpression.
tag文件(参见清单11)定义一个javax.el.MethodExpression类型的method属性。
www.ibm.com
7.
JESTServlet is a standard javax. sevlet. HttpServlet for accessing JEST facilities from a remote client.
JESTServlet是一个标准的javax.sevlet.HttpServlet,它从一个远程客户端访问JEST组件。
www.ibm.com
8.
Notice that a factory pattern which takes in all necessary properties is used to create a javax. jdo. PersistenceManagerFactory.
注意,接收所有必要属性的工厂模式被用于创建一个javax.
www.ibm.com
9.
This returns a javax. obex. Operation object, which I named putOperation.
这会返回一个javax.obex.Operation对象,我把它命名为putOperation。
www.ibm.com
10.
personID is defined as javax. management. ObjectName.
将人员ID定义为javax.
www.ibm.com
1.
The startAsync method is a new method on HttpServletRequest, and it returns an instance of the new class javax. servlet. AsyncContext.
startAsync方法是HttpServletRequest上的一个新方法,它返回新的javax.servlet.AsyncContext类的一个实例。
www.ibm.com
2.
A system exception (that is, javax. ejb. EJBException) can be thrown to roll back a transaction.
可以抛出一个系统异常(即javax.ejb.EJBException)以回滚事务。
www.ibm.com
3.
It is through the javax. naming. directory. DirContext object that you have a connection to your LDAP server.
通过javax.naming.directory.DirContext对象,您就有了一个到LDAP服务器的连接。
www.ibm.com
4.
From the drop down box select javax. jms. Queue as Figure 17 shows.
从下拉框中选择javax.jms.Queue,如图17所示。
www.ibm.com
5.
The most important parameter passed in is a javax. security. auth. Subject.
传入的最重要的参数是javax.
www.ibm.com
6.
In order to generate a signature, we use the javax. crypto and java. security packages we imported while stubbing out GSUtils.
为了生成一个签名,我们需要使用GSUtils类中导入的javax.crypto和java.security程序包。
www.ibm.com
7.
Extend the javax. swing. DefaultListModel class to make the job of displaying notifications easy.
继承javax.swing.DefaultListModel类使通知的显示更加容易。
www.ibm.com
8.
Because the example uses the javax. xml. parsers. DocumentBuilder to create an XML document, import the following.
因为示例使用javax.xml.parsers.DocumentBuilder来创建XML文档,需要导入以下内容。
www.ibm.com
9.
This is done using the MidiEventPublisher class which implements the javax. sound. midi. Receiver interface.
这是通过使用MidiEventPublisher类完成的,该类实现了javax.sound.midi.Receiver接口。
www.ibm.com
10.
In order to use the colors in the custom painter, you must store them in the javax. swing. UIDefaults class.
为了在定制painter中使用颜色,必须将颜色保存在javax.swing.UIDefaults类中。
www.ibm.com
1.
we can turn on the SSL socket communication debug option.
在JVM属性javax.net.debug的帮助下,我们可以开启SSL套接字通信调试选项。
www.ibm.com
2.
javax. realtime. NoHeapRealtimeThread (NHRT) is another new thread type in the RTSJ that is a subclass of javax. realtime. RealtimeThread.
NoHeapRealtimeThread(NHRT)是RTSJ中的另一种新的线程类型,它是javax.realtime.RealtimeThread的一个子类。
www.ibm.com
3.
javax. xml: This is the root package.
xml:这是一个根程序包。
www.ibm.com
4.
You should now have a javax. swing. JFrame object in your Object Map.
您现在的对象地图(ObjectMap)中应该有一个javax.swing.JFrame对象。
www.ibm.com
5.
I have used a javax. security MessageDigest to compute the MD 5 hash code.
我使用了javax.securityMessageDigest来计算MD5哈希码。
www.infoq.com
6.
The attachment data source: implementing javax. activation. DataSource interface and representing attachment content.
附件数据源:实现javax.activation.DataSource接口并代表附件的内容。
www.ibm.com
7.
bind interceptors to components (using javax. interceptor. Interceptor and javax. interceptor. AroundInvoke annotations)
可以将拦截器绑定到组件上(通过javax.interceptor.Interceptor和javax.interceptor.AroundInvoke注解)
www.infoq.com
8.
JPA operation: The persistent operations in the JEST context are mostly methods on the javax. persistence. EntityManager interface
JPA操作:JEST环境中的持久化操作大部分是javax.persistence.EntityManager接口的方法
www.ibm.com
9.
The javax. transaction. UserTransaction interface provides the following transaction control methods
UserTransaction接口提供了以下事务控制方法
www.ibm.com
10.
Basic HTTP communication (defined by javax. microedition. io. HttpConnection) with a Web server
与Web服务器进行的基本HTTP通信(由javax.microedition.io.HttpConnection定义)
www.ibm.com
1.
Masked input is typically configured by using an instance of the MaskFormatter class. Found in the javax. swing. text
屏蔽输入一般是通过使用MaskFormatter类的一个实例配置的。
www.ibm.com
2.
Basic serial output (defined by javax. microedition. io. OutputConnection)
基本串行输出(由javax.microedition.io.OutputConnection定义)
www.ibm.com
3.
A "generic" package (javax. servlet)
一个“通用”包(javax.servlet)
www.ibm.com
4.
Basic serial input (defined by javax. microedition. io. InputConnection)
基本串行输入(由javax.microedition.io.InputConnection定义)
www.ibm.com
5.
There is a top level namespace javax that is registered with the Open Ajax Alliance
有一个已经注册到开放Ajax联盟的顶级命名空间——javax
www.infoq.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/5 6:38:05