codec
Class CorbaObject
java.lang.Object
|
+--codec.CorbaObject
- public final class CorbaObject
- extends java.lang.Object
Class representing Gateway-oriented model of CORBA object.
Constructor Summary |
CorbaObject(org.omg.CORBA.Object object_,
java.lang.String pcoName_,
int pcoType_)
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
object
private org.omg.CORBA.Object object
pcoName
private java.lang.String pcoName
pcoType
private int pcoType
PCO_TYPE_SERVER
public static final int PCO_TYPE_SERVER
PCO_TYPE_CLIENT
public static final int PCO_TYPE_CLIENT
PCO_TYPE_PRODUCT
public static final int PCO_TYPE_PRODUCT
CorbaObject
public CorbaObject(org.omg.CORBA.Object object_,
java.lang.String pcoName_,
int pcoType_)
checkPcoType
private void checkPcoType(int pcoType_)
getPcoName
public java.lang.String getPcoName()
getPcoType
public int getPcoType()
getObject
public org.omg.CORBA.Object getObject()