Guidelines for the Definition of Managed Objects?
管理对象定义准则GDMO ?
Do not use the synchronized keyword in Managed Objects.
不要在管理对象上使用synchronized关键字。
Additionally, contention for Managed Objects may cause a timed task to delay its execution.
管理对象的冲突可能导致一个定时任务的延迟执行。
Why doesn't my managed object see the other managed objects that are in a to many relationship to it?
为什么没有我的托管对象看到其他的对象,在一对多的关系吗?
Explains how managed objects created in different programming languages can interact with one another.
解释使用不同编程语言创建的托管对象如何能够彼此进行交互。
At run time, the common language runtime marshals data between com objects and managed objects as needed.
在运行时,公共语言运行时根据需要在COM对象和托管对象之间封送数据。
COM interop provides support for both using COM objects from managed code and exposing managed objects to COM.
COM互操作同时对在托管代码中使用COM对象和向COM公开托管对象提供支持。
The managing system communicates with it's managed objects to carry out the appropriate operation through CMIP agent.
管理系统与它管理着的对象进行交互,并通过CMIP代理执行适当的操作。
DI-managed objects can annotate their methods to receive scope events, most often to release some resources at the end of the scope.
DI管理的对象可以对自身的方法进行注解,以接受作用域事件,最常见的用法就是在作用域结束时释放资源。
The Web service will need a number of JMS resources or managed objects to be defined in the application server. Let's look at what these are.
该Web服务将要求在应用程序服务器上定义许多JMS资源或托管对象。
Management Extensions is described. JMX focuses on the management of distributed system. The managed objects are the key elements of JMX.
JMX致力于解决分布式系统的管理问题,把各种被管理资源抽象成为可被其管理的对象。
The content includes the implementation of SNMP Entity, collaboration between modules, and the processing on Variable Bindings for managed objects.
内容包括SNMP实体的实现,模块间的协作,以及针对表示被管对象的变量绑定的处理方法。
It can accelerate developing distributed management systems in isomerous networks to build the interfaces of TMN managed objects with CORBA technology.
用CORBA技术构建TMN中的被管对象的接口,可以加快实现异构环境下电信网的分布式管理。
While all Spring-managed objects are treated as singleton instances by default, it is sometimes necessary to specify an alternate "scope" for an object.
虽然所有Spring管理对象都被默认地当作单例实例来处理,但有些时候还是有必要为某个对象指明一个备用的范围(scope)。
The managed objects created by the provider contain similar auto-enlistment code as the JDBC wrapper added by the container-supplied connection pool manager.
提供者创建的受管对象包含与JDBC包装器(由容器提供的连接池管理器添加)相似的自动征用代码。
We can accelerate developing distributed management systems in isomerous networks if we build the interfaces of TMN managed objects with CORBA technology.
用CORBA技术构建TMN中的被管对象的接口,可以加快实现异构环境下电信网的分布式管理。
The MIB offers a basic method which describes the managed objects and the management information. It is an important component of network management system.
管理信息库提供了描述被管对象和管理信息的基本方法,是网络管理系统的重要组成部分。
Support of the relevant managed objects and management operations specified in Clause 14, and support of the use of SNMP to access them, is highly recommended.
强烈建议支持第14章规定的相关可管理对象和管理操作,支持使用SNMP访问这些对象。
The marshaler can readily identify interfaces exposed by managed objects and is able to match the interface with the managed object that provides the implementation.
封送拆收器可以很容易地标识托管对象所公开的接口,并能够将该接口与提供该实现的托管对象相匹配。
At the highest level of abstraction, the ASP.NET worker process accomplishes one main task-handing the request over to a chain of managed objects dubbed the HTTP pipeline.
高度概括,ASP.NET工作进程完成了一个主要任务,将请求处理给一系列的称为HTTP管道的托管对象。
A proxy object inherits the associated semantics of managed objects such as garbage collection, support for members and methods, and can be extended to form new classes.
代理对象继承托管对象(例如垃圾回收、对成员和方法的支持)的关联语义,可以将其进行扩展以形成新类。
If the knowledge base and the semantic reasoning function can be added to managed objects, the needed information will be delivered to network management system accurately.
如果在被管对象内部增加知识库和语义推理功能,就可以使其更准确、高效地汇报给网管系统所需信息。
Note that a proxy object inherits the associated semantics of managed objects such as garbage collection and support for fields and methods, and can be extended to form new classes.
请注意,代理对象继承与托管对象(如垃圾回收、字段和方法支持)关联的语义,并且可以扩展以形成新类。
The database stores managed Information Tree (MIT) which is a set of instances of managed objects, and it is also used to store events reflecting changes in status for these managed objects.
数据库中存放SNMS的被管理对象的实例构成的管理信息树(MIT),同时也要存储反映被管理对象状态变化的事件。
Another restriction arises from the fact that the domain objects can be accessed both in the tier where they are managed by the entity manager and in all the other tiers where they are detached.
另一种限制源自于这样一个事实:域对象可以通过由实体管理器所管理的域对象所在的层访问,也可以通过分离它的所有其他层访问。
If the device only performs a simple cryptographic function, all of the objects must be managed by the software.
如果设备只执行简单的密码功能,则所有对象必须由软件来管理。
Instead, the EJB 3.0 spec defines how JPA objects are managed in an EJB 3.0 container.
相反,EJB 3.0规范定义了在EJB 3.0容器中管理JPA对象的方式。
If a change management system is used, all objects that comprise a stored procedure (for example, source code, DBRMs, JAR files) are managed in this environment.
如果使用变更管理系统,则构成存储过程的所有对象(例如源代码、DBRM、JAR文件)都在这个环境中得到管理。
For example, even the use of container classes from the standard JCL must be carefully managed so that the container class doesn't unintentionally create temporary or internal objects on the heap.
例如,即使使用标准JCL中的容器类也必须小心,以避免容器类无意中为堆创建临时或内部对象。
For example, even the use of container classes from the standard JCL must be carefully managed so that the container class doesn't unintentionally create temporary or internal objects on the heap.
例如,即使使用标准JCL中的容器类也必须小心,以避免容器类无意中为堆创建临时或内部对象。
应用推荐