Package com.sun.corba.ee.impl.oa.rfm
Class ReferenceFactoryManagerImpl.ReferenceManagerPolicy
- java.lang.Object
-
- org.omg.CORBA.LocalObject
-
- com.sun.corba.ee.impl.oa.rfm.ReferenceFactoryManagerImpl.ReferenceManagerPolicy
-
- All Implemented Interfaces:
java.io.Serializable
,Object
,Policy
,PolicyOperations
,IDLEntity
- Enclosing class:
- ReferenceFactoryManagerImpl
private static class ReferenceFactoryManagerImpl.ReferenceManagerPolicy extends LocalObject implements Policy
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private static Policy
thisPolicy
-
Constructor Summary
Constructors Modifier Constructor Description private
ReferenceManagerPolicy()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Policy
copy()
Returns a copy of thePolicy
object.void
destroy()
Destroys thePolicy
object.static Policy
getPolicy()
int
policy_type()
Returns the constant value that corresponds to the type of the policy object.-
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
-
-
-
Field Detail
-
thisPolicy
private static Policy thisPolicy
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPolicy
public static Policy getPolicy()
-
policy_type
public int policy_type()
Description copied from interface:PolicyOperations
Returns the constant value that corresponds to the type of the policy object. The values of the policy objects are allocated by the OMG. New values for PolicyType should be obtained from the OMG by sending mail to request@omg.org. In general the constant values that are allocated are defined in conjunction with the definition of the corresponding policy object.- Specified by:
policy_type
in interfacePolicyOperations
- Returns:
- the constant value that corresponds to the type of the policy object
-
copy
public Policy copy()
Description copied from interface:PolicyOperations
Returns a copy of thePolicy
object. The copy does not retain any relationships that the policy had with any domain or object.- Specified by:
copy
in interfacePolicyOperations
- Returns:
- a copy of the
Policy
object
-
destroy
public void destroy()
Description copied from interface:PolicyOperations
Destroys thePolicy
object. It is the responsibility of thePolicy
object to determine whether it can be destroyed.- Specified by:
destroy
in interfacePolicyOperations
-
-