|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceFactory
Interface of a CORBA reference factory. Such a factory encapsulates a POA and provides reference creation methods.
Method Summary | |
---|---|
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(Object 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 . |
Method Detail |
---|
Object createReference(String inferfId) throws Exception
interfId
parameter.
Exception
Object createReferenceWithId(Object id, String interfId) throws Exception
id
in its
"reference data" and with object type information given by the
interfId
parameter.
Exception
POA getPOA()
ReferenceFactory
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |