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 ReferenceFactoryManagerImplprivate Stringprivate 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.voiddestroy()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_connectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:ReferenceFactoryCreate an object reference with the given key and repository ID.- Specified by:
createReferencein interfaceReferenceFactory- Parameters:
key- key for object- Returns:
- the resulting object
-
destroy
public void destroy()Description copied from interface:ReferenceFactoryDestroy this ReferenceFactory.- Specified by:
destroyin interfaceReferenceFactory
-
toString
-