Package com.sun.corba.ee.impl.oa.rfm
Class ReferenceFactoryManagerImpl.AdapterActivatorImpl
- java.lang.Object
-
- org.omg.CORBA.LocalObject
-
- com.sun.corba.ee.impl.oa.rfm.ReferenceFactoryManagerImpl.AdapterActivatorImpl
-
- All Implemented Interfaces:
java.io.Serializable
,Object
,IDLEntity
,AdapterActivator
,AdapterActivatorOperations
- Enclosing class:
- ReferenceFactoryManagerImpl
private class ReferenceFactoryManagerImpl.AdapterActivatorImpl extends LocalObject implements AdapterActivator
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
AdapterActivatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
unknown_adapter(POA parent, java.lang.String name)
This operation is invoked when the ORB receives a request for an object reference that identifies a target POA that does not exist.-
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
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
unknown_adapter
public boolean unknown_adapter(POA parent, java.lang.String name)
Description copied from interface:AdapterActivatorOperations
This operation is invoked when the ORB receives a request for an object reference that identifies a target POA that does not exist. The ORB invokes this operation once for each POA that must be created in order for the target POA to exist.- Specified by:
unknown_adapter
in interfaceAdapterActivatorOperations
- Parameters:
parent
- indicates the parent POA for the POA that needs to be created.name
- identifies the name of the POA relative to the parent.- Returns:
- returns TRUE if the POA was created or FALSE otherwise.
-
-