java.lang.Object
  
org.omg.PortableServer.ServantActivatorHelper
 
  
 
   
   - 
    
public abstract class ServantActivatorHelper
     - 
      extends 
      Object
     
 
    
  
  
   POA 具有 RETAIN 策略时使用 ServantActivator 这种 servant 管理器。 
   
   
  
 
   
    
     
     
   
  
    
    
  
    
   
   
     
     | 从类 java.lang.Object 继承的方法 |  
    
 
     
     clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |  
    
 
   
  
   
   
    
     
   
  
   
   ServantActivatorHelper
 
  
public ServantActivatorHelper()
 
   
  
 
   
  
    
   
  
   
   insert
 
  
public static void insert(Any a,
                          ServantActivator that) 
   
   - 
    
 
    
 
     
  
 
  
 
  
   
   extract
 
  
public static ServantActivator extract(Any a)
 
   
   - 
    
 
    
 
     
  
 
  
 
  
   
   type
 
  
public static TypeCode type()
 
   
   - 
    
 
    
 
     
  
 
  
 
  
   
   id
 
  
public static String id()
 
   
   - 
    
 
    
 
     
  
 
  
 
  
   
   read
 
  
public static ServantActivator read(InputStream istream)
 
   
   - 
    
 
    
 
     
  
 
  
 
  
   
   write
 
  
public static void write(OutputStream ostream,
                         ServantActivator value) 
   
   - 
    
 
    
 
     
  
 
  
 
  
   
   narrow
 
  
public static ServantActivator narrow(Object obj)
 
   
   - 
    
 
    
 
     
  
 
  
 
  
   
   unchecked_narrow
 
  
public static ServantActivator unchecked_narrow(Object obj)
 
   
   -