Uses of Interface
org.omg.PortableServer.ServantRetentionPolicy
-
Packages that use ServantRetentionPolicy Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer -
-
Uses of ServantRetentionPolicy in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement ServantRetentionPolicy Modifier and Type Class Description (package private) class
ServantRetentionPolicyImpl
Methods in com.sun.corba.ee.impl.oa.poa that return ServantRetentionPolicy Modifier and Type Method Description ServantRetentionPolicy
POAImpl. create_servant_retention_policy(ServantRetentionPolicyValue value)
create_servant_retention_policy
Section 3.3.8.5 -
Uses of ServantRetentionPolicy in org.omg.PortableServer
Methods in org.omg.PortableServer that return ServantRetentionPolicy Modifier and Type Method Description ServantRetentionPolicy
POAOperations. create_servant_retention_policy(ServantRetentionPolicyValue value)
These operations each return a reference to a policy object with the specified value.
-