public interface ObjectReferenceFactory extends ValueBase, IDLEntity
Modifier and Type | Method and Description |
---|---|
Object |
make_object(String repositoryId,
byte[] objectId)
Create an object with the given repository and object ids.
|
_truncatable_ids
Object make_object(String repositoryId, byte[] objectId)
ObjectReferenceTemplate
interface assumes
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; a new object is not created.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.