public interface DomainManagerOperations
的DomainManager有它特定的领域对象的相关政策。域管理器还记录了域的成员,并提供了添加和删除成员的方法。域管理器本身就是一个域的成员,可能是它所管理的域的成员。域管理器提供了用于建立和导航与上级和下属域之间的关系,并创建和访问策略的机制。
Modifier and Type | Method and Description |
---|---|
Policy |
get_domain_policy(int policy_type)
返回此域中对象的指定类型的策略。
|
Policy get_domain_policy(int policy_type)
policy_type
型政策要求
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.