|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Operations provided by generic object adapters.
Method Summary | |
void |
export(org.omg.CORBA.Object obj)
Exports a CORBA object to the target adapter. |
void |
exportWithPort(org.omg.CORBA.Object obj,
int port)
Exports a CORBA object to the target adapter, using the specified TCP port. |
void |
unexport(org.omg.CORBA.Object obj)
Unexports the provided CORBA object. |
Method Detail |
public void export(org.omg.CORBA.Object obj)
obj
- a CORBA object.public void exportWithPort(org.omg.CORBA.Object obj, int port)
obj
- a CORBA object;port
- a TCP port number.public void unexport(org.omg.CORBA.Object obj)
obj
- a CORBA object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |