Java™ Platform
Standard Ed. 8 
   
 
    
   
   
   
   
   
    
    
     
     -  
       
       - 
         All Implemented Interfaces: 
       
-  
        Serializable , IDLEntity 
       
 
 
 public class RequestProcessingPolicyValue
extends Object
implements IDLEntity  
       RequestProcessingPolicyValue可以具有以下值。 
       USE_ACTIVE_OBJECT_MAP_ONLY - 如果在活动对象映射中找不到对象标识符,则向客户端返回OBJECT_NOT_EXIST异常。 
       还需要RETAIN政策。 
       USE_DEFAULT_SERVANT - 如果活动对象映射中找不到对象标识或存在NON_RETAIN策略,并且使用set_servant操作向POA注册了默认服务器,则该请求将发送到默认服务方。 
       USE_SERVANT_MANAGER - 如果在活动对象映射中找不到对象标识或存在NON_RETAIN策略,并且使用set_servant_manager操作向POA注册了一个仆人管理器,那么仆人管理器就有机会找到一个仆人或提出一个例外。 
       
  
    
     
     -  
       
       
       
       
       
       
       -  
           方法摘要 
         -  
             Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
  
    
    
   
   
   
    
      
    
    
      
    
    
    Java™ Platform
Standard Ed. 8 
   
 
    
   
   
   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.