Searched refs:ServantCachingPolicy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DServantCachingPolicy.java56 public class ServantCachingPolicy extends LocalObject implements Policy class in inherits:LocalObject,Policy
81 private static ServantCachingPolicy policy = null ;
82 private static ServantCachingPolicy infoOnlyPolicy = null ;
83 private static ServantCachingPolicy minimalPolicy = null ;
103 return "ServantCachingPolicy[" + typeToName() + "]" ;
106 private ServantCachingPolicy( int type ) method in class:ServantCachingPolicy
118 public synchronized static ServantCachingPolicy getPolicy()
123 public synchronized static ServantCachingPolicy getFullPolicy()
126 policy = new ServantCachingPolicy( FULL_SEMANTICS ) ;
131 public synchronized static ServantCachingPolicy getInfoOnlyPolic
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediatorBase.java35 import com.sun.corba.se.spi.extension.ServantCachingPolicy ;
90 case ServantCachingPolicy.NO_SERVANT_CACHING :
93 case ServantCachingPolicy.FULL_SEMANTICS :
96 case ServantCachingPolicy.INFO_ONLY_SEMANTICS :
99 case ServantCachingPolicy.MINIMAL_SEMANTICS :
H A DPolicies.java33 import com.sun.corba.se.spi.extension.ServantCachingPolicy ;
326 ServantCachingPolicy policy = (ServantCachingPolicy)policyMap.get( key ) ;
328 return ServantCachingPolicy.NO_SERVANT_CACHING ;

Completed in 32 milliseconds