org.omg.PortableInterceptor
Interface ObjectReferenceFactoryOperations
- All Superinterfaces:
- IDLEntity, Serializable, ValueBase
public interface ObjectReferenceFactoryOperations
- extends ValueBase
Defines the operations, applicable to the ObjectReferenceFactory.
- Since:
- 1.5
|
Method Summary |
Object |
make_object(String repositoryId,
byte[] objectId)
Create an object with the given repository and object ids. |
make_object
Object make_object(String repositoryId,
byte[] objectId)
- Create an object with the given repository and object ids. This interface
does not specify where and how the returned object must be connected and
activated. The derived
ObjectReferenceTemplate interface assumes
the the object must be connected to the POA that is specific to that
template (name can be obtained).
If the object with this objectId already exists in the given context, it is
found and returned; the new object is not created.
- Parameters:
repositoryId - the repository id of the object being created, defines
the type of the object.objectId - the byte array, defining the identity of the object.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.