Package com.sun.corba.ee.impl.oa.rfm
Class ReferenceFactoryImpl
java.lang.Object
org.omg.CORBA.LocalObject
com.sun.corba.ee.impl.oa.rfm.ReferenceFactoryImpl
- All Implemented Interfaces:
ReferenceFactory
,Serializable
,Object
,IDLEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ReferenceFactoryManagerImpl
private String
private String
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceFactoryImpl
(ReferenceFactoryManagerImpl manager, String name, String repositoryId) -
Method Summary
Modifier and TypeMethodDescriptioncreateReference
(byte[] key) Create an object reference with the given key and repository ID.void
destroy()
Destroy this ReferenceFactory.toString()
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, 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 Details
-
manager
-
name
-
repositoryId
-
-
Constructor Details
-
ReferenceFactoryImpl
-
-
Method Details
-
createReference
Description copied from interface:ReferenceFactory
Create an object reference with the given key and repository ID.- Specified by:
createReference
in interfaceReferenceFactory
- Parameters:
key
- key for object- Returns:
- the resulting object
-
destroy
public void destroy()Description copied from interface:ReferenceFactory
Destroy this ReferenceFactory.- Specified by:
destroy
in interfaceReferenceFactory
-
toString
-