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.Exception
Object createReferenceWithId(byte[] id, String interfId) throws Exception
id
in its
"reference data" and with object type information given by the
interfId
parameter.Exception
POA getPOA()
ReferenceFactory
.Copyright © 2018 JBoss by Red Hat. All rights reserved.