com.sun.corba.se.spi.extension |
|
Java Source File Name | Type | Comment |
CopyObjectPolicy.java | Class | Policy used to specify the copyObject implementation to use. |
RequestPartitioningPolicy.java | Class | Policy used to support the request partitioning feature and to
specify the partition to use. |
ServantCachingPolicy.java | Class | Policy used to implement servant caching optimization in the POA.
Creating a POA with an instance pol of this policy where
pol.getType() > NO_SERVANT_CACHING will cause the servant to be
looked up in the POA and cached in the LocalClientRequestDispatcher when
the ClientRequestDispatcher is colocated with the implementation of the
objref. |
ZeroPortPolicy.java | Class | Policy used to implement zero IIOP port policy in the POA. |