单词 | remote object | ||||||||||||
释义 | remote object
更多释义 收起释义 例句释义: 远程对象,使用远端对象,远程对像 1. At least one channel must be registered with the remoting system on the server before a remote object can be called. 在可以调用远程对象之前,服务器上的远程处理系统必须注册了至少一个信道。 msdn2.microsoft.com 2. If you do not specify a port for a client channel, your client will not be able to receive callback functions from the remote object. 如果没有为客户端信道指定端口,则客户端将无法接收来自远程对象的回调函数。 msdn2.microsoft.com 3. If you do so, be aware that it would be relatively easy for a rogue client to spoof an IPrincipal object and send it to your remote object. 如果您执行上述操作,则要注意攻击客户端可以很容易地骗过IPrincipal对象并将它发送给远程对象。 zxianf.blog.163.com 4. Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. 创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 msdn2.microsoft.com 5. When you host a remote object in a Windows service, the remote object lives in an application domain contained within the service process. 如果将远程对象驻留在Windows服务中,则在服务进程内包含的应用程序域中激活远程对象。 zxianf.blog.163.com 6. Any requests received by the remote object from the trusted identity projected from the Web application are allowed to proceed. 可以对远程对象从Web应用程序映射的受信任标识收到的任何请求进行处理。 zxianf.blog.163.com 7. With Cayenne's Remote Object Persistence feature, Java objects can be persisted out to clients via Web Services. 使用Cayenne的远程对象持久化特性,Java对象可以通过WebService持久化到客户端。 www.infoq.com 8. If the sponsor does not respond in the specified time , the garbage collector disposes of the remote object . 如果主办方未能在指定时间内响应,则由垃圾回收器处置该远程对象。 www.bing.com 9. Creates an instance of a remoting proxy for a remote object described by the specified. 描述并位于服务器上的远程对象的远程处理代理的实例。 msdn2.microsoft.com 10. This is possible in part because remote objects share channels; a remote object does not own a channel. 这是可能的,部分原因在于远程对象共享信道;远程对象不拥有信道。 msdn2.microsoft.com 1. You can then annotate your remote object's methods with declarative principal permission demand checks, like the one shown below. 然后,可以使用说明性的用户权限要求检查对远程对象的方法进行注释(如下所示)。 zxianf.blog.163.com 2. The client application has a reference to the remote object in the form of a Java interface, and it invokes an operation on that interface. 客户机应用程序以Java接口的形式拥有远程对象的引用,并调用该接口的一个操作。 www-128.ibm.com 3. The remote interface, retrieved through the home interface, gives you access to the public methods of the remote object. remote接口是通过home接口检索得到的,为您提供了对远程对象的公共方法的访问。 www.ibm.com 4. Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made. 获取在其上进行方法调用的远程对象的统一资源标识符(URI)。 msdn2.microsoft.com 5. A handler can be anything from calling a method on an object, running a command or invoking a remote object call. 事件处理器可以做任何事,包括调用一个对象的方法,运行一个命令,或者对远程对象进行调用。 www.infoq.com 6. Class holds all the relevant information required to activate and communicate with a remote object. 类保存激活远程对象并与之通信所需的所有相关信息。 msdn2.microsoft.com 7. The remoting system ensures that the remote object is connected to the right channel when a client attempts to connect to the object . 当客户端尝试连接到远程对象时,远程处理系统将确保该远程对象被连接到正确的信道。 www.bing.com 8. Msg A message that acts either as an outgoing method call on a remote object , or as the subsequent response . 一条消息,或者作为远程对象上的输出方法调用,或者作为后续的响应。 www.bing.com 9. When a call is made on a remote object, this stack walk is not performed across the remoting boundary. 而调用远程对象时,则不跨越远程处理边界执行堆栈审核。 msdn2.microsoft.com 10. Note that the Business Interface pattern isn't the only way to get around mismatched methods in remote object design. 业务接口模式不是避免远程对象设计中不匹配的方法的唯一方法。 www.ibm.com 1. Gets a list of properties that define the context in which the remote object is to be created. 获取一个属性列表,这些属性定义要在其中创建远程对象的上下文。 msdn2.microsoft.com 2. Even if such queries are pushed down to the remote source, they can be very costly, especially if the remote object is large. 那些查询即使被下推到远程数据源,其成本也非常高,当远程对象较大时,这一点尤其明显。 www.ibm.com 3. The trusted subsystem model means that the remote object host does not authenticate the original callers. 受信任的子系统模型意味着远程对象主机不对原调用方进行身份验证。 zxianf.blog.163.com 4. That contains the full type name of the remote object on which the method call is being made. 包含在其上进行方法调用的远程对象的完整类型名称。 msdn2.microsoft.com 5. The Remote Insert operator inserts the input rows into a remote object. RemoteInsert运算符将输入行插入到远程对象。 technet.microsoft.com 6. Interface to create a message that acts as a response to a method call on a remote object. 接口以创建一条消息,该消息作为远程对象上的方法调用的响应。 msdn2.microsoft.com 7. InitializeLifetimeService is called when the remote object is activated. InitializeLifetimeService在激活远程对象后调用。 msdn2.microsoft.com 8. The RMI framework then manages communication with the remote object, which results in remote invocation of the required methods. 然后RMI框架管理与远程对象的通信,形成对所需方法的远程调用。 www.ibm.com 9. The status and state of an asynchronous operation on a remote object. 对远程对象执行的异步操作的状态。 msdn2.microsoft.com 10. The remote object host authenticates the fixed, trusted identity used by the Web application to communicate with the remote object. 远程对象主机对Web应用程序用来与远程对象通信的固定受信任标识进行身份验证。 zxianf.blog.163.com 1. The remote object becomes available. The header fields and the contents of the remote object can be accessed. 远程对象成为可用。远程对象的头字段和内容可以被访问。 blog.csdn.net 2. Processes the WSDL passed in and, if necessary, generates a proxy, then activates the remote object. 处理传入的WSDL并且在必要时生成代理,然后激活远程对象。 msdn2.microsoft.com 3. instance into a proxy to the remote object , which is returned to the user code. 实例转换为返回到用户代码的远程对象的代理。 www.ichacha.net 4. In all cases, the client application domain must possess the metadata of the remote object that it intends to use. 任何情况下,客户端应用程序域都必须拥有它要使用的远程对象的元数据。 msdn2.microsoft.com 5. The type name of the remote object on which the remote method was called. 在其上调用远程方法的远程对象的类型名。 msdn2.microsoft.com 6. That contains all the relevant information required to activate and communicate with the remote object. 它包含激活远程对象以及与远程对象进行通信所需的所有相关信息。 msdn2.microsoft.com 7. Clients can communicate with a remote object using any registered channel. 客户端可以使用任何已注册的信道与远程对象进行通信。 msdn2.microsoft.com 8. The client is responsible for calling ChannelServices. RegisterChannel before attempting to communicate with a remote object. 客户端负责在尝试与远程对象通信之前调用ChannelServices.RegisterChannel。 msdn2.microsoft.com 9. No authentication of the original caller occurs within the remote object host. 在远程对象主机中不对原调用者进行任何身份验证。 zxianf.blog.163.com 10. My approach also extends naturally to other distributed resources, including remote object invocations. 我的方式也可以自然地扩展到其他分布式资源上,包括远程对象调用。 www-128.ibm.com 1. A remoting message that should represent a response to a method call on a remote object. 一条远程处理消息,表示对远程对象上的方法调用的响应。 msdn2.microsoft.com 2. It returns to the client only a reference to the local proxy for the remote object. 它只向客户端返回对远程对象的本地代理的引用。 msdn2.microsoft.com 3. You can authenticate and authorize callers at the Web server and then use a trusted identity to communicate with the remote object. 您可以在Web服务器对调用者进行身份验证和授权,然后使用受信任的标识与远程对象进行通信。 zxianf.blog.163.com 4. As though it is a direct reference to the remote object. 当作对远程对象的直接引用。 msdn2.microsoft.com 5. These can be passed to the remote object through the remote object proxy. 可以通过远程对象代理将这些凭据传递给远程对象。 zxianf.blog.163.com 6. Remote object listen for clients to connect, if the object is activated only when a call arrives. 远程对象仅在调用到达时激活,该对象会如何侦听要连接的客户端。 msdn2.microsoft.com 7. Before you can map remote objects to a local proxy table, you must define the remote server where the remote object is located. 在可以将远程对象映射到本地代理表之前,您必须定义远程对象所在的远程服务器。 www.ianywhere.com 8. You can supply credentials for the client by configuring the remote object proxy or you can use default credentials. 可通过配置远程对象代理为客户端提供凭据,也可以使用默认凭据。 zxianf.blog.163.com 9. In addition, ORB provides a facility to get a reference to a remote object so that methods can be invoked on that remote object. 另外,ORB还提供了用于获取远程对象引用的设备,以便调用该远程对象上的方法。 www.ibm.com 10. In this model, a trust boundary exists between the remote object host and Web application. 在该模型中,远程对象主机和Web应用程序之间存在信任边界。 zxianf.blog.163.com 1. The remoting infrastructure locates the assembly that contains the remote object and instantiates it. Remoting基础结构查找包含远程对象的程序集并对其进行实例化。 zxianf.blog.163.com 2. The communication could be invoked on a local object, on a remote object or on a group of objects. 通信方法可以在本地对象、远程对象,或一组对象中激活。 www.ceps.com.tw 3. Interface to create a request message that acts as a method call on a remote object. 接口来创建一个请求消息,该消息作为远程对象上的方法调用。 msdn2.microsoft.com 4. Interface to create a message that responds to a call to instantiate a remote object. 接口以创建一个消息,该消息对实例化远程对象的调用做出响应。 msdn2.microsoft.com 5. Is propagated to the remote object as part of the IIOP call along with the method parameters. 被作为IIOP调用的一部分与方法参数一起传播到远程对象。 www-128.ibm.com 6. Interface to create a message that acts as a method response on a remote object. 接口来创建一条消息,该消息作为远程对象上的方法响应。 msdn2.microsoft.com 7. Holds a message returned in response to a method call on a remote object. 保存为响应远程对象上的方法调用而返回的消息。 msdn2.microsoft.com 8. In RMI, a remote object is acted upon as though it is local. 在RMI中,远程对象按照好象它是本地行事。 www.ibm.com 9. For simple custom authentication, the remote object can expose a Login method which accepts a user name and password. 对于简单的自定义身份验证,远程对象可以公开一个接受用户名和密码的Login方法。 zxianf.blog.163.com 10. For instance, the tested object may need to obtain a reference to an Enterprise JavaBean (EJB) component or remote object. 例如,测试对象可能需要获得对EnterpriseJavaBean(EJB)组件或远程对象的引用。 www.ibm.com 1. In fact, in RPC and SOAP, a remote object is not directly operated on at all! 事实上,在RPC和SOAP中,根本不直接操作远程对象! www.ibm.com 2. Remember, the preceding call does not create the remote object on the server. 请记住,前面的调用不在服务器上创建远程对象。 msdn2.microsoft.com 3. The locate request message type is used to verify that the ORB understands and houses the requested remote object. 定位请求消息类型用于验证ORB理解并存放所请求的远程对象。 www.ibm.com 4. Interface to create a request message that constitutes a constructor call on a remote object. 接口以创建一条请求消息,该消息构成远程对象上的构造函数调用。 msdn2.microsoft.com 5. This requires a server authentication certificate on the computer that hosts the remote object. 这要求驻留远程对象的计算机具有服务器身份验证证书。 zxianf.blog.163.com 6. The available authentication options for the remote object host depend on the type of host. 远程对象主机可以使用的身份验证选项取决于主机类型。 zxianf.blog.163.com 7. Remote_location Indicates the storage location of the remote object. remote_location指出远程对象的存储位置。 www.ianywhere.com 8. A message that acts as an outgoing method call on a remote object. 作为远程对象上的输出方法调用的消息。 msdn2.microsoft.com 9. Amazingly, resources accessed by remote object B will still be enlisted in the current transaction. 令人吃惊的是,远程对象B访问的资源仍将在当前事务中被征用。 www.ibm.com 10. You may want to use built-in Windows access control to secure the remote object as a securable Windows resource. 您可能需要使用内置的Windows访问控制将远程对象作为可保护的Windows资源保护起来。 zxianf.blog.163.com 1. The IConstructionReturnMessage contains an instance of ObjRef, which packages information about the remote object. IConstructionReturnMessage包含ObjRef的一个实例,而后者是有关远程对象的信息包。 msdn2.microsoft.com 2. The remoting infrastructure reads the HTTP headers and the data stream, and then invokes the method on the remote object. Remoting基础结构读取HTTP标头和数据流,然后在远程对象上调用该方法。 zxianf.blog.163.com 3. Location transparency of remote data is enabled by creating a local proxy table that maps to the remote object. 远程数据的位置透明性是通过创建映射到远程对象的本地代理表启用的。 www.ianywhere.com 4. This security context provided by this account will be used by the remote object for all local and remote resource access. 远程对象将使用该帐户提供的安全性上下文来访问所有本地和远程资源。 zxianf.blog.163.com 5. Synchronously processes a response message returned by a method call on a remote object. 异步处理远程对象上的方法调用返回的响应消息。 msdn2.microsoft.com 6. Property is set, each call to the remote object renews the lease for the specified time. 属性,则每个对远程对象的调用都将为租约续订指定的时间。 msdn2.microsoft.com 7. NET host on the remote application server are available to secure access to the remote object. 而使用给远程应用程序服务器上ASP.NET主机提供的IIS和ASP.NET网关守卫来保护对远程对象的访问。 zxianf.blog.163.com 8. By extending RealProxy, user code gains access to the messages that are transported to and from any remote object. 通过扩展RealProxy,用户代码可获得对将要传送到(或传送自)任何远程对象的消息的访问权。 msdn2.microsoft.com 9. The dispatched message represents a request method call on a remote object. 调度的消息表示对远程对象的请求方法调用。 msdn2.microsoft.com 10. The HTTP channel uses the HTTP protocol to authenticate the remote object proxy to the server. HTTP通道使用HTTP协议对服务器的远程对象代理进行身份验证。 zxianf.blog.163.com 1. A request message that acts as a method call on a remote object. 作为远程对象上的方法调用的请求消息。 msdn2.microsoft.com 2. The client application invokes methods directly on a remote object's stub. 客户机应用程序直接调用远程对象存根上的方法。 www.ibm.com 3. The message acts as a request method call on a remote object. 该消息作为远程对象上的请求方法调用。 msdn2.microsoft.com 4. Shows how to make an asynchronous call to a method of a remote object. 显示如何异步调用远程对象的方法。 msdn2.microsoft.com 5. A response message to a method call on a remote object. 远程对象上的方法调用的响应消息。 msdn2.microsoft.com 6. If there are no more sponsors, the lease expires and the garbage collector disposes of the remote object. 如果没有其他主办方,则租约过期,且垃圾回收器将处置该远程对象。 msdn2.microsoft.com 7. A request message that constitutes a constructor call on a remote object. 一个构成远程对象上的构造函数调用的请求消息。 msdn2.microsoft.com 8. The stub class contains method signatures of the remote object. 存根类包含远程对象的方法签名。 www.ibm.com 9. For this, you must include code in the Web application to retrieve the client's credentials and configure the remote object proxy. 为此,必须在Web应用程序中包含代码以检索客户端凭据并配置远程对象代理。 zxianf.blog.163.com 10. The stub is responsible for carrying out method execution on the actual remote object. 该存根负责实现实际远端对象上的方法执行。 www.ibm.com 1. Stores all relevant information required to generate a proxy in order to communicate with a remote object. 存储生成代理以与远程对象通信所需的所有相关信息。 msdn2.microsoft.com 2. Gets the call site activation attributes for the remote object. 获取远程对象的调用方激活属性。 msdn2.microsoft.com 3. AT clause The AT clause specifies the location of the remote object. AT子句AT子句指定远程对象的位置。 www.ianywhere.com 4. Gets a specified argument passed to the method called on the remote object. 获取传递给在远程对象上调用的方法的指定参数。 msdn2.microsoft.com 5. The URI of the remote object that contains the invoked method. 包含被调用方法的远程对象的URI。 msdn2.microsoft.com 6. When a client process calls a remote object, it does so by using a proxy. 在客户端进程调用远程对象时,它使用代理来完成这一操作。 zxianf.blog.163.com 7. That represents the remote object from the specified proxy. 从指定的代理返回表示远程对象的。 msdn2.microsoft.com 8. To do this, you need a stub class of the remote object. 要做到这点,需要一个远程对象的存根类。 www.ibm.com 9. If you ve done much development of EJB components, you re well aware of the difficulties of remote object design. 如果您开发过许多EJB组件,那么您很清楚远程对象设计的难点。 www-128.ibm.com 10. The activator that activates the remote object . 激活远程对象的激活器。 www.bing.com 1. The method belongs to a remote object. 该方法属于远程对象。 msdn2.microsoft.com 2. Returns a reference to the remote object that the. 描述的远程对象的引用。 msdn2.microsoft.com 3. An argument passed to the method called on the remote object. 传递给在远程对象上调用的方法的参数。 msdn2.microsoft.com 4. Describes the different types of remote activation and how to manage remote object lifetimes. 描述不同类型的远程激活以及如何管理远程对象生存期。 msdn2.microsoft.com 5. That represents the remote object for which the proxy is being created. 它代表正在为其创建代理的远程对象。 msdn2.microsoft.com 6. A proxy is a local object that is an image of a remote object. 代理是本地对象,它是远程对象的映像。 msdn2.microsoft.com 7. Shows how to configure the lifetime of a remote object. 说明如何配置远程对象的生存期。 msdn2.microsoft.com 8. Call the proxy to send messages to the remote object. 调用代理向远程对象发送消息。 msdn2.microsoft.com 9. The virtual root URL of the remote object. 远程对象的虚拟根目录URL。 msdn2.microsoft.com 10. The type of the remote object to activate. 要激活的远程对象的类型。 msdn2.microsoft.com 1. With the ALTER NICKNAME statement, you have the option to change the column data type on the federated server for a remote object. 通过ALTERNICKNAME语句,您可以选择为远程对象更改联邦服务器上的列数据类型。 www.ibm.com 2. The preceding code is used to expose the following remote object. 以上代码用于公开下面的远程对象。 msdn2.microsoft.com 3. When the RMI connector is used, a remote object is created on the client side and on the stub passed to the server side. 当使用RMI连接器时,会在客户机端和被传递到服务器端的存根上创建远程对象。 www.ibm.com 4. A SIP can be, for example, a Web services endpoint, a WebSphere MQ queue, or a proxy for an RMI remote object. 例如,SIP可以是Web服务端点、WebSphereMQ队列或RMI远程对象的代理。 www-128.ibm.com 5. That is returned after attempting to activate a remote object. 标识在试图激活远程对象后返回的。 msdn2.microsoft.com 6. Credentials for authentication (for example, user names, passwords, certificates, and so on) can be set through the remote object proxy. 可以通过远程对象代理设置身份验证凭证(例如,用户名、密码和证书等等)。 zxianf.blog.163.com 7. Some vendors (for example, WASP) have implementations that support remote object references. 一些服务提供商(如WASP)有支持远程对象引用的实现。 www.ibm.com 8. To call a method of a remote object asynchronously 异步调用远程对象的方法 msdn2.microsoft.com 9. How to: Call the Methods of a Remote Object Asynchronously 如何:异步调用远程对象的方法 msdn2.microsoft.com 10. Encrypting Communications with a Remote Object 加密与远程对象的通信 msdn2.microsoft.com 1. It is also possible that a remote index is added to the remote object on the data source after the creation of the nickname. 在昵称创建后,可能会添加一个远程索引到数据源上的远程对象。 www-128.ibm.com 2. Method gives the remoting infrastructure the location of the remote object, which allows the 方法向远程处理基础结构提供远程对象的位置,从而使 msdn2.microsoft.com 3. LlRemoteLoadscriptPin - If permissions and PIN allows, this function will copy a script to a remote object 如果允许,函数会拷贝一个脚本到另外的远程物体 www.pop3d.cn 4. The following methods are used to access the header fields and the contents after the connection is made to the remote object 在与远程对象建立连接后使用以下方法访问头字段和内容 blog.csdn.net 5. Configure the remoting proxy to use default credentials for all calls to the remote object Add the following entry to Web. config 配置Remoting代理,不要将默认凭证用于远程对象的所有调用 zxianf.blog.163.com 6. Connects to the specified remote object, and executes the provided 连接到指定的远程对象,并对其执行提供的 msdn2.microsoft.com 7. Method to narrow the returned remote object to the type of EJB home interface 方法将返回的远程对象压缩为EJB本地接口的类型 www-128.ibm.com 8. Defining the Constructor for the Remote Object 定义远程对象的构造函数 www.blogjava.net 9. Study on In-plane Displacement Measurement of Remote Object 远距离处固体面内位移测量的研究 www.ilib.cn 10. No remote object corresponding to the local copy 没有任何远程对象与本地复制件对应 angel.w15.5tom.cn 1. The Study of Method of Get Remote Object in Distributed System 分布式系统中对象获取方法的研究 www.ilib.cn 2. CORBA IDL - remote object access based on interfaces CORBAIDL基于接口的远程对象访问 www-128.ibm.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。