|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Object createReference(String inferfId) throws Exception
interfId
parameter.
Exception
public Object createReferenceWithId(Object id, String interfId) throws Exception
id
in its
"reference data" and with object type information given by the
interfId
parameter.
Exception
public POA getPOA()
ReferenceFactory
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |