public interface ReferenceFactory
| Modifier and Type | Method and Description |
|---|---|
Object |
createReference(String inferfId)
Creates a reference with a null id in its "reference data" and
with object type information given by the
interfId
parameter. |
Object |
createReferenceWithId(byte[] id,
String interfId)
Creates a reference with the specified
id in its
"reference data" and with object type information given by the
interfId parameter. |
POA |
getPOA()
Returns a reference to the POA encapsulated by this
ReferenceFactory. |
Object createReference(String inferfId) throws Exception
interfId
parameter.ExceptionObject createReferenceWithId(byte[] id, String interfId) throws Exception
id in its
"reference data" and with object type information given by the
interfId parameter.ExceptionPOA getPOA()
ReferenceFactory.Copyright © 2022 JBoss by Red Hat. All rights reserved.